[Matplotlib-users] matplotlib sphinxext crashes in sphinx-build

2010-11-03 Thread Elizabeth Yip Dembart
Hi I was going through the sampledoc tutorial in http://matplotlib.sourceforge.net/sampledoc/. When I came to "Sphinx extensions for embedded plots ... ", sphinx-build crashes when "matplotlib.sphinx.mathmpl" ... were added to the extensions section of conf.py. I noticed a similar problem was re

Re: [Matplotlib-users] How should I plot clustered data?

2010-11-03 Thread John
log Y axis? On Wed, Nov 3, 2010 at 6:18 AM, David Frey wrote: > I am trying to use matplotlib (for the first time) to graph the address space > usage of an application against time.  The data is written to a log file by > trace statements throughout the source code of the application.  The trace

Re: [Matplotlib-users] Unsightly white space in contour plots

2010-11-03 Thread Eric Firing
On 11/03/2010 09:01 AM, jgamble wrote: > > Hi all, > > I'm trying to visualize some data using countourf in pyplot, and I am having > a bit of trouble. For some reason, the y axis does not scale properly, and > an ugly white bar appears where there are no pixels to plot (see > screenshot). Ideally,

[Matplotlib-users] Unsightly white space in contour plots

2010-11-03 Thread jgamble
Hi all, I'm trying to visualize some data using countourf in pyplot, and I am having a bit of trouble. For some reason, the y axis does not scale properly, and an ugly white bar appears where there are no pixels to plot (see screenshot). Ideally, I would like the axes to scale so that there is no

Re: [Matplotlib-users] "Illegal instruction" on import

2010-11-03 Thread Johan Grönqvist
2010-11-03 19:26, Marcin Krol skrev: > matplotlib: > field.setCheckState(Qt.Checked if value else Qt.Unchecked) > ^ > SyntaxError: invalid syntax > The code above is a conditional expression, and those are mentioned [0] on the "what's new in python 2.5

[Matplotlib-users] "Illegal instruction" on import

2010-11-03 Thread Marcin Krol
Hello, I've installed 1.0.0 on Python 2.4 (Debian Etch) and am getting just this: Python 2.4.4 (#2, Jan 24 2010, 11:19:18) [GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import matplotlib.pyplot as plt Illeg

Re: [Matplotlib-users] show(), the state of the art

2010-11-03 Thread Benjamin Root
On Wed, Nov 3, 2010 at 2:19 AM, Michiel de Hoon wrote: > --- On *Tue, 11/2/10, Benjamin Root * wrote: > > I have personally seen significant progress in this area, but there are a > few backends that aren't quite right (MacOSX backend, I believe?). > > As far as I know, show() is working correctl

[Matplotlib-users] save figure object

2010-11-03 Thread Anita Graser
Hi, I'm looking for a way to save Matplotlib figure objects the way Matlab can do it. I found the same request from 2008: http://sourceforge.net/mailarchive/forum.php?thread_name=48D02DF2.2020401%40lanl.gov&forum_name=matplotlib-users The answer basically was "There is currently no easy way".

Re: [Matplotlib-users] Ticks direction

2010-11-03 Thread Bartosz Telenczuk
> > ax = plt.subplot(1,1,1) > ticks = ax.xaxis.get_majorticklines() > mytick = ticks[3] > mytick.set_marker(2) > plt.draw() > Cool! That's what I have been looking for. Thanks so much for your help. Regards, Bartek -

Re: [Matplotlib-users] show(), the state of the art

2010-11-03 Thread Michiel de Hoon
--- On Tue, 11/2/10, Benjamin Root wrote: I have personally seen significant progress in this area, but there are a few backends that aren't quite right (MacOSX backend, I believe?). As far as I know, show() is working correctly in the MacOSX backend. If you encountered a case where the backen