You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/releases/v0.3.1.txt
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -7,17 +7,17 @@ This is a minor release from 0.3 with fixes for several bugs.
7
7
Plotting functions
8
8
~~~~~~~~~~~~~~~~~~
9
9
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.
11
11
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.
13
13
14
14
Bug Fixes
15
15
~~~~~~~~~
16
16
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.
18
18
19
19
- Fixed an issue where the support for kernel density estimates was sometimes computed incorrectly.
20
20
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.
22
22
23
23
- 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