``fastPlot`` ===================================== .. py:module:: optimeed.visualize.fastPlot Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: optimeed.visualize.fastPlot._PlotHolders optimeed.visualize.fastPlot.WindowHolders Functions ~~~~~~~~~ .. autoapisummary:: optimeed.visualize.fastPlot.plot optimeed.visualize.fastPlot.show optimeed.visualize.fastPlot.figure optimeed.visualize.fastPlot.add_action_on_click optimeed.visualize.fastPlot.set_title optimeed.visualize.fastPlot.axis_equal optimeed.visualize.fastPlot.get_all_figures optimeed.visualize.fastPlot.get_wgGraphs Attributes ~~~~~~~~~~ .. autoapisummary:: optimeed.visualize.fastPlot.myWindows .. py:class:: _PlotHolders .. py:method:: add_plot(x, y, **kwargs) .. py:method:: get_wgGraphs() .. py:method:: new_plot() .. py:method:: set_title(theTitle, **kwargs) .. py:method:: reset() .. py:method:: axis_equal() .. py:class:: WindowHolders .. py:method:: set_currFigure(currFigure) .. py:method:: add_plot(*args, **kwargs) .. py:method:: set_title(*args, **kwargs) .. py:method:: new_figure() .. py:method:: new_plot() .. py:method:: show() .. py:method:: get_curr_plotHolder() .. py:method:: get_wgGraphs(fig=None) .. py:method:: get_all_figures() .. py:method:: axis_equal() .. py:data:: myWindows .. py:function:: plot(x, y, hold=False, **kwargs) Plot new trace .. py:function:: show() Show (start qt mainloop) graphs. Blocking .. py:function:: figure(numb=None) Set current figure .. py:function:: add_action_on_click(theAction) .. py:function:: set_title(theTitle, **kwargs) Set title of the plot .. py:function:: axis_equal() .. py:function:: get_all_figures() Get all existing figures .. py:function:: get_wgGraphs(fig=None) Advanced option. :return: :class:`~optimeed.visualize.gui.widgets.widget_graphs_visual.widget_graphs_visual`