Re: [Matplotlib-users] eliminating end labels on axes

2007-09-15 Thread Ryan Krauss
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

Re: [Matplotlib-users] Drawing filled circles (discs)

2007-09-15 Thread Jouni K . Seppänen
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

[Matplotlib-users] Drawing filled circles (discs)

2007-09-15 Thread sidimok
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