|
From: Thomas S. <t.s...@fz...> - 2009-05-13 13:19:27
|
just shift the x-position of the labels: plot "datafile" with points linetype 1 pointtype 6 pointsize variable, \ "" using ($1+$3*0.04):2:3 with labels notitle herrdeh wrote: > > Hello everybody, > > I'm making further progress - I'm quite close to my goal. > > One further detail: > > I'd like to have the labels outside the edge of the circles - means > the offset should be diameter-dependent - in a ratio to the value of > one of the columns. > > I tried something like > > labels center offset ($1/10),0 > > column 1 is containing the relevant values. But this doesnt work. > > Does anybody have an idea? > > Thanks and greetings, > > Wolf > > > > ------------------------------------------------------------------------------ > The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your > production scanning environment may not be a perfect world - but thanks to > Kodak, there's a perfect scanner to get the job done! With the NEW KODAK > i700 > Series Scanner you'll get full speed at 300 dpi even with all image > processing features enabled. http://p.sf.net/sfu/kodak-com > _______________________________________________ > Gnuplot-info mailing list > Gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > > -- View this message in context: http://www.nabble.com/x-y-z-plot%2C-z-value-by-dot-size--tp23479708p23521589.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |