[Matplotlib-users] cannot set mplot3d axes aspect to "equal"

2009-11-10 Thread Sébastien Barthélemy
Hello all, I'm having trouble setting the aspect ratio of an Axes3D to equal. Is it possible ? Here is example illustrating the problem: from matplotlib.pylab import * from mpl_toolkits.mplot3d import Axes3D from numpy import * n = 100 r = 3 t = linspace(0,2*pi, n) ax = Axes3D(figure()) ax.set_

[Matplotlib-users] encoding of files included in sphinx

2009-11-18 Thread Sébastien Barthélemy
Hello, I'm using the matplotlib Sphinx extension which automatically includes the source code and the figures it produces into the Sphinx document. This is a very handy feature whose use goes far beyond documenting matplotlib itself. (thanks for that by the way) However I have trouble when the py

Re: [Matplotlib-users] encoding of files included in sphinx

2009-11-21 Thread Sébastien Barthélemy
Le 18 novembre 2009 17:24, Michael Droettboom a écrit : > > This is a bug -- but it has a fairly straightforward fix: to use Sphinx's > "include" directive rather than roll our own as we currently do. This has > been fixed in SVN r7972. plot-directive now takes an "encoding" option, > exactly l

[Matplotlib-users] mplot3d animations

2009-11-24 Thread Sébastien Barthélemy
Hello, I would like to do animations of a 3d scene. Thus I would need do to animation of some mplot3d-generated plot. Has somebody already tried it ? Is it possible at all ? My first test don't work, but I never did an animation in matplotlib before. I would like to be sure this is not a dead end

Re: [Matplotlib-users] encoding of files included in sphinx

2009-11-25 Thread Sébastien Barthélemy
heers Le 21 novembre 2009 17:50, Sébastien Barthélemy a écrit : > Le 18 novembre 2009 17:24, Michael Droettboom a écrit : > > This is a bug -- but it has a fairly straightforward fix: to use Sphinx's >> "include" directive rather than roll our own as we currently

[Matplotlib-users] bug? line misses points with negative coordinates

2010-09-03 Thread Sébastien Barthélemy
Hello, While using sage [1], I got problems drawing a line: for some reason, the points with negative coordinates are not plotted (or are plotted on top of others due to an offset problem and thus I cannot see them). I can only reproduce the bug with specific data sets. I think I could track down

Re: [Matplotlib-users] bug? line misses points with negative coordinates

2010-09-03 Thread Sébastien Barthélemy
CC to matplotlib-devel & matplotlib-users 2010/9/3 Tony S Yu : > On Sep 3, 2010, at 4:33 AM, Sébastien Barthélemy wrote: > >> Hello, >> >> While using sage [1], I got problems drawing a line: for some reason, >> the points with negative coordinates are not pl