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
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
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