Skip to content

Commit

Permalink
Backport PR matplotlib#29348: DOC: Cleanup scales examples
Browse files Browse the repository at this point in the history
  • Loading branch information
QuLogic authored and meeseeksmachine committed Dec 19, 2024
1 parent 4100816 commit 5b236d6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 38 deletions.
6 changes: 3 additions & 3 deletions galleries/examples/scales/asinh_demo.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
============
Asinh Demo
============
===========
Asinh scale
===========
Illustration of the `asinh <.scale.AsinhScale>` axis scaling,
which uses the transformation
Expand Down
29 changes: 0 additions & 29 deletions galleries/examples/scales/log_bar.py

This file was deleted.

6 changes: 3 additions & 3 deletions galleries/examples/scales/logit_demo.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
================
Logit Demo
================
===========
Logit scale
===========
Examples of plots with logit axes.
"""
Expand Down
6 changes: 3 additions & 3 deletions galleries/examples/scales/scales.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
======
Scales
======
===============
Scales overview
===============
Illustrate the scale transformations applied to axes, e.g. log, symlog, logit.
Expand Down

0 comments on commit 5b236d6

Please sign in to comment.