Commit 9023040
committed
Connect stream lines if no varying width or color
Streamplot segments stream lines into small pieces of lines in order to
have different width and colors from each other. However, by doing the
segmentation the connection of lines are getting lost. The loss of
connection introduces visible gaps. This commit avoids unnecessary
segmentation of a streamline into smaller lines if there is no need to
do so. Fixing the problem only for non-varying width and color stream plots.1 parent f2100d5 commit 9023040
1 file changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
202 | | - | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
203 | 208 | | |
204 | 209 | | |
205 | 210 | | |
| |||
0 commit comments