3da677d65756f228325cfeba341b56c2b4622297,pyemma/plots/plots1d.py,,plot_feature_histograms,#Any#Any#Any#Any#Any#Any#Any#,25

Before Change


        ax.set_yticks(_np.array(range(len(feature_labels))) + .3)
        ax.set_yticklabels(feature_labels)
    else:
        ax.set_yticks([])
        ax.set_yticklabels([])
        ax.set_ylabel("Feature histograms")
    ax.set_xlabel("Feature values")

After Change



    // formatting
    if feature_labels is None:
        feature_labels = [str(n) for n in range(xyzall.shape[1])]
        ax.set_ylabel("Feature histograms")

    ax.set_yticks(_np.array(range(len(feature_labels))) + .3)
    ax.set_yticklabels(feature_labels[::-1])
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 5

Instances


Project Name: markovmodel/PyEMMA
Commit Name: 3da677d65756f228325cfeba341b56c2b4622297
Time: 2018-06-20
Author: thempel@zedat.fu-berlin.de
File Name: pyemma/plots/plots1d.py
Class Name:
Method Name: plot_feature_histograms


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: 76d114f7416d21126d158792a345a714bf809889
Time: 2020-04-28
Author: quantum.analyst@gmail.com
File Name: lib/matplotlib/tests/test_usetex.py
Class Name:
Method Name: test_usetex