Skip to content

Commit 8a258cf

Browse files
rwpenneyjklymak
andauthored
Apply suggestions from code review
Co-authored-by: Jody Klymak <[email protected]>
1 parent a2b210d commit 8a258cf

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

doc/users/next_whats_new/asinh_scale.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
New axis scale ``asinh``
2-
------------------------
1+
New axis scale ``asinh`` (experimental)
2+
---------------------------------------
33

44
The new ``asinh`` axis scale offers an alternative to ``symlog`` that
55
smoothly transitions between the quasi-linear and asymptotically logarithmic

examples/images_contours_and_fields/colormap_normalizations_symlognorm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def rbf(x, y):
5656
# In order to find the best visualization for any particular dataset,
5757
# it may be necessary to experiment with multiple different color scales.
5858
# As well as the `~.colors.SymLogNorm` scaling, there is also
59-
# the option of using the `~.colors.AsinhNorm`, which has a smoother
59+
# the option of using `~.colors.AsinhNorm` (experimental), which has a smoother
6060
# transition between the linear and logarithmic regions of the transformation
6161
# applied to the data values, "Z".
6262
# In the plots below, it may be possible to see contour-like artifacts

examples/scales/asinh_demo.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
and reduces visual artifacts associated with an abrupt
3535
transition between linear and logarithmic regions of the plot.
3636
37+
.. note::
38+
`.scale.AsinhScale` is experimental, and the API may change.
3739
See `~.scale.AsinhScale`, `~.scale.SymmetricalLogScale`.
3840
"""
3941

0 commit comments

Comments
 (0)