|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
set view map causes title to bleed into graphHi, all. Thanks to those who helped me w/ my 1st round of problems in my attempt to create a gummyworm plot. You can see the fruits of our labor in the attachment. However, it seems that 'set view map' doesn't take all 3 lines of my title into account, and I end up w/ part of my title bleeding over into my graph. (Had I not 'set view map', the title would be a-ok.)
Setting the margins seems to have no positive effect to control the space between the title and the top of the graph. Is there a margin setting I'm missing, or do I need to lose some of my title? Many thanks, Charlton Charlton Galvarino 1 (803) 233-6205 : voice 1 (803) 223-9579 : fax charlton@... P.O. Box 50960 Columbia, SC 29250 ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Gnuplot-info mailing list Gnuplot-info@... https://lists.sourceforge.net/lists/listinfo/gnuplot-info |
|
|
Re: set view map causes title to bleed into graph> attempt to create a gummyworm plot. You can see the fruits of our labor
> in the attachment. However, it seems that 'set view map' doesn't take all Sorry. I didn't know this list didn't like attachments. http://mapservice.bco-dmo.org/mapsdev/icons/foo.png ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Gnuplot-info mailing list Gnuplot-info@... https://lists.sourceforge.net/lists/listinfo/gnuplot-info |
|
|
Re: set view map causes title to bleed into graphwith 'set view map' your plot isn't a real 2d plot, it's
a somehow optimized projection of the 3d plot. so the margin calculations of the 2d plot do not really apply here. 'set margin' has effects - e.g. you may set all margins to zero (without clipping the tic labels - in contrast to the real 2d plot) to enlarge the plot a little bit, but you can not reserve space for the title with 'set margin'. but you may shift your title a little bit in y direction: set title 'title text' offset 0,3
|
|
|
|
| Free embeddable forum powered by Nabble | Forum Help |