GraphKey.app.modules.graphing.figure.scatter_plot
index

 
Modules
       
plotly.graph_objects
pandas
pickle
plotly.express

 
Classes
       
GraphKey.app.modules.graphing.figure.figure.Figure(abc.ABC)
ScatterPlot

 
class ScatterPlot(GraphKey.app.modules.graphing.figure.figure.Figure)
    ScatterPlot(df: pandas.core.frame.DataFrame)
 
This is the specific sub-class to generate scatter plots.
 
 
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)