288f7fe709e1f44b01450ac53e084e9ea627c4e0,librosa/display.py,,__axis_frames,#,558
Before Change
"""Frame axes"""
n, ticker, labeler = __get_shape_artists(data, horiz)
positions = np.linspace(0, n, n_ticks, endpoint=False, dtype=int)
ticker(positions, positions)
labeler(label)
After Change
"""Frame axes"""
n, ticker, labeler = __get_shape_artists(data, horiz)
positions = np.linspace(0, n, n_ticks, endpoint=False).astype(int)
ticker(positions, positions)
labeler(label)
In pattern: SUPERPATTERN
Frequency: 7
Non-data size: 3
Instances
Project Name: librosa/librosa
Commit Name: 288f7fe709e1f44b01450ac53e084e9ea627c4e0
Time: 2015-02-12
Author: brian.mcfee@nyu.edu
File Name: librosa/display.py
Class Name:
Method Name: __axis_frames
Project Name: librosa/librosa
Commit Name: 288f7fe709e1f44b01450ac53e084e9ea627c4e0
Time: 2015-02-12
Author: brian.mcfee@nyu.edu
File Name: librosa/display.py
Class Name:
Method Name: __axis_linear
Project Name: librosa/librosa
Commit Name: 288f7fe709e1f44b01450ac53e084e9ea627c4e0
Time: 2015-02-12
Author: brian.mcfee@nyu.edu
File Name: librosa/display.py
Class Name:
Method Name: __axis_mel
Project Name: librosa/librosa
Commit Name: 288f7fe709e1f44b01450ac53e084e9ea627c4e0
Time: 2015-02-12
Author: brian.mcfee@nyu.edu
File Name: librosa/display.py
Class Name:
Method Name: __axis_log
Project Name: keunwoochoi/kapre
Commit Name: cd89a50e722330a2c9e3c7e6bf623e1ef162375e
Time: 2017-01-24
Author: gnuchoi+github@gmail.com
File Name: kapre/backend.py
Class Name:
Method Name: _dft_frequencies
Project Name: librosa/librosa
Commit Name: 288f7fe709e1f44b01450ac53e084e9ea627c4e0
Time: 2015-02-12
Author: brian.mcfee@nyu.edu
File Name: librosa/display.py
Class Name:
Method Name: __axis_time
Project Name: librosa/librosa
Commit Name: 8b7792bbb759e3e56f7056a05f91f59c9dd689f3
Time: 2015-10-14
Author: brian.mcfee@nyu.edu
File Name: tests/test_onset.py
Class Name:
Method Name: test_onset_strength_multi