Module matlab_compat

Module matlab_compat 

Source
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'))