由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
TeX版 - A question about gnuplot
相关主题
gnuplot 如何画多个系列的bar chart?我说个更general的生成eps的方法
请问如何在gnuplot里面混合画图?Figure?
紧急求助,如何解决pdftex中embed all fonts 的问题?怎么将word中的图输出到latex可以正常显示的eps图?(急)
winedt为什么把y坐标的标题改了?那里可以找到将jpeg, jpg文件转化成eps文件的软件啊
请教一个小问题 (转载)关于eps格式的figure
再来一个问题urgent help with latex figures
关于图形请教!
A problem with Latex (MikTex+WinEdt), many thanks很多figure怎么include?
相关话题的讨论汇总
话题: set话题: gnuplot话题: output话题: question话题: eps
进入TeX版参与讨论
1 (共1页)
z*****n
发帖数: 7639
1
hehe, always followed by questions...
I am using gnuplot to output figures. A question is here:
I can use 'set terminal' to select output format,
there are quite a number of them, which is the most
convenient? I am now using postscript and then use PSreader
to convert it to eps, very boring.
Another problem is how to set the scale of figure? I have
output two figures so far, the first one is pretty ok. but
in the second one the y-axis becomes longer than the x-axis
and the figure looks verticall
T*******n
发帖数: 493
2

I usually use something like
set terminal postscript eps enhanced color "Times-Roman" 20
set output "file.eps"
This will result in an EPS file that uses the PS Times-Roman font
at 10 pt as the default font; when the "eps" option is specified,
the specified pt size (20) is divided by 2 to give the actual pt size.
Try one or more of these commands (say "help set ..." to see the
full syntax): set xrange, set yrange, set size, set xtics, set ytics,
set mxtics, set mytics

【在 z*****n 的大作中提到】
: hehe, always followed by questions...
: I am using gnuplot to output figures. A question is here:
: I can use 'set terminal' to select output format,
: there are quite a number of them, which is the most
: convenient? I am now using postscript and then use PSreader
: to convert it to eps, very boring.
: Another problem is how to set the scale of figure? I have
: output two figures so far, the first one is pretty ok. but
: in the second one the y-axis becomes longer than the x-axis
: and the figure looks verticall

1 (共1页)
进入TeX版参与讨论
相关主题
很多figure怎么include?请教一个小问题 (转载)
List of Figures links to wrong figure.再来一个问题
图和文本要求分开,文本中怎么refer图呢?关于图形
How to remove a figure from the list of figures?A problem with Latex (MikTex+WinEdt), many thanks
gnuplot 如何画多个系列的bar chart?我说个更general的生成eps的方法
请问如何在gnuplot里面混合画图?Figure?
紧急求助,如何解决pdftex中embed all fonts 的问题?怎么将word中的图输出到latex可以正常显示的eps图?(急)
winedt为什么把y坐标的标题改了?那里可以找到将jpeg, jpg文件转化成eps文件的软件啊
相关话题的讨论汇总
话题: set话题: gnuplot话题: output话题: question话题: eps