Skip to content

Backport PR #29348 on branch v3.10.0-doc (DOC: Cleanup scales examples) #29352

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading