由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
TeX版 - gnuplot 如何画多个系列的bar chart?
相关主题
A question about gnuplot问个画图的问题 (转载)
请问如何在gnuplot里面混合画图?请推荐一个画图软件
winedt为什么把y坐标的标题改了?tex里用AXODRAW画Feynman图实例(转载)
请教一个小问题 (转载)T3 font problem
再来一个问题关于图形
我说个更general的生成eps的方法A problem with Latex (MikTex+WinEdt), many thanks
怎么将word中的图输出到latex可以正常显示的eps图?(急)我的dvi为什么不显示图片啊
那里可以找到将jpeg, jpg文件转化成eps文件的软件啊新手上路,怎么在latex文档里插入图表
相关话题的讨论汇总
话题: set话题: case3话题: case2话题: gnuplot话题: gama
进入TeX版参与讨论
1 (共1页)
k**m
发帖数: 222
1
看了在线文档,还是没找到如何画?
case1 case2 case3 case4
alpha 7611.84 3201.17 139.51 1803.78
beta 2677.36 2019.29 58.63 3142.04
gama 1696.36 1058.63 81.1 1101.23
我想的结果 是 三个系列alpha, beta, gama, 每种case用可以区别的bar显示在一起
a/b/g a/b/g a/b/g...
case1 case2 case3
在Excel 中可以做到。请问Gnu plot 可以做到么?
Thanks
T*******n
发帖数: 493
2
# This gnuplot script will get you started.
# You need to transpose the data and save it in the format
# shown at the end of the script.
# If you want to color-fill the bars, you'll need to edit the
# EPS file that is created.
set terminal postscript eps enhanced color solid "Times-Roman" 20
set output "bargraph.eps"
set xrange [0:5]
set yrange [0:8000]
set xlabel "cases"
set ylabel "values"
set xtics ("case 1" 1, "case 2" 2, "case 3" 3, "case 4" 4)
set grid ytics
set mytics 5
set key width -9 b

【在 k**m 的大作中提到】
: 看了在线文档,还是没找到如何画?
: case1 case2 case3 case4
: alpha 7611.84 3201.17 139.51 1803.78
: beta 2677.36 2019.29 58.63 3142.04
: gama 1696.36 1058.63 81.1 1101.23
: 我想的结果 是 三个系列alpha, beta, gama, 每种case用可以区别的bar显示在一起
: a/b/g a/b/g a/b/g...
: case1 case2 case3
: 在Excel 中可以做到。请问Gnu plot 可以做到么?
: Thanks

k**m
发帖数: 222
3
哇,你太牛了吧。我正在试。先谢谢你!

【在 T*******n 的大作中提到】
: # This gnuplot script will get you started.
: # You need to transpose the data and save it in the format
: # shown at the end of the script.
: # If you want to color-fill the bars, you'll need to edit the
: # EPS file that is created.
: set terminal postscript eps enhanced color solid "Times-Roman" 20
: set output "bargraph.eps"
: set xrange [0:5]
: set yrange [0:8000]
: set xlabel "cases"

k**m
发帖数: 222
4
的确成功了!
就是我的gnuplot 是3.7,似乎不支持 fill style. 否则就十全十美了。
再次感谢!

【在 T*******n 的大作中提到】
: # This gnuplot script will get you started.
: # You need to transpose the data and save it in the format
: # shown at the end of the script.
: # If you want to color-fill the bars, you'll need to edit the
: # EPS file that is created.
: set terminal postscript eps enhanced color solid "Times-Roman" 20
: set output "bargraph.eps"
: set xrange [0:5]
: set yrange [0:8000]
: set xlabel "cases"

1 (共1页)
进入TeX版参与讨论
相关主题
新手上路,怎么在latex文档里插入图表再来一个问题
能不能推荐一下linux 下的画图软件,要能支持eps的我说个更general的生成eps的方法
为什么不能插入ps图片怎么将word中的图输出到latex可以正常显示的eps图?(急)
请推荐好用的2D曲线画图软件那里可以找到将jpeg, jpg文件转化成eps文件的软件啊
A question about gnuplot问个画图的问题 (转载)
请问如何在gnuplot里面混合画图?请推荐一个画图软件
winedt为什么把y坐标的标题改了?tex里用AXODRAW画Feynman图实例(转载)
请教一个小问题 (转载)T3 font problem
相关话题的讨论汇总
话题: set话题: case3话题: case2话题: gnuplot话题: gama