Search found 3 matches
- Sun Mar 27, 2016 7:05 am
- Forum: Help with using Inkscape
- Topic: Disable gradient mesh approximation on PDF input
- Replies: 7
- Views: 2691
Re: Disable gradient mesh approximation on PDF input
WTF???? It's a bitmap image of 21x21 pixels???? :o :shock: Yes, but i would not say it's an "image". It is actually data coming from numerical simulations. So the 21x21 pixels you see are actually 21x21 data points that are linked to a spatial grid behind the scenes. Python will use the d...
- Sun Mar 27, 2016 6:40 am
- Forum: Help with using Inkscape
- Topic: Disable gradient mesh approximation on PDF input
- Replies: 7
- Views: 2691
Re: Disable gradient mesh approximation on PDF input
Hey hulf, thanks for your tip with the vector graphics! I generated the PDF above with the imshow() and savefig() functions of matplotlib. This function is also capable of saving figures in *.svg format. I already tried that before which gave me the same issue as with the PDF. I was able to fix that...
- Sun Mar 27, 2016 4:12 am
- Forum: Help with using Inkscape
- Topic: Disable gradient mesh approximation on PDF input
- Replies: 7
- Views: 2691
Disable gradient mesh approximation on PDF input
Hi everybody, currently i'm trying to import a PDF (Created with pythons matplotlib) showing a very pixelated version of a 2D gaussian distriution (I put that PDF into the attachment). The problem i have is the following: I used this rough resolution on purpose. If I now import the PDF, Inkscape alw...