[Matplotlib-users] how to create interactive plots in jupyter python3 notebook?

2016-02-26 Thread Andy Davidson
>Hi > >I currently have a plot that gets update in a loop with data from a >remote system. It works and looks great. (matplotlib rocks!) I currently >use > >%matplotlib inline > >Now I need to make the graph interactive. By interactive I mean I would >like the user to be able to > > >1. move the m

[Matplotlib-users] Fw: Matplotlib 1.5.1 - Function pcolormesh throws Segmentation Fault / faulthandler traceback info / Error at Agg

2016-02-26 Thread Claude Falbriard
Dear colleagues, Complementing this topic: . The segmentation fault error relates to the use of the "Agg" graphical back-end which crashes with larger plots when using the command pyplot savefig. Case I switch to the .use("Cairo") package, the processing completes OK although the image is

[Matplotlib-users] Rotated axes on figure

2016-02-26 Thread Gustavo Goretkin
Hello, How can I add an axes to a figure, but specify the transform from axes coordinates to figure coordinates? I want a set of axes (ticks, spines, data, everything) that are rotated? Figure.add_axes [1] accepts a box left-bottom-width-height axis aligned box specification. I can't follow in th