File tree Expand file tree Collapse file tree
doc/api/prev_api_changes/api_changes_3.2.0 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -140,10 +140,10 @@ This change improves the margins of axes displaying a `~Axes.streamplot`:
140140
141141- if the streamplot goes all the way to the edges of the vector field, then the
142142 axis limits are set to match exactly the vector field limits (whereas they
143- would be sometimes be off by a small floating point error previously).
143+ would sometimes be off by a small floating point error previously).
144144- if the streamplot does not reach the edges of the vector field (e.g., due to
145145 the use of ``start_points `` and ``maxlength ``), then margins expansion will
146- not cross the the vector field limits anymore.
146+ not cross the vector field limits anymore.
147147
148148This change is also used internally to ensure that polar plots don't display
149149negative *r * values unless the user really passes in a negative value.
@@ -188,7 +188,7 @@ To get the old behavior, set :rc:`interpolation` to the old default "nearest"
188188
189189To always get the anti-aliasing behavior, no matter what the up/down sample
190190rate, set :rc: `interpolation ` to "hanning" (or one of the other filters
191- available.
191+ available) .
192192
193193Note that the "hanning" filter was chosen because it has only a modest
194194performance penalty. Anti-aliasing can be improved with other filters.
You can’t perform that action at this time.
0 commit comments