Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 00660ea

Browse filesBrowse files
committed
DOC: add FuncScale to set_x/yscale
1 parent a4cc0fc commit 00660ea
Copy full SHA for 00660ea

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed

‎lib/matplotlib/axes/_base.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_base.py
+2Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.