Where can I find documentation on the new circle collection?  And, going 
back to his comment about "real radius", if I add a circle to a matplotlib 
plot (not sure how to do this), how can I ensure the radius is, indeed, in 
meters?
  I have read the scatter documentation, and it says the radius of the 
annotations should be in meters, but that doesn't seem like it's the case.
Regards,
Kurt
------------------------------

Message: 5
Date: Mon, 16 Jun 2008 23:35:37 -0700 (PDT)
From: sidimok <[EMAIL PROTECTED]>
Subject: Re: [Matplotlib-users] Drawing filled circles (discs)
To: matplotlib-users@lists.sourceforge.net
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=us-ascii




 > Or are you effectively doing a scatter plot? Could you use scatter?
 >
 > Eric
 >

Yes, I've already tried doing the trick with a scatter plot, but since the
filling colors correspond to a "physical quantity" and the radius of the
scatters are the "real" circle radius, using RegularPolygons is more
straightforward.

Isn't it better to use "Circle" new collection?



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to