add_trace#
- ReportPlotter.add_trace(plot_data, data_type=0, properties=None, name='')#
Add a new trace to the chart.
- Parameters:
- plot_data
list
Data to be inserted.
- data_type
int
,optional
Data format.
0
for cartesian,1
for spherical data.- properties
dict
,optional
Properties of the trace. {x_label:prop, y_label:prop, z_label:prop, trace_style : “-“, trace_width : 1.5, trace_color : None, symbol_style : ‘v’, fill_symbol : None, symbol_color : “C0” }
- name
str
Trace name.
- plot_data
- Returns: