|
From: Thomas S. <t.s...@fz...> - 2009-10-28 08:02:53
|
with '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 Charlton Galvarino wrote: > > Hi, 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 > cha...@2c... > > 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 > Gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > > -- View this message in context: http://www.nabble.com/set-view-map-causes-title-to-bleed-into-graph-tp26078003p26090672.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |