@@ -19,7 +19,7 @@ API Changes in 2.1.2
1919`matplotlib.Figure.legend ` used to check if a line had the
2020same label as an existing legend entry. If it also had the same line color
2121or marker color legend didn't add a new entry for that line. However, the
22- list of conditions was incomplete, didn't handle RGB tupples ,
22+ list of conditions was incomplete, didn't handle RGB tuples ,
2323didn't handle linewidths or linestyles etc.
2424
2525This logic did not exist in `Axes.legend `. It was included (erroneously)
@@ -781,7 +781,7 @@ Default Behavior Changes
781781Changed default ``autorange `` behavior in boxplots
782782~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
783783
784- Prior to v1.5.2, the whiskers of boxplots would extend to the mininum
784+ Prior to v1.5.2, the whiskers of boxplots would extend to the minimum
785785and maximum values if the quartiles were all equal (i.e., Q1 = median
786786= Q3). This behavior has been disabled by default to restore consistency
787787with other plotting packages.
@@ -3452,7 +3452,7 @@ Changes for 0.40
34523452 - Patches
34533453 * Initialized with a transx, transy which are Transform instances
34543454
3455- - FigureBase attributes dpi is a DPI intance rather than scalar and
3455+ - FigureBase attributes dpi is a DPI instance rather than scalar and
34563456 new attribute bbox is a Bound2D in display coords, and I got rid
34573457 of the left, width, height, etc... attributes. These are now
34583458 accessible as, for example, bbox.x.min is left, bbox.x.interval()
0 commit comments