67d2566ce6b42ef759268c36331e894289d7e98a,ggplot/themes/__init__.py,,,#,13
Before Change
from .theme_elements import element_line, element_rect, element_text
__all__ = [s for s in dir()
if not (s.startswith("_") or
s == "absolute_import")]
After Change
from .theme_elements import element_line, element_rect, element_text
__all__ = ["theme", "theme_538", "theme_bw", "theme_gray", "theme_xkcd",
"theme_matplotlib", "theme_seaborn",
"element_line", "element_rect", "element_text"]
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 7
Instances
Project Name: has2k1/plotnine
Commit Name: 67d2566ce6b42ef759268c36331e894289d7e98a
Time: 2015-09-28
Author: has2k1@gmail.com
File Name: ggplot/themes/__init__.py
Class Name:
Method Name:
Project Name: has2k1/plotnine
Commit Name: 67d2566ce6b42ef759268c36331e894289d7e98a
Time: 2015-09-28
Author: has2k1@gmail.com
File Name: ggplot/components/__init__.py
Class Name:
Method Name:
Project Name: has2k1/plotnine
Commit Name: 67d2566ce6b42ef759268c36331e894289d7e98a
Time: 2015-09-28
Author: has2k1@gmail.com
File Name: ggplot/positions/__init__.py
Class Name:
Method Name: