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

Skip to content

Commit 0545b01

Browse files
QuLogicmeeseeksmachine
authored andcommitted
Backport PR #29348: DOC: Cleanup scales examples
1 parent 90ca931 commit 0545b01

File tree

4 files changed

+9
-38
lines changed

4 files changed

+9
-38
lines changed

galleries/examples/scales/asinh_demo.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
2-
============
3-
Asinh Demo
4-
============
2+
===========
3+
Asinh scale
4+
===========
55
66
Illustration of the `asinh <.scale.AsinhScale>` axis scaling,
77
which uses the transformation

galleries/examples/scales/log_bar.py

Lines changed: 0 additions & 29 deletions
This file was deleted.

galleries/examples/scales/logit_demo.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
2-
================
3-
Logit Demo
4-
================
2+
===========
3+
Logit scale
4+
===========
55
66
Examples of plots with logit axes.
77
"""

galleries/examples/scales/scales.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
2-
======
3-
Scales
4-
======
2+
===============
3+
Scales overview
4+
===============
55
66
Illustrate the scale transformations applied to axes, e.g. log, symlog, logit.
77

0 commit comments

Comments
 (0)