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