[Matplotlib-users] Plotting Arrows

2010-09-25 Thread Gus Ishere
I'd like to plot some arrows. I can use the pyplot.arrow function but it does not give an arrow head. I am trying to use FancyArrow in the following way: import matplotlib as mpl import matplotlib.pyplot as plt plt.figure(None) ax = plt.gca() arr = mpl.patches.FancyArrowPatch((0,0),(3,2),arrowst

[Matplotlib-users] simpler example of embedding in wx

2010-09-25 Thread C M
I'd like to offer a simplest possible example for embedding in wxPython; significantly simpler and completely pared down compared to either of the two that are shown here: http://www.scipy.org/Matplotlib_figure_in_a_wx_panel but I don't have access to modify the page. Doesn't anyone on the list

Re: [Matplotlib-users] legend and bbox_to_anchor, and draggable()

2010-09-25 Thread Jouni K . Seppänen
Daniel Hyams writes: > I was playing around with draggable legends, and some strange things started > happening (exception down in the depths of beckend_agg.py, accompanied by a > long stack trace). To make a long story short, I can reproduce this in the > draggable_legend.py example on the matp

Re: [Matplotlib-users] "asynchronous" plots?

2010-09-25 Thread Jouni K . Seppänen
John Salvatier writes: > Is there a way to do "asynchronous" plots in matplotlib? By asynchronous I > mean plots that simply spawn a new process and do not stop the program while > the plot is visible? In 2007 Bill Baxter made a package called ezplot that does plots in a separate process via a