Home
last modified time | relevance | path

Searched refs:minor_tick_out (Results 1 – 5 of 5) sorted by relevance

/dports/www/py-bokeh/bokeh-2.3.3/bokeh/server/static/js/types/models/annotations/
H A Dcolor_bar.d.ts73 minor_tick_out: p.Property<number>;
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/server/static/js/types/models/axes/
H A Daxis.d.ts79 minor_tick_out: p.Property<number>;
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/models/
H A Daxes.py202 minor_tick_out = Int(default=4, help=""" variable in Axis
H A Dannotations.py479 minor_tick_out = Int(default=0, help=""" variable in ColorBar
/dports/www/py-bokeh/bokeh-2.3.3/tests/unit/bokeh/models/
H A Dtest_annotations.py131 assert color_bar.minor_tick_out == 0