|
- Method resolution order:
- ScatterPlot
- GraphKey.app.modules.graphing.figure.figure.Figure
- abc.ABC
- builtins.object
Methods defined here:
- __init__(self, df: pandas.core.frame.DataFrame)
- Initialize self. See help(type(self)) for accurate signature.
- construct_figure(self, config: dict)
- Constructs the figure object to be passed for graphing.
:param config: A dictionary that contains all the parameters to be passed to Plotly's Figure object
- get_figure(self) -> plotly.graph_objs._figure.Figure
- Get's the constructed figure object to be displayed
:return: A Plotly Figure object
Data and other attributes defined here:
- __abstractmethods__ = frozenset()
Static methods inherited from GraphKey.app.modules.graphing.figure.figure.Figure:
- eliminate_nones(config: dict)
- Iterates through the passed config and removes all unnecessary empty values
:param config: A dictionary that contains all the parameters to be passed to Plotly's Figure object
Data descriptors inherited from GraphKey.app.modules.graphing.figure.figure.Figure:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|