3ef8bc3b341a1170d4786e9001bbe37dee9e61e4,intro/matplotlib/examples/plot_quiver.py,,,#,11
Before Change
horizontalalignment="left",
verticalalignment="top",
size="xx-large",
bbox=dict(facecolor="white", alpha=1.0, width=400, height=65),
transform=plt.gca().transAxes)
plt.text(-0.05, 1.01, "\n\n Plot a 2-D field of arrows ",
After Change
// Add a title and a box around it
from matplotlib.patches import FancyBboxPatch
ax = plt.gca()
ax.add_patch(FancyBboxPatch((-0.05, .87),
width=.66, height=.165, clip_on=False,
boxstyle="square,pad=0", zorder=3,
facecolor="white", alpha=1.0,
transform=plt.gca().transAxes))
plt.text(-0.05, 1.02, " Quiver Plot: plt.quiver(...)\n",
horizontalalignment="left",
verticalalignment="top",
In pattern: SUPERPATTERN
Frequency: 8
Non-data size: 11
Instances
Project Name: scipy-lectures/scipy-lecture-notes
Commit Name: 3ef8bc3b341a1170d4786e9001bbe37dee9e61e4
Time: 2016-08-27
Author: gael.varoquaux@normalesup.org
File Name: intro/matplotlib/examples/plot_quiver.py
Class Name:
Method Name:
Project Name: scipy-lectures/scipy-lecture-notes
Commit Name: 3ef8bc3b341a1170d4786e9001bbe37dee9e61e4
Time: 2016-08-27
Author: gael.varoquaux@normalesup.org
File Name: intro/matplotlib/examples/plot_contour.py
Class Name:
Method Name:
Project Name: scipy-lectures/scipy-lecture-notes
Commit Name: 3ef8bc3b341a1170d4786e9001bbe37dee9e61e4
Time: 2016-08-27
Author: gael.varoquaux@normalesup.org
File Name: intro/matplotlib/examples/plot_bar.py
Class Name:
Method Name:
Project Name: scipy-lectures/scipy-lecture-notes
Commit Name: 3ef8bc3b341a1170d4786e9001bbe37dee9e61e4
Time: 2016-08-27
Author: gael.varoquaux@normalesup.org
File Name: intro/matplotlib/examples/plot_text.py
Class Name:
Method Name:
Project Name: scipy-lectures/scipy-lecture-notes
Commit Name: 3ef8bc3b341a1170d4786e9001bbe37dee9e61e4
Time: 2016-08-27
Author: gael.varoquaux@normalesup.org
File Name: intro/matplotlib/examples/plot_pie.py
Class Name:
Method Name:
Project Name: scipy-lectures/scipy-lecture-notes
Commit Name: 3ef8bc3b341a1170d4786e9001bbe37dee9e61e4
Time: 2016-08-27
Author: gael.varoquaux@normalesup.org
File Name: intro/matplotlib/examples/plot_imshow.py
Class Name:
Method Name:
Project Name: scipy-lectures/scipy-lecture-notes
Commit Name: 3ef8bc3b341a1170d4786e9001bbe37dee9e61e4
Time: 2016-08-27
Author: gael.varoquaux@normalesup.org
File Name: intro/matplotlib/examples/plot_scatter.py
Class Name:
Method Name:
Project Name: scipy-lectures/scipy-lecture-notes
Commit Name: 3ef8bc3b341a1170d4786e9001bbe37dee9e61e4
Time: 2016-08-27
Author: gael.varoquaux@normalesup.org
File Name: intro/matplotlib/examples/plot_plot.py
Class Name:
Method Name: