Module matlab_compat

Module matlab_compat 

Source
Expand description

MATLAB-compatible figure creation utilities

Functions§

figure
Create a new figure (equivalent to MATLAB’s figure)
figure_with_title
Create a figure with a title
plot_multiple_lines
Add multiple line plots to a figure (hold on behavior)
scatter_multiple
Add multiple scatter plots to a figure