Gnuplot/Столбцы

Материал из Letopisi.Ru — «Время вернуться домой»
(Различия между версиями)
Перейти к: навигация, поиск
 
(не показаны 22 промежуточные версии 1 участника)
Строка 4: Строка 4:
 
set xlabel "Month of 2008"
 
set xlabel "Month of 2008"
 
set ylabel "Amount (Euro)"
 
set ylabel "Amount (Euro)"
plot '-' using 1:3 title 'planned' with linesp lt 1 lw 3,\
+
plot '-' using 1:3 title 'planned' with linesp lt 1 lw 1
 
1      300000  42775    50000
 
1      300000  42775    50000
 
2      300000  85550    83200
 
2      300000  85550    83200
Строка 20: Строка 20:
  
  
 
+
----
 
<gnuplot>
 
<gnuplot>
set auto x
+
set xrange [0:+7]
plot '-' using 1:2 title 'Authors' with linesp lt 1 lw 2 ,\
+
set yrange [30000:35000]
'-' using 1:3 title 'Pages' with linesp lt 2 lw 2 ,\
+
plot '-' using 1:2 title 'Users' with linesp lt 3 lw 1, \
    '-' using 1:4 title 'Articles' with linesp lt 2 lw 3 ,\
+
'-' using 1:5 title 'Files'  with linesp lt 2 lw 1
    '-' using 1:5 title 'Files'  with linesp lt 2 lw 4
+
<plotdata>
+
# day Authors Pages  Articles Files
+
 
1  31738        133291  36468  589615  55553
 
1  31738        133291  36468  589615  55553
 
2  31741 133337 36477 589861 55583
 
2  31741 133337 36477 589861 55583
Строка 35: Строка 32:
 
5  31801 133438 36491 590603 55629
 
5  31801 133438 36491 590603 55629
 
6  31815 133457 36497 590888 55632
 
6  31815 133457 36497 590888 55632
</plotdata>
 
 
</gnuplot>
 
</gnuplot>

Текущая версия на 11:06, 17 сентября 2009

Столбцы данных - не получается пока

Gnuplot Plot



Gnuplot Plot

Персональные инструменты
Инструменты