eps Questions

5

I run into several problems when I try to open EPS- or SVG-Images with PIL. Opening EPS from PIL import Image test = Image.open('test.eps') ends in: Traceback (most recent call last): File "...
Apparatus asked 28/2, 2013 at 8:21

2

I need to convert an SVG to EPS and currently use inkscape to do this. To convert the SVG using the Inkscape GUI version, I simply open the svg, and "Save As" 'logo.eps', unselecting the "Rasteri...
Ewers asked 14/5, 2015 at 16:39

4

Solved

I'm using ggplot2 in R to generate figures for a publication in which all figures need to be .eps format and all fonts needs to be Arial. I've been following this guide to doing this using the extr...
Hyaline asked 4/3, 2015 at 19:41

3

Is there a way to use PIL with matplotlib to place logos that are in EPS or SVG (or any scalable vector format) in order to place the logo on the graph and output the final file as EPS. Now I get a...
Orabelle asked 18/5, 2015 at 19:17

2

I tried to open an EPS image with Pyzo, I have installed PIL and Ghostscript (as I saw that it is necessary on some other website topics), my code is: from PIL import Image im = Image.open('''myima...
Sharpe asked 16/6, 2017 at 10:47

6

I have been trying to use Inkscape to prepare artwork graphics for my scientific papers. I use LaTeX, and I need my figures to be prepared as high-quality Encapsulated PostScript (EPS) images. The ...
Berty asked 21/6, 2013 at 23:24

3

Solved

I have a big amount of data from which I would like to create a scatter plot and include it in my LaTeX document. I use gnuplot to generate the scatter plot with the epslatex output format to be ab...
Dyaus asked 25/6, 2013 at 18:36

1

I'm currently reading and writing .EPS file to manipulate/add metadata (Keywords and Tags) in the file. PS: File encoding is Windows-1251 or Cp1251 -Russian- I'm reading EPS file like this: (String...
Katusha asked 11/6, 2019 at 6:10

3

Solved

Edit: This page provides the code: https://www.andrewheiss.com/blog/2017/09/27/working-with-r-cairo-graphics-custom-fonts-and-ggplot/ ggsave("test_cario.eps", device=cairo_ps) ggsave("test_cario....
Marinate asked 1/2, 2018 at 16:25

2

Solved

I Have a filefile.eps that I downloaded from http://www.shutterstock.com/ , it looks like this : I want to export all those icons into its own piece so that I can use them on my site. I've tried...
Barling asked 4/5, 2015 at 12:58

5

Solved

I'm struggling with a problem when making plots with filledcurves. Between the filled areas, there seems to be a "gap". However, these artifacts do not appear on the print, but depend on the viewer...
Danita asked 3/5, 2012 at 12:6

2

Solved

I have always used pgfplot of latex to produce figures(.pdf format). Now, the journal in which I want to publish wants my figures to be in eps format. I tried converting pdf to eps using pdftops -...
Apthorp asked 24/6, 2017 at 13:29

1

hello I have many pdf files and I eant to convert to .eps using python. I have find some codes but don't work for me that codes execute without some error but I don't take some .eps file . ...
Miramirabeau asked 14/7, 2017 at 13:41

4

Im trying to create vector graphics in PHP. Ive tried Cairo and I havn't been able to get it to work. I understand that imageMagick has vector functionality but the documentation on php.net is very...
Multidisciplinary asked 6/1, 2011 at 22:20

3

Solved

In MATLAB, how do you write a matrix into an image of EPS format? It seems imwrite does not support EPS. Convert is not working on the Linux server I am using: $ convert exploss_stumps.jpg explo...
Brochette asked 19/3, 2010 at 15:46

1

Solved

I'd like to be able to save Matplotlib plots and add them directly as vector graphics in Microsoft Word documents. However, the only format supported by Word and Matplotlib both is .eps, and the ax...
Taal asked 26/6, 2014 at 8:1

1

Solved

I have the following gnuplot script: set autoscale unset log unset label set xtic auto set ytic auto unset title set xlabel "Number of clusters" set ylabel "Accuracy of classifier (%)" plot "clust...
Binah asked 13/2, 2016 at 21:44

2

Solved

I usually use ax.set_rasterized(True) to rasterize the figure so that it could handle transparency when saved as in eps format, but the rasterization also blurs the axis labels and ticklabels, so i...
Waftage asked 6/4, 2012 at 21:5

0

I am working in RStudio and have two ggplots, call them plot1 and plot2. I would like to arrange them one above the other and save into eps format. I have read the following posts on the topic: Ex...
Shaum asked 8/1, 2016 at 11:32

2

Solved

I'm generating a filed contour plot with the matplotlib.pyplot.contourf() function. The arguments in the call to the function are: contourf(xvec,xvec,w,levels,cmap=matplotlib.cm.jet) where xvec...
Leilaleilah asked 4/4, 2013 at 21:34

1

Solved

EPS10 supports transparency and layers in vector graphics. Can matplotlib generate EPS10 files?
Emplace asked 27/7, 2015 at 22:29

6

How can I convert multiple .jpg files to .eps files on Linux?
Disencumber asked 18/3, 2011 at 9:44

1

I am trying to do a simple conversion from a transparent PNG file to EPS with transparency and currently my command looks like this: convert "image1.png" "image1.eps" It looks like all I am getti...
Marcimarcia asked 15/4, 2013 at 21:15

5

Solved

How do I export a graph to an .eps format file? I typically export my graphs to a .pdf file (using the 'pdf' function), and it works quite well. However, now I have to export to .eps files.
Barbey asked 28/2, 2011 at 13:53

4

Solved

Does anyone know if it's possible to automatically write a figure out to a .eps file in MATLAB? I'm running a script that produces a large number of graphs, and it'd be nice if I didn't have to ma...
Harpy asked 3/3, 2009 at 15:13

© 2022 - 2024 — McMap. All rights reserved.