76d114f7416d21126d158792a345a714bf809889,lib/matplotlib/tests/test_usetex.py,,test_usetex,#,17

Before Change


            r"\sqrt\frac{\log^3 x}{x}\,\mathrm{d}x \right\}$",
            fontsize=24)
    ax.set_xticks([])
    ax.set_yticks([])


@check_figures_equal()

After Change


    ax.text(0.2, 0.3, "lg", **kwargs)
    ax.text(0.4, 0.3, r"$\frac{1}{2}\pi$", **kwargs)
    ax.text(0.6, 0.3, "$p^{3^A}$", **kwargs)
    ax.text(0.8, 0.3, "$p_{3_2}$", **kwargs)
    for x in {t.get_position()[0] for t in ax.texts}:
        ax.axvline(x)
    for y in {t.get_position()[1] for t in ax.texts}:
        ax.axhline(y)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 2

Instances


Project Name: matplotlib/matplotlib
Commit Name: 76d114f7416d21126d158792a345a714bf809889
Time: 2020-04-28
Author: quantum.analyst@gmail.com
File Name: lib/matplotlib/tests/test_usetex.py
Class Name:
Method Name: test_usetex


Project Name: matplotlib/matplotlib
Commit Name: 21e7d2ca9cfa51ceaf46d65a5ec30abfcdc5bffe
Time: 2019-03-30
Author: tcaswell@gmail.com
File Name: examples/text_labels_and_annotations/stix_fonts_demo.py
Class Name:
Method Name:


Project Name: matplotlib/matplotlib
Commit Name: 8472fbbd16e292d50cdc05caa320854b2388a842
Time: 2020-04-14
Author: anntzer.lee@gmail.com
File Name: lib/matplotlib/tests/test_usetex.py
Class Name:
Method Name: test_usetex


Project Name: matplotlib/matplotlib
Commit Name: 23dad88287331e254e119634bc991d1e8bbb8668
Time: 2019-03-25
Author: anntzer.lee@gmail.com
File Name: examples/text_labels_and_annotations/stix_fonts_demo.py
Class Name:
Method Name: