f23acc24fd16e33d84d88b1cc7bc4a28f506a40d,bokeh/models/tools.py,ZoomOutTool,ZoomOutTool_1,#,444
Before Change
:height: 18pt
dimensions = List(Enum(Dimension), default=["width", "height"], help=
Which dimensions the zoom-out tool is constrained to act in. By
default the zoom-out tool will zoom in any dimension, but can be
configured to only zoom horizontally across the width of the plot, or
vertically across the height of the plot.
)
factor = Percent(default=0.1, help=
Percentage to zoom for each click of the zoom-in tool.
)
After Change
:height: 18pt
dimensions = Enum(Dimensions, default="both", help=
Which dimensions the zoom-out tool is constrained to act in. By
default the zoom-out tool will zoom in any dimension, but can be
configured to only zoom horizontally across the width of the plot, or
vertically across the height of the plot.
).accepts(List(Enum(Dimension)), _deprecated_dimensions("ZoomOutTool"))
factor = Percent(default=0.1, help=
Percentage to zoom for each click of the zoom-in tool.
)
In pattern: SUPERPATTERN
Frequency: 7
Non-data size: 8
Instances
Project Name: bokeh/bokeh
Commit Name: f23acc24fd16e33d84d88b1cc7bc4a28f506a40d
Time: 2016-09-29
Author: mattpap@gmail.com
File Name: bokeh/models/tools.py
Class Name: ZoomOutTool
Method Name: ZoomOutTool_1
Project Name: bokeh/bokeh
Commit Name: f23acc24fd16e33d84d88b1cc7bc4a28f506a40d
Time: 2016-09-29
Author: mattpap@gmail.com
File Name: bokeh/models/tools.py
Class Name: PanTool
Method Name: PanTool_1
Project Name: bokeh/bokeh
Commit Name: f23acc24fd16e33d84d88b1cc7bc4a28f506a40d
Time: 2016-09-29
Author: mattpap@gmail.com
File Name: bokeh/models/tools.py
Class Name: BoxZoomTool
Method Name: BoxZoomTool_1
Project Name: bokeh/bokeh
Commit Name: f23acc24fd16e33d84d88b1cc7bc4a28f506a40d
Time: 2016-09-29
Author: mattpap@gmail.com
File Name: bokeh/models/tools.py
Class Name: BoxSelectTool
Method Name: BoxSelectTool_1
Project Name: bokeh/bokeh
Commit Name: f23acc24fd16e33d84d88b1cc7bc4a28f506a40d
Time: 2016-09-29
Author: mattpap@gmail.com
File Name: bokeh/models/tools.py
Class Name: WheelZoomTool
Method Name: WheelZoomTool_1
Project Name: bokeh/bokeh
Commit Name: f23acc24fd16e33d84d88b1cc7bc4a28f506a40d
Time: 2016-09-29
Author: mattpap@gmail.com
File Name: bokeh/models/tools.py
Class Name: CrosshairTool
Method Name: CrosshairTool_1
Project Name: bokeh/bokeh
Commit Name: f23acc24fd16e33d84d88b1cc7bc4a28f506a40d
Time: 2016-09-29
Author: mattpap@gmail.com
File Name: bokeh/models/tools.py
Class Name: ZoomInTool
Method Name: ZoomInTool_1