5c4c41dd5e3f33b2d4f0c8bff95743c20d2060ef,lib/matplotlib/category.py,,,#,226

Before Change


// Register the converter with Matplotlib"s unit framework
units.registry[str] = StrCategoryConverter()
units.registry[np.str_] = StrCategoryConverter()
units.registry[bytes] = StrCategoryConverter()
units.registry[np.bytes_] = StrCategoryConverter()

After Change


import matplotlib.ticker as ticker


_log = logging.getLogger(__name__)


class StrCategoryConverter(units.ConversionInterface):
    @staticmethod
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 8

Instances


Project Name: matplotlib/matplotlib
Commit Name: 5c4c41dd5e3f33b2d4f0c8bff95743c20d2060ef
Time: 2019-01-18
Author: jklymak@gmail.com
File Name: lib/matplotlib/category.py
Class Name:
Method Name:


Project Name: allenai/allennlp
Commit Name: 301f2d68b100683c04693669c7b1157fd8a16d6b
Time: 2018-08-22
Author: epwalsh10@gmail.com
File Name: allennlp/training/learning_rate_schedulers.py
Class Name:
Method Name:


Project Name: ilastik/ilastik
Commit Name: a7ce8d051b4a3fc073c19dcac54c0551f03a8d2e
Time: 2012-05-08
Author: bergs@janelia.hhmi.org
File Name: ilastik-shell/applets/dataSelection/opProjectDatasetReader.py
Class Name:
Method Name:


Project Name: allenai/allennlp
Commit Name: e3c54d2cc75da8c027629eca44b393e0ce895314
Time: 2018-02-05
Author: matt-peters@users.noreply.github.com
File Name: allennlp/training/optimizers.py
Class Name:
Method Name: