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/source/v0.14.0.txt
+8
Original file line number
Diff line number
Diff line change
@@ -382,6 +382,14 @@ Plotting
382
382
383
383
Because of the default `align` value changes, coordinates of bar plots are now located on integer values (0.0, 1.0, 2.0 ...). This is intended to make bar plot be located on the same coodinates as line plot. However, bar plot may differs unexpectedly when you manually adjust the bar location or drawing area, such as using `set_xlim`, `set_ylim`, etc. In this cases, please modify your script to meet with new coordinates.
384
384
385
+
- The :func:`parallel_coordinates` function now takes argument ``color``
386
+
instead of ``colors``. A ``FutureWarning`` is raised to alert that
387
+
the old ``colors`` argument will not be supported in a future release
388
+
389
+
- The :func:`parallel_coordinates` and :func:`andrews_curves` functions now take
390
+
positional argument ``frame`` instead of ``data``. A ``FutureWarning`` is
391
+
raised if the old ``data`` argument is used by name.
0 commit comments