Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d42ee0e commit a94c94dCopy full SHA for a94c94d
1 file changed
examples/axes_grid1/demo_axes_rgb.py
@@ -1,9 +1,11 @@
1
"""
2
-=======
3
-RGBAxes
4
+==================================
+Showing RGB channels using RGBAxes
5
6
-RGBAxes to show RGB composite images.
+`~.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.
9
10
11
import numpy as np
0 commit comments