Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #1724
| From | sfeam <sfeam@users.sourceforge.net> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: colorbar labels cut off |
| Followup-To | comp.graphics.apps.gnuplot |
| Date | 2013-03-21 19:49 -0700 |
| Organization | gnuplot development team |
| Message-ID | <kiggoa$sr6$1@dont-email.me> (permalink) |
| References | <8e4abcab-5567-4ec3-9091-6a41eee36ab6@googlegroups.com> |
Followups directed to: comp.graphics.apps.gnuplot
lash.ben@gmail.com wrote: > 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. Easiest is probably to shrink the plot a little: set size 0.9, 0.9 You do have the option of fixing rmargin explicitly: set rmargin at screen 0.8 but then you will have to manually adjust the left margin also. Ethan > > 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>
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Find similar
colorbar labels cut off lash.ben@gmail.com - 2013-03-21 16:30 -0700 Re: colorbar labels cut off sfeam <sfeam@users.sourceforge.net> - 2013-03-21 19:49 -0700
csiph-web