e41afd3c49c9357b26958c8616a4a5f3c6fc1d44,ggplotx/themes/theme_matplotlib.py,theme_matplotlib,__init__,#theme_matplotlib#Any#Any#Any#,26
Before Change
def __init__(self, rc=None, fname=None, matplotlib_defaults=True):
theme.__init__(
self,
figure_size=(11, 8),
panel_margin=0.1,
strip_background=element_rect(
fill="//D9D9D9", color="//D9D9D9", size=1),
After Change
theme.__init__(
self,
aspect_ratio=get_option("aspect_ratio"),
dpi=get_option("dpi"),
figure_size=get_option("figure_size"),
legend_key=element_rect(fill="None", colour="None"),
panel_margin=0.1,
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 2
Instances
Project Name: has2k1/plotnine
Commit Name: e41afd3c49c9357b26958c8616a4a5f3c6fc1d44
Time: 2016-08-11
Author: has2k1@gmail.com
File Name: ggplotx/themes/theme_matplotlib.py
Class Name: theme_matplotlib
Method Name: __init__
Project Name: has2k1/plotnine
Commit Name: e41afd3c49c9357b26958c8616a4a5f3c6fc1d44
Time: 2016-08-11
Author: has2k1@gmail.com
File Name: ggplotx/themes/theme_seaborn.py
Class Name: theme_seaborn
Method Name: __init__
Project Name: has2k1/plotnine
Commit Name: e41afd3c49c9357b26958c8616a4a5f3c6fc1d44
Time: 2016-08-11
Author: has2k1@gmail.com
File Name: ggplotx/themes/theme_void.py
Class Name: theme_void
Method Name: __init__