Expand description
MATLAB-compatible scatter plot creation utilities
Functions§
- scatter
- Create a simple scatter plot (equivalent to MATLAB’s
scatter(x, y)) - scatter_
with_ style - Create a scatter plot with specified color and size (
scatter(x, y, size, color))