64ccf540ca0f2d1d665f679ca8976bdf57fc330c,bokeh/models/annotations.py,BoxAnnotation,BoxAnnotation_1,#,99

Before Change


    rendering box annotations on the plot. If unset, use the default y-range.
    )

    level = Enum(RenderLevel, default="annotation", help=
    Specifies the level in which to render the box annotation.
    )

    line_props = Include(LineProps, use_prefix=False, help=
    The %s values for the shades.
    )

After Change


    rendering box annotations on the plot. If unset, use the default y-range.
    )

    level = Override(default="annotation")

    line_props = Include(LineProps, use_prefix=False, help=
    The %s values for the shades.
    )
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 7

Non-data size: 4

Instances


Project Name: bokeh/bokeh
Commit Name: 64ccf540ca0f2d1d665f679ca8976bdf57fc330c
Time: 2015-12-07
Author: bryanv@continuum.io
File Name: bokeh/models/annotations.py
Class Name: BoxAnnotation
Method Name: BoxAnnotation_1


Project Name: bokeh/bokeh
Commit Name: 499c83428a0c4d5eff7743b1363e603d245da109
Time: 2016-04-05
Author: mattpap@gmail.com
File Name: bokeh/models/annotations.py
Class Name: Annotation
Method Name: Annotation_1


Project Name: bokeh/bokeh
Commit Name: 64ccf540ca0f2d1d665f679ca8976bdf57fc330c
Time: 2015-12-07
Author: bryanv@continuum.io
File Name: bokeh/models/annotations.py
Class Name: Span
Method Name: Span_1


Project Name: bokeh/bokeh
Commit Name: 499c83428a0c4d5eff7743b1363e603d245da109
Time: 2016-04-05
Author: mattpap@gmail.com
File Name: bokeh/models/renderers.py
Class Name: GuideRenderer
Method Name: GuideRenderer_2


Project Name: bokeh/bokeh
Commit Name: 499c83428a0c4d5eff7743b1363e603d245da109
Time: 2016-04-05
Author: mattpap@gmail.com
File Name: bokeh/models/renderers.py
Class Name: DynamicImageRenderer
Method Name: DynamicImageRenderer_1


Project Name: bokeh/bokeh
Commit Name: 499c83428a0c4d5eff7743b1363e603d245da109
Time: 2016-04-05
Author: mattpap@gmail.com
File Name: bokeh/models/renderers.py
Class Name: GlyphRenderer
Method Name: GlyphRenderer_2


Project Name: bokeh/bokeh
Commit Name: 499c83428a0c4d5eff7743b1363e603d245da109
Time: 2016-04-05
Author: mattpap@gmail.com
File Name: bokeh/models/renderers.py
Class Name: TileRenderer
Method Name: TileRenderer_1