92b11961dd979e811497bb5d69afad4d8beeb570,examples/images_contours_and_fields/streamplot_demo.py,,,#,17

Before Change


// Displaying the starting points with red symbols.
ax3.plot(seed_points[0], seed_points[1], "bo")

ax3.axis((-3, 3, -3, 3))

// Create a mask
w = 3

After Change



ax4.imshow(~mask, extent=(-w, w, -w, w), alpha=0.5,
          interpolation="nearest", cmap="gray", aspect="auto")
ax4.set_aspect("equal")

plt.tight_layout()
plt.show()
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: matplotlib/matplotlib
Commit Name: 92b11961dd979e811497bb5d69afad4d8beeb570
Time: 2017-04-12
Author: patniharshit@gmail.com
File Name: examples/images_contours_and_fields/streamplot_demo.py
Class Name:
Method Name:


Project Name: matplotlib/matplotlib
Commit Name: d67550cee52588a9ff3cff49fbc45b0d878bca9a
Time: 2020-06-16
Author: tcaswell@gmail.com
File Name: lib/matplotlib/tests/test_patches.py
Class Name:
Method Name: test_large_arc


Project Name: matplotlib/matplotlib
Commit Name: 98ab2a07920610dae862d95363243572a84ea2c7
Time: 2020-06-16
Author: tcaswell@gmail.com
File Name: lib/matplotlib/tests/test_patches.py
Class Name:
Method Name: test_large_arc