I think I was the one who asked a similar question a while back. Here
is a link to John's response:
http://article.gmane.org/gmane.comp.python.matplotlib.general/5465
I followed his advice and created my own formatter:
from matplotlib.ticker import LogFormatterMathtext
class MyFormatter(LogForm
sidimok <[EMAIL PROTECTED]> writes:
> I'm using matplotlib to draw (from matplotlib.Patches import Circle) filled
> circles (disks) from a formatted data file, and would give each disk a
> color relative to a variable, as done by the "scatter" function.
Here's one way to do it:
#!/usr/bin/env p
Hi all!
I'm using matplotlib to draw (from matplotlib.Patches import Circle) filled
circles (disks) from a formatted data file, and would give each disk a
color relative to a variable, as done by the "scatter" function.
Any idea how to handle this, please?
Thank's.
--
View this message in con