60824573db0199433c2be31fac4b1ab3d40d7c51,bokeh/plotting/figure.py,,figure,#,625

Before Change


    if "width" in kwargs:
        kwargs["plot_width"] = kwargs.pop("width")

    if "responsive" in kwargs and "sizing_mode" in kwargs:
        raise ValueError("figure() called with both "responsive" and "sizing_mode" supplied, supply only one")
    if "responsive" in kwargs:
        kwargs["sizing_mode"] = _convert_responsive(kwargs["responsive"])
        del kwargs["responsive"]

    fig = Figure(**kwargs)
    return fig

After Change



    """

    return Figure(**kwargs)


_marker_types = [
    "asterisk",
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 6

Instances


Project Name: bokeh/bokeh
Commit Name: 60824573db0199433c2be31fac4b1ab3d40d7c51
Time: 2017-02-27
Author: maggie.mari@continuum.io
File Name: bokeh/plotting/figure.py
Class Name:
Method Name: figure


Project Name: facebookresearch/ParlAI
Commit Name: 3e8320d3775fcba51de11aabda3f35e9dcdc71e6
Time: 2020-07-10
Author: edinan@fb.com
File Name: parlai/core/agents.py
Class Name:
Method Name: create_agent_from_opt_file


Project Name: bokeh/bokeh
Commit Name: 60824573db0199433c2be31fac4b1ab3d40d7c51
Time: 2017-02-27
Author: maggie.mari@continuum.io
File Name: bokeh/plotting/figure.py
Class Name:
Method Name: figure


Project Name: mindsdb/mindsdb
Commit Name: af5aeb26d96291562884f17cbfbbd917636bc7b7
Time: 2021-03-15
Author: george@cerebralab.com
File Name: mindsdb/interfaces/model/model_interface.py
Class Name: ModelInterface
Method Name: learn


Project Name: sassoftware/python-dlpy
Commit Name: 837ab7dedc4baca6c8f383e922a7b714fbca4d10
Time: 2019-06-02
Author: Wenyu.Shi@sas.com
File Name: dlpy/layers.py
Class Name: Layer
Method Name: to_model_params