base_plot ========= .. py:module:: base_plot Classes ------- .. autoapisummary:: base_plot.BasePlot Module Contents --------------- .. py:class:: BasePlot(title, plot_type, params, size, position, id=None, **kwargs) .. py:attribute:: plot_data .. py:method:: generate_id() Generate a unique ID for the plot .. py:method:: set_legend(legend) .. py:method:: set_axis_properties(axis, properties) .. py:method:: set_position(position) .. py:method:: to_json()