8000 DOC: add FuncScale to set_x/yscale · matplotlib/matplotlib@00660ea · GitHub
[go: up one dir, main page]

Skip to content

Commit 00660ea

Browse files
committed
DOC: add FuncScale to set_x/yscale
1 parent a4cc0fc commit 00660ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/matplotlib/axes/_base.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3521,6 +3521,7 @@ def set_xscale(self, value, **kwargs):
35213521
- `matplotlib.scale.LogScale`
35223522
- `matplotlib.scale.SymmetricalLogScale`
35233523
- `matplotlib.scale.LogitScale`
3524+
- `matplotlib.scale.FuncScale`
35243525
35253526
Notes
35263527
-----
@@ -3847,6 +3848,7 @@ def set_yscale(self, value, **kwargs):
38473848
- `matplotlib.scale.LogScale`
38483849
- `matplotlib.scale.SymmetricalLogScale`
38493850
- `matplotlib.scale.LogitScale`
3851+
- `matplotlib.scale.FuncScale`
38503852
38513853
Notes
38523854
-----

0 commit comments

Comments
 (0)
0