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