Displaying 15 results from an estimated 15 matches for "postscipt".
Did you mean:
postscript
2002 Jun 20
4
small ps
Ive created a postscript files that looks just like I want it to look
except instead of being 6'' x 6'' i want it to be 2''x 2''. i used the
postscipt() function (R 1.5.1 on redhat). if i use width and
height in par to change the scale the figure looks terrible cause
cex,mar,etc.. dont appear to change.
before i start tinkering with the cex's and mar... is there an easier way
to make the figure exactly the same but at a smaller scale?
th...
2006 Jul 01
1
postscript file too large : maybe an R question
i created a postscipt file in R and then i downloaded a free version
of ghostview to view it. unfortunately, i get the message
fata error : dynamic memory exhausted
when i try to view it.
when i do a dir on windows xp, the file size is 149,034,475
and i know there about 17,000 graphs. is there
a way of possibly viewin...
2002 Sep 22
0
CUPS filtering mechanism explained, was: [cups raw mode, was Re: unlink data file in cups_job_submit]
...V
# APPLICATION/POSTSCRIPT
# |
# |
# V
# pstops
# |
# |
# V
# APPLICATION/VND.CUPS-POSTSCRIPT
# |
# |
# V
# pstoraster # as shipped with CUPS, independent from any Ghostscipt
# | # installation on the system
# | (= "postscipt interpreter")
# |
# V
# APPLICATION/VND.CUPS-RASTER
# |
# |
# V
# rasterto<something> (f.e. Gimp-Print filters may be plugged in here)
# | (= "raster driver")
# |
# V
# SOMETHING-DEVICE-SPECIFIC
# |
# |
# V
# bac...
2000 Oct 03
1
captions for than one figure
...0, exp(1:10), log = "y", xlab = "xlab")
> mtext("(c)",side=1,line=4.5)
> plot(1:10, exp(1:10), log = "y", xlab = "xlab")
> mtext("(d)",side=1,line=4.5)
But the captions in the bottom two plots are clipped. I could textedit the
postscipt file and increase the boundary but that seems like overkill to me. Is
there any command where I can vertically offset the entire plot.
Thanks in Advance,
Dermot MacSweeney.
P.S. If I see another e-mail with the mention of an underscore I think that I
will crack up.
***************************...
1999 Jan 06
1
Locally cached files
...raded our little network here to 2.0 beta 5. The server is a
Data General Intel box running DGUX R4.20.
Compile and install went incredibly well and things have just about
working straight off.
However, we experienced a little 'funny' this afternoon.
A user was creating and deleting a postscipt file in a Unix directory.
She then used Ghostview on the PC client to view this postscript file. All
went well the first time, but when she deleted and recreated the file in
Unix and tried to reread it in Ghostview on the PC, she still got the
previous version of the file.
It is obvious that th...
2003 Apr 30
3
How to put 2 or more graphics in the same page ?
Hi,
I have a naive question...
I have produced about 60 graphics and want to put them in one postscipt
file , possibly 4 graphics on each page. I can put all of them in the
same file (that's ok), but I can't find the way to put 2 or more
(precisely 4, in my case) graphics on the same page (each graphics is
about 6 inches (width) X 4 inches (height)).
Any help would be very much appreciate...
1998 Oct 29
3
EPS
...39;t paying attention. When I try to
import a postscript file (which is EPS according to the R help on postscript) my
Framemaker filter chokes. If I simply edit the first line of the file to put
%!PS-Adobe-3.0 EPSF-3.0
rather than
%!PS-Adobe-3.0
it works just fine. It sure would be simpler if the postscipt driver put this in
the file.
Paul Gilbert
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", no...
2005 Apr 05
5
R can not show plots (in Mac OS X terminal)
Dear all:
I am a newbie in Mac. Just installed R and found R did not react on my
command plot (I use command line in terminal). It did not give me any
error message, either. All it did was just giving out a new command
prompt--no reaction to the plot command. I suppose whenever I gives out
a command of plot, it will invoke the AquaTerm for a small graph, as I
experience in octave. What can I
2002 Aug 30
1
Appletalk printing through Samba
Hi,
I've really tried a lot of things but can't work it out....
I've got a Apple Laserwriter 630 working through appletalk/netatalk. Using
lp/lpr I'm able to print, no problem.
However, when using samba through Windows ME, the printer will print my
pages but also throws out an additional blank page and a page with:
ERROR: undefined
OFFENDING COMMAND:
STACK:
This is my
2001 Oct 26
1
postscript problem (PR#1147)
I reported this earlier, and have got reports that others have the same
promlem on UNIX machines, so it is not only a windows problem
S I file a bug report.
The function (boot.stat) given at the end produces a postscript file,
which cannot be included correctly in LaTeX. Specifically,
the image in LaTeX (when translated by dvips to postscript)
becomes very small, not using the bounding box, and
1999 Sep 30
3
plotting text on a postscript device
It seems that the text command isn't working for a postscript device.
Here is my code:
#-----------------------------
# I have stored some data in a 21 by 21 matrix called mat
x <- 1:ncol(mat);
y <- 1:nrow(mat);
labs <- c(" ", "1298", "1537", "TP53", "786", "974", "1303", "1288",
"1294",
2003 Mar 23
4
What am I missing here?!
OK, I've tried changing my printcap name from printcap to cups. Printing
works fine locally using CUPS on the Samba box. What am I missing here? Why
can't I print to the Samba box via the Windows and linux clients? Shared
directories work fine. I am really frustrated here and have exhausted Google
and all other resources I have. Here's my smb.conf for what it's worth.
2003 Feb 25
3
Starting a process from a windows client
I am hoping to run a Unix process from code running on a windows client, I
am told this can be done using Samba, does any one have any example code to
do this?
Regards
Ivan Scattergood
London Software Development
Internal 8-727-4929 (Lovat Lane)
Internal 8-727-4756 (Cannon Street)
External +44 (0) 20 7961 4929
Fax +44 (0) 20 7961 4860
<http://www.fidelity.co.uk>
2015 Sep 06
0
Cups printers autoloading and windows drivers
...eed to
correctly configure the client to use the samba port when installing
the driver to the first client ?
2) My CUPS server is not used only by Samba. I have many Linux
clients. So I have not set the CUPS printer's drivers to "RAW" but
with the correct PPD drivers (PS3 or Foomatic/PostScipt). The printers
work from the linux client. Is this a problem for Samba to set the
driver in CUPS ?
3) When you send print jobs from your Windows clients by Samba->Cups.
Is the jobs appearing on the CUPS web page ? When you query "ended
jobs" ?
Thank you very much !
Baptiste.
2015 Sep 07
0
Cups printers autoloading and windows drivers
...e the client to use the samba port when installing
> the driver to the first client ?
>
> 2) My CUPS server is not used only by Samba. I have many Linux
> clients. So I have not set the CUPS printer's drivers to "RAW" but
> with the correct PPD drivers (PS3 or Foomatic/PostScipt). The printers
> work from the linux client. Is this a problem for Samba to set the
> driver in CUPS ?
>
> 3) When you send print jobs from your Windows clients by Samba->Cups.
> Is the jobs appearing on the CUPS web page ? When you query "ended
> jobs" ?
>
>...