--
> I would try to recover the data from the plot. I often use g3data but
> there should other tools.
>
> http://www.frantz.fi/software/g3data.php
>
> IHTH,
>
> -JJ
>
>
>
> On Wed, Dec 29, 2010 at 9:14 AM, crwe crwe wrote:
> > Hello,
> >
&
Thanks a lot Chris!
I converted the EPS to SVG with InkScape like you suggested. It looks like it
might be possible to hack out the original data from the resulting text file.
That means I wouldn't have to edit anything, but rather just re-plot (using
matplotlib :-).
> > Is there any way to ed
Hello,
I need your help! I have an image, saved in .eps (vector) format.
Now the image is just a couple of plots with a legend, saved in colour, but
without special tick marks to differentiate the plots. What I need to do now is
*add the tick marks*. A diamond to one plot, a little cross for a
> hi, did you find this?
> http://matplotlib.sourceforge.net/faq/howto_faq.html?highlight=codex%20nxutils#test-whether-a-point-is-inside-a-polygon
I used the search function but no, i didn't find that link :) Shame on me and
thank you Brent.
Looking at the implementation, it's really simple and
Hi all,
i need to draw a polygon (non-convex) into memory, so that i can query which
pixels are inside the polygon and which not. I came across matplotlib which has
some Polygon class in it so i presume i could use this (although so far, i
didn't understand the terminology behind the library an