Commit 0484b2b
committed
feat(correlation): add axis limits
Add xlim and ylim parameters to control axis range limits:
- Import Axes type from matplotlib.axes for type annotations
- Change return type from None to Axes for better matplotlib integration
- Update docstring to reflect new parameters and return type
- Modify set_axis function to handle axis limits parameter
Closes #531 parent 7e4b1b7 commit 0484b2b
3 files changed
+236
-231
lines changed
0 commit comments