Graph
iota.graph.Graph()
Description Iota graph object.
Methods
Static methods
Variables
description
(str) user descriptionfilepath
(str) file containing the graph data (csv format)name
(str) graph name
Methods
Generate a html document, containing the plots for a graph
Arguments
output_file
: (text) file path where the html graph will be savedlayout
: (dict) layout used to generate the graph (Default: None)
Example
Get xtitle,ytitle pair from the graph
Example
Get the raw underlying data of a graph return an OrderedDict
of pairs { 'column_name' : ArrayFloat() }
Example
Returns list of labels of graph curves (xtitle and trace labels)
Example
Get the label of each trace in the graph
Example
Static methods
Returns the dictionary containing the default layout used if nothing defined by the user
Example
Generate a html graph file invoking directly plotly
Arguments
file
: (text) file path where the html graph will be saveddata
: (dict) data to be plottedlayout
: (dict) layout used to generate the graph (Default: None)
Example
Last updated
Was this helpful?