[Matplotlib-users] Use pyplot functions and embedded Qt widget

2014-10-06 Thread Александров Петр
Hello. Can I use pyplot functions (such as pyplot.plot, pyplot.pcolormesh) to plot in embedded Qt plot? I have created the following class class CDeltaHPlot(FigureCanvasQTAgg): def __init__(self, parent = None): self.figure = Figure() self.axes =

[Matplotlib-users] Using unregistered scales

2014-10-06 Thread Paul Hobson
MPL Users, Using [1] as a template, I built a ProbabilityScale[2] which I hope one day will be in the statsmodels library. It still needs some work, but it's mostly there. I have, what I hope is a basic question: Do I have to register the scale in order to use it, or is there an axes method to