Commit cdb6232
committed
DOC: Cleanup scales examples
- Remove https://matplotlib.org/3.9.3/gallery/scales/log_bar.html
The only scale-related aspect of the example is `ax.set_yscale("log")`.
That's not something we need an extra example for. The scale works for
all data content. We don't need to show that it also works for bars.
Even worse, the example creates grouped bars, which require extra code
and therefore distract from the scale aspect.
- Rename some example titles "Demo" -> "scale"1 parent f8900ea commit cdb6232
File tree
4 files changed
+9
-38
lines changed- galleries/examples/scales
4 files changed
+9
-38
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments