Expand description
MATLAB-compatible line plot creation utilities
Functions§
- plot
- Create a simple line plot (equivalent to MATLAB’s
plot(x, y)) - plot_
with_ color - Create a line plot with specified color (
plot(x, y, 'r'))
MATLAB-compatible line plot creation utilities
plot(x, y))plot(x, y, 'r'))