File tree Expand file tree Collapse file tree 4 files changed +174
-133
lines changed
Filter options
Expand file tree Collapse file tree 4 files changed +174
-133
lines changed
Original file line number Diff line number Diff line change 7
7
.. autoclass :: matplotlib.tri.Triangulation
8
8
:members:
9
9
10
+ .. autoclass :: matplotlib.tri.TriContourSet
11
+ :show-inheritance:
12
+
10
13
.. autoclass :: matplotlib.tri.TriFinder
11
14
12
15
.. autoclass :: matplotlib.tri.TrapezoidMapTriFinder
Original file line number Diff line number Diff line change 1374
1374
"matplotlib.colorbar.ColorbarBase.set_norm" : [
1375
1375
" doc/api/prev_api_changes/api_changes_3.1.0.rst:290"
1376
1376
],
1377
- "matplotlib.contour.TriContourSet" : [
1378
- " lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.tricontour:57" ,
1379
- " lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.tricontourf:57" ,
1380
- " lib/matplotlib/tri/tricontour.py:docstring of matplotlib.axes.Axes.tricontour:57" ,
1381
- " lib/matplotlib/tri/tricontour.py:docstring of matplotlib.axes.Axes.tricontourf:57"
1382
- ],
1383
1377
"matplotlib.dates.rrulewrapper" : [
1384
1378
" lib/matplotlib/dates.py:docstring of matplotlib.dates:121"
1385
1379
],
Original file line number Diff line number Diff line change @@ -1646,7 +1646,7 @@ def _initialize_x_y(self, z):
1646
1646
By default (value *None*), the colormap specified by *cmap*
1647
1647
will be used.
1648
1648
1649
- alpha : float, optional
1649
+ alpha : float, default: 1
1650
1650
The alpha blending value, between 0 (transparent) and 1 (opaque).
1651
1651
1652
1652
cmap : str or `.Colormap`, default: :rc:`image.cmap`
@@ -1700,7 +1700,7 @@ def _initialize_x_y(self, z):
1700
1700
and above the *levels* range.
1701
1701
1702
1702
Values below ``min(levels)`` and above ``max(levels)`` are mapped
1703
- to the under/over values of the `.Colormap`. Note, that most
1703
+ to the under/over values of the `.Colormap`. Note that most
1704
1704
colormaps do not have dedicated colors for these by default, so
1705
1705
that the over and under values are the edge values of the colormap.
1706
1706
You may want to set these values explicitly using
You can’t perform that action at this time.
0 commit comments