8000 Text updates to the colorizer blurb from QuLogic · matplotlib/matplotlib@8c97f38 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8c97f38

Browse files
trygvradQuLogic
andauthored
Text updates to the colorizer blurb from QuLogic
Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
1 parent 1d98f42 commit 8c97f38

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/users/prev_whats_new/whats_new_3.10.0.rst

Lines changed: 4 additions & 4 deletions
< 4499 td data-grid-cell-id="diff-92691276e0cc98076bcdf58f6286bbd789df1ae3b4898eb706b086267000df82-328-328-2" data-line-anchor="diff-92691276e0cc98076bcdf58f6286bbd789df1ae3b4898eb706b086267000df82R328" data-selected="false" role="gridcell" style="background-color:var(--bgColor-default);padding-right:24px" tabindex="-1" valign="top" class="focusable-grid-cell diff-text-cell right-side-diff-cell left-side">

Original file line numberDiff line numberDiff line change
@@ -292,10 +292,10 @@ the ``set_data`` method, enabling e.g. resampling
292292
fig.savefig("after.png")
293293
294294
295-
Added ``matplotlib.colorizer.Colorizer`` as a container for ``norm`` and ``cmap``
296-
-------------------------------------------------------------------------------
295+
``matplotlib.colorizer.Colorizer`` as container for ``norm`` and ``cmap``
296+
-------------------------------------------------------------------------
297297

298-
`matplotlib.colorizer.Colorizer` encapsulates the data-to-color pipeline. It makes reuse of colormapping easier, e.g. across multiple images. Plotting methods that support ``norm`` and ``cmap`` keyword arguments now also accept a ``colorizer`` keyword argument.
298+
`matplotlib.colorizer.Colorizer` encapsulates the data-to-color pipeline. It makes reuse of colormapping easier, e.g. across multiple images. Plotting methods that support *norm* and *cmap* keyword arguments now also accept a *colorizer* keyword argument.
299299

300300
In the following example the norm and cmap are changed on multiple plots simultaneously:
301301

@@ -324,7 +324,7 @@ In the following example the norm and cmap are changed on multiple plots simulta
324324
colorizer.vmax = 2
325325
colorizer.cmap = 'RdBu'
326326

327-
All plotting methods that use a data-to-color pipeline now create a colorizer object if one is not provided. This can be re-used in by subsequent artists such that they will share a single data-to-color pipeline:
327+
All plotting methods that use a data-to-color pipeline now create a colorizer object if one is not provided. This can be re-used by subsequent artists such that they will share a single data-to-color pipeline:
328328
329329
.. plot::
330330
:include-source: true

0 commit comments

Comments
 (0)
0