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 given native size in pixels.

I think what may be confusing you is that if you take a given bitmap, 
and increase it's dpi -- all you've done is take the same pixels and 
tell whatever is doing your rendering that each pixel is smaller (so the 
whole image is smaller in length units (inches, etc). For example:

if you have an 800x600 bitmap at 100dpi, you have a 8"x6" picture. If 
you make it 200 dpi, you now have a 4"x3" picture, with smaller dots.

Does that help any?

-Chris


-- 
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

[EMAIL PROTECTED]

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to