Delbert Franz wrote:
> I have been working to display an image of a USGS 7.5 minute quad sheet.
> These are provided at various locations about the Web. Since the
> range of colors on these maps is limited, the *.tif files appear to
> use an indexed color map wherein each pixel has a value 0 to
I was trying to look up a module, and, after installing matplotlib
0.98.1, I get:
help> modules
Please wait a moment while I gather a list of all available modules...
Traceback (most recent call last):
File "", line 1, in
File "/sw/lib/python2.5/site.py", line 346, in __call__
retu
Hi
Just upgraded to matplotlib-0.98.1, and a code that worked with 0.98.0
is now failing with the following error:
Traceback (most recent call last):
File "./plot_workout.py", line 126, in
time_plot = time_axes.plot_date(times_dates, times, 'bo-')
File "/opt/local/lib/python2.5/site-pack
Wasn't this answered by the two_scales.py example?
On Monday 23 June 2008 20:53:56 Adam Mercer wrote:
> Hi
>
> Anyone know how to fix this problem?
>
> Cheers
>
> Adam
>
> On Thu, Jun 19, 2008 at 8:31 PM, Adam Mercer <[EMAIL PROTECTED]> wrote:
> > Hi
> >
> > I have a plot that has two different y
Hi
Anyone know how to fix this problem?
Cheers
Adam
On Thu, Jun 19, 2008 at 8:31 PM, Adam Mercer <[EMAIL PROTECTED]> wrote:
> Hi
>
> I have a plot that has two different y-axis scales and I want
> appropriate tick marks for the different y-axes. ie I want the tick
> marks on the left axis to co
I have been working to display an image of a USGS 7.5 minute quad sheet.
These are provided at various locations about the Web. Since the
range of colors on these maps is limited, the *.tif files appear to
use an indexed color map wherein each pixel has a value 0 to 255 and
the color is found
On Monday 23 June 2008 13:25:19 John Hunter wrote:
> On Mon, Jun 23, 2008 at 11:58 AM, Erik Tollerud <[EMAIL PROTECTED]>
wrote:
> > Hmm... ok, so it is possible to pass some of the text in a plot
> > through TeX, but not all of the text? That's what the text.markup rc
> > parameter seems to be ab
Thanks for the reply. The trick with clf() is that it redraws the entire
image, and hold(False), while much better, changes the axes values. Ideally
I could keep my axes setup and redraw only the bars, ala the animation
example of the plot() sine wave. Looking at that code, I'm trying something
lik
On Mon, Jun 23, 2008 at 11:58 AM, Erik Tollerud <[EMAIL PROTECTED]> wrote:
> Hmm... ok, so it is possible to pass some of the text in a plot
> through TeX, but not all of the text? That's what the text.markup rc
> parameter seems to be about, but I get an error saying that its an
> unrecognized ke
Hmm... ok, so it is possible to pass some of the text in a plot
through TeX, but not all of the text? That's what the text.markup rc
parameter seems to be about, but I get an error saying that its an
unrecognized key if I use it...
I could have sworn I saw a post way back where someone managed to
On Thu, Jun 19, 2008 at 10:35 PM, John Hunter <[EMAIL PROTECTED]> wrote:
> On Thu, Jun 19, 2008 at 9:19 PM, Charles Moad <[EMAIL PROTECTED]> wrote:
>
> > Seems like that one little fix did the trick. I ran several examples and
> > haven't had any problems. Committed now.
>
> Thanks Charlie! Can
Hi Michael,
Thanks!
This really does the trick. The circles look beautiful and smooth now. ;)
You rock!
Kelvin Quee
Michael Droettboom wrote:
You can pass in a "marker" argument with a tuple of the form (numsides,
style, angle) to scatter.
*numsides*:
the nu
This is the first bugfix release of the 0.98 series, with lots of
small bugs fixed and a few features added. Thanks to Charlie Moad for
the builds: src and binaries available from
http://sourceforge.net/project/showfiles.php?group_id=80706. For
those of you on the 0.91 maintenance branch, we have
1. "requires python2.4" seems to imply that python 2.5 won't work.
2. "produces publication quality figures" should be "produces
publication-quality figures".
Keith
-
Check out the new SourceForge.net Marketplace.
It's the
You can pass in a "marker" argument with a tuple of the form (numsides,
style, angle) to scatter.
*numsides*:
the number of sides
*style*:
the style of the regular symbol:
= ==
Valu
On Sunday 22 June 2008 21:49:03 Erik Tollerud wrote:
> I'm trying to adjust the font weight on some of my plots - I'd like to
> have the numbers along the axis ticks be bold instead of regular font
> like the default setting. The problem is, nothing I do seems to
> change the font weight. I've ch
16 matches
Mail list logo