File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -331,6 +331,8 @@ pandas 0.12
331
331
- Fixed bug in ``Series.where `` where broadcasting a single element input vector
332
332
to the length of the series resulted in multiplying the value
333
333
inside the input (:issue: `4192 `)
334
+ - Fixed bug in plotting that wasn't raising on invalid colormap for
335
+ matplotlib 1.1.1 (:issue: `4215 `)
334
336
335
337
pandas 0.11.0
336
338
=============
Original file line number Diff line number Diff line change @@ -463,6 +463,8 @@ Bug Fixes
463
463
argument in ``to_datetime`` (:issue:`4152`)
464
464
- Fixed bug in ``PandasAutoDateLocator`` where ``invert_xaxis`` triggered
465
465
incorrectly ``MilliSecondLocator`` (:issue:`3990`)
466
+ - Fixed bug in plotting that wasn't raising on invalid colormap for
467
+ matplotlib 1.1.1 (:issue:`4215`)
466
468
467
469
See the :ref:`full release notes
468
470
<release>` or issue tracker
You can’t perform that action at this time.
0 commit comments