File tree 1 file changed +3
-3
lines changed
doc/api/prev_api_changes/api_changes_3.2.0
1 file changed +3
-3
lines changed 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`:
140
140
141
141
- if the streamplot goes all the way to the edges of the vector field, then the
142
142
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).
144
144
- if the streamplot does not reach the edges of the vector field (e.g., due to
145
145
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.
147
147
148
148
This change is also used internally to ensure that polar plots don't display
149
149
negative *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"
188
188
189
189
To always get the anti-aliasing behavior, no matter what the up/down sample
190
190
rate, set :rc: `interpolation ` to "hanning" (or one of the other filters
191
- available.
191
+ available) .
192
192
193
193
Note that the "hanning" filter was chosen because it has only a modest
194
194
performance penalty. Anti-aliasing can be improved with other filters.
You can’t perform that action at this time.
0 commit comments