Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 70aff7d

Browse files
authored
Merge pull request #27419 from StefRe/doc/scale
DOC: Add AsinhScale to list of built-in scales
2 parents ac74b74 + 6896ffd commit 70aff7d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/matplotlib/axis.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -807,6 +807,7 @@ def _set_axes_scale(self, value, **kwargs):
807807
- `matplotlib.scale.SymmetricalLogScale`
808808
- `matplotlib.scale.LogitScale`
809809
- `matplotlib.scale.FuncScale`
810+
- `matplotlib.scale.AsinhScale`
810811
811812
Notes
812813
-----

lib/matplotlib/colorbar.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -998,6 +998,7 @@ def _set_scale(self, scale, **kwargs):
998998
- `matplotlib.scale.SymmetricalLogScale`
999999
- `matplotlib.scale.LogitScale`
10001000
- `matplotlib.scale.FuncScale`
1001+
- `matplotlib.scale.AsinhScale`
10011002
10021003
Notes
10031004
-----

0 commit comments

Comments
 (0)