51696521c68b6a1b9af2e05eee4df944981daf5a,ggplot/geoms/geom_tile.py,geom_tile,geom_tile_1,#,8
Before Change
class geom_tile(geom):
VALID_AES = {"x", "y", "alpha", "colour", "fill", "linetype", "size"}
REQUIRED_AES = {"x", "y"}
DEFAULT_PARAMS = {"stat": "identity", "position": "identity"}
_groups = {"fill"}
After Change
class geom_tile(geom):
DEFAULT_AES = {"alpha": None, "color": "/", "fill": "/",
"linetype": "solid", "size": 0.1}
REQUIRED_AES = {"x", "y"}
DEFAULT_PARAMS = {"stat": "identity", "position": "identity"}
_aes_renames = {"linetype": "linestyle", "size": "linewidth",
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 4
Instances
Project Name: has2k1/plotnine
Commit Name: 51696521c68b6a1b9af2e05eee4df944981daf5a
Time: 2014-03-30
Author: has2k1@gmail.com
File Name: ggplot/geoms/geom_tile.py
Class Name: geom_tile
Method Name: geom_tile_1
Project Name: openml/openml-python
Commit Name: c9dfcde8dfdb24597fb644088b1f469a6c923d96
Time: 2017-07-04
Author: janvanrijn@gmail.com
File Name: tests/test_runs/test_run_functions.py
Class Name: TestRun
Method Name: _check_fold_evaluations
Project Name: openml/openml-python
Commit Name: c9dfcde8dfdb24597fb644088b1f469a6c923d96
Time: 2017-07-04
Author: janvanrijn@gmail.com
File Name: tests/test_runs/test_run_functions.py
Class Name: TestRun
Method Name: _check_sample_evaluations