由买买提看人间百态

topics

全部话题 - 话题: postscript
首页 上页 1 2 3 4 5 6 (共6页)
sc
发帖数: 122
1
来自主题: Computation版 - 找到了Re: a gnuplot question
要是叠几个contour可以这么干:
set terminal table
set output 'ds1.d'
set contour
...
splot 'data1.dat' using 1:2:3
set output 'ds2.d'
...
splot 'data2.dat' using 1:2:3
...
set terminal postscript
set out 'final.ps'
...
plot 'ds1.d', 'ds2.d'
h*****d
发帖数: 34
2
Do you have a windows machine and a postscript printer driver?
If so, go ahead to
open that bitmap with any image viewer that can view it, including Paint/IE,
then print it to a file, with the PS driver.
That output file is a ps file.
good luck.
S***y
发帖数: 186
3
【 以下文字转载自 Linux 讨论区,原文如下 】
发信人: Sunyy (歪歪), 信区: Linux
标 题: Superstring 太 super 了!Re: dvi转pdf的问题
发信站: The unknown SPACE (Fri Jun 13 23:30:02 2003) WWW-POST
哇!这个问题一直搞不定,今天终于整明白了。
Brandon的问题我想可能是用origin输出的EPS不能在pdf文件中显示,
原来还要在gsview里再post-process一下。
也就是说origin输出的虽然后缀名是eps,但实际上是ps。
Superstring 高!
我自己的理解是,gsview实际上就是给ps图加个框框,像什么长宽
之类的东东。写在eps文件的header里。这样才是encapsulated.
自己用postscript language 画个图,然后用gsview处理一下,
马上就看到了。
P*****s
发帖数: 375
4
搞笑,居然还被mark了,这么麻烦的办法。
先用ghostview或其它的ps文件阅读器的Ps to Eps功能生成eps
文件,然后用photoshop或者paintshop或者其他普通的图像编辑
软件打开,然后save a copy as转存为gif或jpg或whatever ok.
举例而言,在http://www.cs.wisc.edu/~ghost/gsview/get33.html
当得免费ghostview软件,安装完毕后打开你的.ps文件,用File菜单
里的Convert功能, Device里选择jpeg, resolution往高里选 (越高
越好但是转换越慢生成文件越大), 然后ok即可, save as一个jpg
文件。注意!如果ps文件是多页的则要一页页地Convert。

如果这个办法还有问题,则从http://jasc.com/download_4.asp
当得免费paint shop图像编辑软件,安装后File打开你的eps文件。
(使用ghostview的File菜单里的Ps To Eps功能生成eps文件),然后
选择合适的resolution,打
t**t
发帖数: 9
5
如果是大批量的话,matlab的图像包就很合适.
核心程序就一行:
imwrite(imread(sFileName, srcfmt), strrep(sFileName, srcfmt, dstfmt), dstfmt);
支持很多格式.
S*****T
发帖数: 400
6
【 以下文字转载自 Physics 讨论区 】
【 原文由 susygut 所发表 】
对了有些补充
转ps的时候大家要注意landscape还是portrait
seminar生成的dvi是default为landscape的
所以转的时候要注意这个
这样转了以后你在ghostview下全屏就好了
和powerpoint的全屏效果一样
报告的时候,空格键为next page
backspace是last page
我是贴成pdf,因为国内不少小孩可能都不用postscript的
而且文件也小些
其实一般还是用ps好,特别如果用了eps的图
pdf里质量可能下降
B******5
发帖数: 4676
7
来自主题: Statistics版 - 用R产生eps图片请教?
难道不是用postscript?
s**********y
发帖数: 38
8
来自主题: Statistics版 - WHAT IS CART?
Classification Tree example
Let's use the dataframe kyphosis to predict a type of deformation (kyphosis)
after surgery, from age in months (Age), number of vertebrae involved (
Number), and the highest vertebrae operated on (Start). # Classification
Tree with rpart
library(rpart)
# grow tree
fit <- rpart(Kyphosis ~ Age + Number + Start,
method="class", data=kyphosis)
上面是我从http://www.statmethods.net/advstats/cart.html摘录的code.How to get dataframe from R? 下面是我的程序,但没有任何结果出来, R 也没有ERROR
A=read.del... 阅读全帖
b*****n
发帖数: 685
9
把画的图存下来不就行了?
?postscript一下
d*********k
发帖数: 1239
10

我找到了一个,先设置 setwd()
然后你试试:
#fmt export format, currently supported: ps, eps, tex, pdf, svg, pgf
rgl.postscript("3d.pdf ",fmt="pdf",drawText=T)
或者
#fmt image export format, currently supported: png
rgl.snapshot( "3d.png", fmt="png", top=TRUE )
然后就有图片了(在你setwd()的路径里面就看到啦)~~
f**d
发帖数: 768
11
来自主题: Neuroscience版 - eBook: From computer to brain
这是一本计算神经科学的优秀著作,全文拷贝这里(图和公式缺),有兴趣的同学可以
阅读
如需要,我可以分享PDF文件(--仅供个人学习,无商业用途)
From Computer to Brain
William W. Lytton
From Computer to Brain
Foundations of Computational Neuroscience
Springer
William W. Lytton, M.D.
Associate Professor, State University of New York, Downstato, Brooklyn, NY
Visiting Associate Professor, University of Wisconsin, Madison
Visiting Associate Professor, Polytechnic University, Brooklyn, NY
Staff Neurologist., Kings County Hospital, Brooklyn, NY
In From Computer to Brain: ... 阅读全帖
g*****n
发帖数: 21539
12
来自主题: PhotoProcessing版 - 莲花,请教一个技术问题
因为是PS不是PSD。 PS是postscript不是photoshop文件, 发包子吧

示一
T*******y
发帖数: 6523
13
updated to change "auditor" to "inspector".
===================================================
题记:7月30日接到刘秀的电话,要我采访一下OCEF的资深监察员周忠民老师,作为
OCEF二十周年庆典的人物专访之一,于是诚惶领命。
Inscription: On July 30th 2012, I got a call from Xiu Liu, asking me to
interview a seasoned OCEF inspector, Zhongmin Zhou, who would be featured
for OCEF ’s 20th Anniversary. I happily obliged.
周忠民访谈录
采访人: 南顾雨
采访时间:2012年7月
Interview with Zhongmin Zhou
Interviewer: Guyu Nan
Interview time: July 2012
人物简介:
周忠民,原籍山东,出生在内蒙,在吉林当过兵,最后在甘肃工作。... 阅读全帖
p****y
发帖数: 23737
14
来自主题: _Vegetarianism版 - 《地球也是它们的》
http://www.greenbeijing.net/forum.php?mod=viewthread&tid=10595
《地球也是它们的》:2007年度大陆出版的最重要的有关动物权利的作品
本书亮点
(1)以主题为基点,从东西方文化,从哲学、宗教、文学、艺术、历史、法律等领域
,解读动物权利。
(2)从无数的书籍和文章中按照各种主题内容挑选出有关动物及其权利的经典文章。
(3)从知识的需求、思想的需求、工具的需求、消遣的需求向读者最大化提供有关动
物的全方位的思想和信息。
(4)附录特别收录有关动物及其权利的最重要的50本书图书、20部经典电影的详细介
绍及名人经典语录。
世界并不为人类所独享,对待动物我们不仅要有爱更应有责任。本书作为“主题与主张
”书系的第一本,从哲学、文学、宗教、艺术、生物学、法律等角度讨论和介绍了动物
的情感、它们的痛苦、它们遭受的人类的残忍待遇和人类如何利用、滥用或娱乐它们的
相关事实,以及关心动物福利或动物权利的人都该知道的各种复杂议题及各方因应之道
。本书的目的是要让读者了解地球上各种奇妙的动物之基本尊严,以及人类对他们所应
负的责任,给世人发出一个... 阅读全帖
w*******y
发帖数: 60932
15
I just bought this from Staples.
Was $299.99 on Sale $199.99 use $30 off Coupon in Circular to get it for $
169.99.
Yes - I can print directly from my HP Touchpad after I set the printer up to
work wirelessly.
FYI - YMMV - I was able to use a $50 printer trade at my Staples, but they
would not stack the $30 on top. (It is not a $50 eligible printer, hence
YMMV)
Mine was $133 OTD. 199-50-24 in rewards + tax = $133.00
HP Color LaserJet Pro CP1525NW Printer
Count on wireless, professional-quality ... 阅读全帖
J**e
发帖数: 15008
16
我应该装哪个?
a*******i
发帖数: 11664
17
ask xiaogu or xiaoji
A********o
发帖数: 13968
18
sorry, can't help
w******n
发帖数: 8158
19
打印机上没写要啥驱动么?
G******f
发帖数: 16223
20
buy a mac
p****s
发帖数: 32405
21
.........
J**e
发帖数: 15008
22
dd u
G******f
发帖数: 16223
23
i think lh uses ps
J**e
发帖数: 15008
24
nice, I just installed ps
首页 上页 1 2 3 4 5 6 (共6页)