File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,14 +29,10 @@ New in matplotlib-2.0
2929=====================
3030
3131
32- ------------
33-
34-
35-
3632Improved color conversion API and RGBA support
3733----------------------------------------------
3834
39- The :module : `~matplotlib.colors ` gained a new color conversion API with
35+ The :mod : `~matplotlib.colors ` gained a new color conversion API with
4036full support for the alpha channel. The main public functions are
4137:func: `~matplotlib.colors.is_color_like `, :func: `matplotlib.colors.to_rgba `,
4238:func: `matplotlib.colors.to_rgba_array ` and :func: `~matplotlib.colors.to_hex `.
@@ -49,6 +45,8 @@ channel of the artists as well.
4945New Configuration (rcParams)
5046----------------------------
5147
48+ New rcparams added
49+
5250+---------------------------------+--------------------------------------------------+
5351| Parameter | Description |
5452+=================================+==================================================+
@@ -174,6 +172,7 @@ Improvements for the Qt figure options editor
174172
175173Various usability improvements were implemented for the Qt figure options
176174editor, among which:
175+
177176- Line style entries are now sorted without duplicates.
178177- The colormap and normalization limits can now be set for images.
179178- Line edits for floating values now display only as many digits as necessary
You can’t perform that action at this time.
0 commit comments