Skip to content

Commit a94c94d

Browse files
committed
Remove "Demo" from example titles
1 parent d42ee0e commit a94c94d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

examples/axes_grid1/demo_axes_rgb.py

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
"""
2-
=======
3-
RGBAxes
4-
=======
2+
==================================
3+
Showing RGB channels using RGBAxes
4+
==================================
55
6-
RGBAxes to show RGB composite images.
6+
`~.axes_grid1.axes_rgb.RGBAxes` creates a layout of 4 Axes for displaying RGB
7+
channels: one large Axes for the RGB image and 3 smaller Axes for the R, G, B
8+
channels.
79
"""
810

911
import numpy as np

0 commit comments

Comments
 (0)