8000 Fix RGBAxes docs markup. · matplotlib/matplotlib@4247dd8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4247dd8

Browse files
committed
Fix RGBAxes docs markup.
Indent the ASCIIart so that it gets rendered as is.
1 parent 5ba3911 commit 4247dd8

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

lib/mpl_toolkits/axes_grid1/axes_rgb.py

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,14 @@ class RGBAxes:
6666
4-panel imshow (RGB, R, G, B).
6767
6868
Layout:
69-
+---------------+-----+
70-
| | R |
71-
+ +-----+
72-
| RGB | G |
73-
+ +-----+
74-
| | B |
75-
+---------------+-----+
69+
70+
+---------------+-----+
71+
| | R |
72+
+ +-----+
73+
| RGB | G |
74+
+ +-----+
75+
| | B |
76+
+---------------+-----+
7677
7778
Subclasses can override the ``_defaultAxesClass`` attribute.
7879

0 commit comments

Comments
 (0)
0