529882fa9f680fe39904f07a6e33ae168408c3e3,examples/text_labels_and_annotations/annotation_demo.py,,,#,56

Before Change


                                  relpos=(0.2, 0.8),
                                  connectionstyle="arc3,rad=-0.1"))

ann = ax.annotate("bubble",
                  xy=(2., -1), xycoords="data",
                  xytext=(55, 0), textcoords="offset points",
                  size=20, va="center",
                  bbox=dict(boxstyle="round", fc=(1.0, 0.7, 0.7), ec="none"),
                  arrowprops=dict(arrowstyle="wedge,tail_width=1.",
                                  fc=(1.0, 0.7, 0.7), ec="none",
                                  patchA=None,
                                  patchB=el,
                                  relpos=(0.2, 0.5)))

ax.set(xlim=(-1, 5), ylim=(-5, 3))

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

After Change


                            patchB=el,
                            relpos=(0.2, 0.8),
                            connectionstyle="arc3,rad=-0.1"))
ax.annotate("bubble",
            xy=(2., -1), xycoords="data",
            xytext=(55, 0), textcoords="offset points",
            size=20, va="center",
            bbox=dict(boxstyle="round", fc=(1.0, 0.7, 0.7), ec="none"),
            arrowprops=dict(arrowstyle="wedge,tail_width=1.",
                            fc=(1.0, 0.7, 0.7), ec="none",
                            patchA=None,
                            patchB=el,
                            relpos=(0.2, 0.5)))

ax.set(xlim=(-1, 5), ylim=(-5, 3))

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 5

Non-data size: 3

Instances


Project Name: matplotlib/matplotlib
Commit Name: 529882fa9f680fe39904f07a6e33ae168408c3e3
Time: 2020-01-11
Author: anntzer.lee@gmail.com
File Name: examples/text_labels_and_annotations/annotation_demo.py
Class Name:
Method Name:


Project Name: comic/grand-challenge.org
Commit Name: 6c898957598010efa06f5ac006a78f852a37e56b
Time: 2018-10-24
Author: jamesmeakin@gmail.com
File Name: app/grandchallenge/core/templatetags/grandchallenge_tags.py
Class Name: ProjectStatisticsNode
Method Name: _get_map


Project Name: matplotlib/matplotlib
Commit Name: 529882fa9f680fe39904f07a6e33ae168408c3e3
Time: 2020-01-11
Author: anntzer.lee@gmail.com
File Name: examples/pyplots/annotate_transform.py
Class Name:
Method Name:


Project Name: tyarkoni/pliers
Commit Name: 523e1a26b4e7c50984b7cfc4c73facc0ff6f89ff
Time: 2015-09-18
Author: tyarkoni@gmail.com
File Name: annotations/lazy.py
Class Name:
Method Name: annotate


Project Name: stanfordnlp/stanza
Commit Name: 8df65957e2799ce2f05f3f0b8d133fb509a8bbc0
Time: 2017-06-09
Author: arunchaganty@gmail.com
File Name: corenlp/annotator.py
Class Name: _Handler
Method Name: do_POST