Init
This commit is contained in:
18
gnuplot07a.gp
Normal file
18
gnuplot07a.gp
Normal file
@@ -0,0 +1,18 @@
|
||||
set terminal png
|
||||
set output "gnuplot07a.png"
|
||||
unset border
|
||||
set nogrid
|
||||
set samples 100000
|
||||
set lmargin at screen 0
|
||||
set rmargin at screen 1
|
||||
set bmargin at screen 0
|
||||
set tmargin at screen 1
|
||||
set yrange [-6:6]
|
||||
set xrange [-10:30]
|
||||
set size 5/5.
|
||||
set key center top reverse Left
|
||||
set xzeroaxis
|
||||
set yzeroaxis
|
||||
set xtics axis out scale 0.5
|
||||
set ytics axis
|
||||
plot(7/(9-x)) lt rgb "#CBAAC0" lw 2 notitle
|
||||
Reference in New Issue
Block a user