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
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
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,
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
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
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
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
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".
>
> 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
-
--- 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
10 matches
Mail list logo