>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
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
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