File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -237,20 +237,19 @@ class ColorbarBase(cm.ScalarMappable):
237
237
238
238
norm=colors.NoNorm.
239
239
240
- Useful attributes:
241
-
242
- :attr:`ax`
243
- the Axes instance in which the colorbar is drawn
244
-
245
- :attr:`lines`
246
- a list of LineCollection if lines were drawn, otherwise
247
- an empty list
240
+ Useful public methods are :meth:`set_label` and :meth:`add_lines`.
248
241
249
- :attr:`dividers`
250
- a LineCollection if *drawedges* is True, otherwise None
242
+ Attributes
243
+ ----------
244
+ ax : Axes
245
+ The `Axes` instance in which the colorbar is drawn.
251
246
252
- Useful public methods are :meth:`set_label` and :meth:`add_lines`.
247
+ lines : list
248
+ A list of `LineCollection` if lines were drawn, otherwise
249
+ an empty list.
253
250
251
+ dividers : LineCollection
252
+ A LineCollection if *drawedges* is ``True``, otherwise ``None``.
254
253
'''
255
254
_slice_dict = {'neither' : slice (0 , None ),
256
255
'both' : slice (1 , - 1 ),
You can’t perform that action at this time.
0 commit comments