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

[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 = self.figure.add_subplot(111

Re: [Matplotlib-users] third-party mpl widgets/tools?

2014-10-06 Thread Matt Sundquist
Hey Ben, Sounds like a cool list. Plotly (https://plot.ly) turns matplotlib plots into interactive, D3.js plots and translates the figure into R, MATLAB, and Julia. Plotly makes the data and figure editable in a web-based GUI, assigns the plot to a URL (e.g.: https://plot.ly/~PlotBot/182), and le