Init
This commit is contained in:
17
gnuplot02a.gp
Normal file
17
gnuplot02a.gp
Normal file
@@ -0,0 +1,17 @@
|
||||
set terminal png
|
||||
set output "gnuplot02a.png"
|
||||
set size 10./10.
|
||||
set nogrid
|
||||
unset border
|
||||
set lmargin at screen 0
|
||||
set rmargin at screen 1
|
||||
set bmargin at screen 0
|
||||
set tmargin at screen 1
|
||||
set yrange [-8:8]
|
||||
set xrange [-8:8]
|
||||
set key center top reverse Left
|
||||
set xzeroaxis
|
||||
set yzeroaxis
|
||||
;set xtics axis out scale 0.5
|
||||
set ytics axis
|
||||
plot 1/x lt rgb "#FF00FF" notitle
|
||||
Reference in New Issue
Block a user