Re: [Matplotlib-users] Resolution of SVG output

2007-01-05 Thread Christopher Barker
I wish I could help more, but I really have no clue about embedding images in SVG -- I haven't even used imshow() at all. > Perhaps there is a way to increase the dpi of the included > bitmaps? A bitmap has a particular size -- period -- it can be re-scaled by interpolating, etc, but it has a

Re: [Matplotlib-users] Resolution of SVG output

2007-01-05 Thread Marius 't Hart
Dear Chris, That site really cleared the basic resolution stuff up for me, and it was pretty much as I expected. Your remark about how imshow() works with SVG made me wonder. Might it be that the output of imshow() is set in pixels so that when I increase the dpi of the total figure, the subplots

Re: [Matplotlib-users] Resolution of SVG output

2007-01-03 Thread Christopher Barker
This should help you understand dpi, font-size, etc. http://www.scipy.org/Cookbook/Matplotlib/AdjustingImageSize However, I'm not sure how imshow() and SVG work together -- SVG is just that -- "Scalable", it doesn't have a set resolution, and I don't know what happens when you embed a raster gr