Type: lib.numpy.visualization.PlotArray

Namespace: lib.numpy.visualization

Description

Create a plot visualization of array data. array, plot, visualization, graph

Use cases:
- Visualize trends in array data
- Create charts for reports or dashboards
- Debug array outputs in workflows

Properties

Property Type Description Default
values np_array Array to plot {'type': 'np_array', 'value': None, 'dtype': '<i8', 'shape': [1]}
plot_type Enum['line', 'bar', 'scatter'] Type of plot to create line

Outputs

Output Type Description
output image  

Metadata

Browse other nodes in the lib.numpy.visualization namespace.