|
From: blashimov <las...@gm...> - 2013-03-21 23:27:43
|
Hello, The colorbar labels are cut off, as in the width of the image as a whole is too small or something. I can't seem to get a fix to work, as set rmargin for example doesn't work with splot. Any ideas? Thanks. set term png set output "HNO3I.png" set xrange [1:1000] set yrange [1:1000] #set zrange [-1:3] #set cbrange [-1:3] set title "HNO3 Base Case (I) at 10 Hours" set xlabel "X-Location" set ylabel "Y-Location" set iso 1000 set samp 1000 unset key unset sur set view map set rmargin 35 set pm3d at b splot "HNO3.dat" using 1:2:3 with lines <http://gnuplot.10905.n7.nabble.com/file/n17204/HNO3I_%281%29.png> -- View this message in context: http://gnuplot.10905.n7.nabble.com/splot-set-view-map-colorbar-labels-cut-off-tp17204.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |