Skip to content

Commit bb51a68

Browse files
committed
Fix formatting in 0.3.1 release notes
1 parent 99b6952 commit bb51a68

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/releases/v0.3.1.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ This is a minor release from 0.3 with fixes for several bugs.
77
Plotting functions
88
~~~~~~~~~~~~~~~~~~
99

10-
- The size of the points in pointplot and factorplot is now scaled with the linewidth for better aesthetics across different plotting contexts.
10+
- The size of the points in :func:`pointplot` and :func:`factorplot` are now scaled with the linewidth for better aesthetics across different plotting contexts.
1111

12-
- The pointplot glyphs for different levels of the hue variable are drawn at different z-orders so that they appear uniform.
12+
- The :func:`pointplot` glyphs for different levels of the hue variable are drawn at different z-orders so that they appear uniform.
1313

1414
Bug Fixes
1515
~~~~~~~~~
1616

17-
- Fixed a bug in FacetGrid (and thus affecting lmplot and factorplot) that appeared when ``col_wrap`` was used with a number of facets that did not evenly divide into the column width.
17+
- Fixed a bug in :class:`FacetGrid` (and thus affecting lmplot and factorplot) that appeared when ``col_wrap`` was used with a number of facets that did not evenly divide into the column width.
1818

1919
- Fixed an issue where the support for kernel density estimates was sometimes computed incorrectly.
2020

21-
- Fixed a problem where ``hue`` variable levels that were not strings were missing in FacetGrid legends.
21+
- Fixed a problem where ``hue`` variable levels that were not strings were missing in :class:`FacetGrid` legends.
2222

2323
- When passing a color palette list in a ``with`` statement, the entire palette is now used instead of the first six colors.

0 commit comments

Comments
 (0)