|
From: Suchada P. <coo...@ho...> - 2011-02-26 13:11:30
|
Hi This is first time for me using gnuplot. Last week I tried to draw ladder graph with excell and other tool but not work. So, I'd like to know how to draw a ladder graph with gnuplot? Thank you in advance. Cooky |
|
From: Thomas S. <t.s...@fz...> - 2011-02-26 15:02:20
|
1. what do you mean by 'ladder graph'? there are several different graphs when searching for 'ladder graph' with google (images). 2. do you work with a data file? if yes, how does it look like? Suchada Pakapongpan wrote: > > > Hi > > This is first time for me using gnuplot. Last week I tried to draw ladder > graph with excell and other tool but not work. > So, I'd like to know how to draw a ladder graph with gnuplot? > > Thank you in advance. > Cooky > > > ------------------------------------------------------------------------------ > Free Software Download: Index, Search & Analyze Logs and other IT data in > Real-Time with Splunk. Collect, index and harness all the fast moving IT > data > generated by your applications, servers and devices whether physical, > virtual > or in the cloud. Deliver compliance at lower cost and gain new business > insights. http://p.sf.net/sfu/splunk-dev2dev > _______________________________________________ > gnuplot-info mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > > -- View this message in context: http://old.nabble.com/How-to-draw-a-ladder-graph-%E2%80%8F%E2%80%8F-tp31019776p31020238.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |
|
From: Suchada P. <coo...@ho...> - 2011-02-28 08:31:56
|
Hi 1. ladder graph like this attached. 2. No, I don't work with data file. |
|
From: Suchada P. <coo...@ho...> - 2011-02-28 08:41:06
|
Hi 1. ladder grapg like this attached graph. 2. I don't work with data file. Thanks |
|
From: Suchada P. <coo...@ho...> - 2011-02-28 09:18:08
|
Hi
1).For example, ladder grapg like this. How to plot like this with gnuplot?
Y-axis(average session/s)
13
12
11 ********
10 *
9 *
8 ********
7 *
6 *
5 *******
4 *
3 *
2*******
1
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 :X-axis(min)
Every 4 minutes y-value suddenly change from 2 to 5, 5 to 8 and 8 to 11 respectively.
2). I don't work with data file.
thanks.
Cooky
|
|
From: Thomas S. <t.s...@fz...> - 2011-02-28 11:48:46
|
plot 'with steps' an example: set xrange [0:pi] set samples 10 plot sin(x) with steps Suchada Pakapongpan wrote: > > > Hi > 1).For example, ladder grapg like this. How to plot like this with > gnuplot? > > Y-axis(average session/s) > 13 > 12 > 11 ******** > 10 * > 9 * > 8 ******** > 7 * > 6 * > 5 ******* > 4 * > 3 * > 2******* > 1 > 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 :X-axis(min) > > > Every 4 minutes y-value suddenly change from 2 to 5, 5 to 8 and 8 to 11 > respectively. > > > 2). I don't work with data file. > > > thanks. > > Cooky > ------------------------------------------------------------------------------ > Free Software Download: Index, Search & Analyze Logs and other IT data in > Real-Time with Splunk. Collect, index and harness all the fast moving IT > data > generated by your applications, servers and devices whether physical, > virtual > or in the cloud. Deliver compliance at lower cost and gain new business > insights. http://p.sf.net/sfu/splunk-dev2dev > _______________________________________________ > gnuplot-info mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > > -- View this message in context: http://old.nabble.com/How-to-draw-a-ladder-graph-%E2%80%8F%E2%80%8F-tp31019776p31030428.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |