diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/1.gnuplot')
-rw-r--r-- | Master/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/1.gnuplot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/1.gnuplot b/Master/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/1.gnuplot new file mode 100644 index 00000000000..5a36d41924f --- /dev/null +++ b/Master/texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/1.gnuplot @@ -0,0 +1,2 @@ +set table "gnuplot/bodegraph/1.table"; set format "%.5f"
+set samples 50; set parametric; plot [t=-2:2] log10(10**t),20*log10(abs(3/sqrt(1+(0.3*10**t)**2)))
|