Plot

A plot is a definition of a Plotly figure that can be stored and shared on Wizata.

Attributes

NameTypeDescription
plot_idThe UUID of the plot.
generatedByIdThe UUID of the Execution from which the plot was created.
nameA simple name helping the user identifying the plot.
figurePlotly figure defining the plot itself.

Methods

api_id()

Id of the plot (plot_id)

return: string formatted UUID of the plot.

endpoint()

Name of the endpoints used to manipulate plots.

return: Endpoint name.

from_json()

Load the Plot entity from a dictionary representation of the Plot.

NameTypeDefaultDescription
objDict version of the Plot.

set_id()

specify the id_value neutrally

NameTypeDefaultDescription
id_value

return:

to_json()

Convert the plot to a dictionary compatible to JSON format.

NameTypeDefaultDescription
targetstrNone

return: dictionary representation of the Plot object.