|
From: Thomas S. <t.s...@fz...> - 2009-05-11 18:13:21
|
herrdeh wrote: > > Hello, > > I went a big bit ahead! - Wow, thanks a lot. > > I used > > plot [60:120] [60:120] "Lage-HST-Herzo.csv" using 1:2:4 with points > pointtype 5 pointsize variable > > to make it look quite close to what I want. > Now there are some details remaining: > > * How can I avoid the axes to be plotted? > unset border unset xtics unset ytics herrdeh wrote: > > * How can I make the "points" look like circles? > have a look at the 'test' command (instead of 'plot'), it shows the capabilities of the terminal you are using. circles: pointtype 6 herrdeh wrote: > > * How can I plot the figure in column 4 (which contains the point > size = number of boarding passengers) besides each point? > plot 'with labels', see http://www.gnuplot.info/docs/node145.html and http://gnuplot.sourceforge.net/demo/datastrings.html herrdeh wrote: > > Thanks a lot and greetings, > > Wolf > -- View this message in context: http://www.nabble.com/x-y-z-plot%2C-z-value-by-dot-size--tp23479708p23488615.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |