8000 Merge pull request #19620 from anntzer/rk4 · matplotlib/matplotlib@3a5fc0f · GitHub
[go: up one dir, main page]

Skip to content

Commit 3a5fc0f

Browse files
authored
Merge pull request #19620 from anntzer/rk4
Remove suggestion to remove rk4/rk45 integrators from streamplot.
2 parents 70fbe99 + 82c41eb commit 3a5fc0f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/matplotlib/streamplot.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -520,9 +520,8 @@ def _integrate_rk12(x0, y0, dmap, f, maxlength):
520520
timestep is more suited to the problem as this would be very hard
521521
to judge automatically otherwise.
522522
523-
This integrator is about 1.5 - 2x as fast as both the RK4 and RK45
524-
solvers in most setups on my machine. I would recommend removing the
525-
other two to keep things simple.
523+
This integrator is about 1.5 - 2x as fast as RK4 and RK45 solvers (using
524+
similar Python implementations) in most setups.
526525
"""
527526
# This error is below that needed to match the RK4 integrator. It
528527
# is set for visual reasons -- too low and corners start

0 commit comments

Comments
 (0)
0