Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7a6429e

Browse files
committed
DOC: fix rst
1 parent 4be1c14 commit 7a6429e

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

doc/users/whats_new.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,10 @@ New in matplotlib-2.0
2929
=====================
3030

3131

32-
------------
33-
34-
35-
3632
Improved 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
4036
full 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.
4945
New 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

175173
Various usability improvements were implemented for the Qt figure options
176174
editor, 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

0 commit comments

Comments
 (0)