Home
last modified time | relevance | path

Searched refs:_check_compatible_scale_and_ranges (Results 1 – 2 of 2) sorted by relevance

/dports/www/py-bokeh/bokeh-2.3.3/tests/unit/bokeh/models/
H A Dtest_plots.py280 check = plot._check_compatible_scale_and_ranges()
284 check = plot._check_compatible_scale_and_ranges()
290 check = plot._check_compatible_scale_and_ranges()
296 check = plot._check_compatible_scale_and_ranges()
302 check = plot._check_compatible_scale_and_ranges()
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/models/
H A Dplots.py354 def _check_compatible_scale_and_ranges(self): member in Plot