On Tuesday, June 12, 2012, wiswit wrote:
>
> Hi, Thanks Fernando! I am using vim and I checked a little bit the tool and
> it seems of great help!
> I am not saying that we need something perfect. It's already great to have
> these tools (ipython, matplotlib). Just imagine what's kind of feeling
>
On 06/12/2012 11:30 AM, Gustavo Goretkin wrote:
> Hi,
>
> I'm using MPL 1.0.1 and am getting an unexpected result from using the
> Path.intersects_path function.
>
> Here is the example: https://gist.github.com/2920237
>
> There are three rectangles, two of which intersect. As such, I expect
> some
Hi,
I'm using MPL 1.0.1 and am getting an unexpected result from using the
Path.intersects_path function.
Here is the example: https://gist.github.com/2920237
There are three rectangles, two of which intersect. As such, I expect some
of the calls to intersects_path to return not 1.
Thanks,
Gust
Hi all,
Just curious.
Is there a chance that the following ticket will be fixed before the
forthcoming release.
https://github.com/matplotlib/matplotlib/issues/917
Nils
--
Live Security Virtual Conference
Exclusive live
On Mon, Jun 11, 2012 at 11:03 PM, Justin R wrote:
> operating system Windows 7
> matplotlib version : 1.1.0
> obtained from sourceforge
>
> the class seems to generate the same Wt matrix for every input. The
> every element of the weight matrix is either +sqrt(1/2) or -sqrt(1/2).
>
> dat1 = 4*np.r
Dear all,
Is there a way that I can set the popup window that appears when I issue a
plotting command always on top?
cheers,
Chao
--
View this message in context:
http://old.nabble.com/how-to-set-popup-window-always-on-top--tp34000345p34000345.html
Sent from the matplotlib - users mailing li
On Fri, Jun 8, 2012 at 3:36 AM, Maximilian Fabricius
wrote:
> it seems that whenever I plot something, a window opens.
>
> from matplotlib import pylab
> import numpy
> pylab.plot(numpy.random.normal(size=100))
>
> Now, I have code that is supposed to produce diagnostic plots as PDFs. Only
Before
I think I'm experiencing a bug.
Here is a minimum example:
import matplotlib.patches as mpatches
path = mpatches.Rectangle((0,0),width=1,height=1).get_path()
print path.contains_point(point=(.5,.5))
it raises an IndexError: Unexpected SeqBase length.
I think this is a problem in the contains_po
Hi all,
it seems that whenever I plot something, a window opens.
from matplotlib import pylab
import numpy
pylab.plot(numpy.random.normal(size=100))
Now, I have code that is supposed to produce diagnostic plots as PDFs. Only
when I pass a command line option the script should actually open a
win
Hi, Thanks Fernando! I am using vim and I checked a little bit the tool and
it seems of great help!
I am not saying that we need something perfect. It's already great to have
these tools (ipython, matplotlib). Just imagine what's kind of feeling
working within pure python shell... thanks for these
Neal Becker wrote:
> Any ideas what this is about?
>
> No traceback, just this message:
>
> Exception RuntimeError: 'sys.meta_path must be a list of import hooks' in
> > ignored
>
Maybe I found it. I had an object managing my plot, which had a __del__ which
called pdf.close(). Probably this
Any ideas what this is about?
No traceback, just this message:
Exception RuntimeError: 'sys.meta_path must be a list of import hooks' in
> ignored
--
Live Security Virtual Conference
Exclusive live event will cover all
12 matches
Mail list logo