fastPlot

Module Contents

class PlotHolders
add_plot(self, x, y, **kwargs)
get_wgGraphs(self)
new_plot(self)
set_title(self, theTitle, **kwargs)
reset(self)
axis_equal(self)
class WindowHolders
set_currFigure(self, currFigure)
add_plot(self, *args, **kwargs)
set_title(self, *args, **kwargs)
new_figure(self)
new_plot(self)
show(self)
get_curr_plotHolder(self)
get_wgGraphs(self, fig=None)
get_all_figures(self)
axis_equal(self)
myWindows
plot(x, y, hold=False, **kwargs)

Plot new trace

show()

Show (start qt mainloop) graphs. Blocking

figure(numb)

Set current figure

new_plot()

Add new plot

set_title(theTitle, **kwargs)

Set title of the plot

axis_equal()
get_all_figures()

Get all existing figures

get_wgGraphs(fig=None)

Advanced option. :return: widget_graphs_visual