Source code for cave.plot.parallel_plot.parallel_reset
from bokeh.models import Action
[docs]class ParallelResetTool(Action):
""" Tool to reset only plot axes and not selections
"""
__implementation__ = 'parallel_reset.ts'
from bokeh.models import Action
[docs]class ParallelResetTool(Action):
""" Tool to reset only plot axes and not selections
"""
__implementation__ = 'parallel_reset.ts'