Home
last modified time | relevance | path

Searched refs:minor_tick_in (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.ts72 minor_tick_in: p.Property<number>;
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/server/static/js/types/models/axes/
H A Daxis.d.ts78 minor_tick_in: p.Property<number>;
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/models/
H A Daxes.py197 minor_tick_in = Int(default=0, help=""" variable in Axis
H A Dannotations.py474 minor_tick_in = Int(default=0, help=""" variable in ColorBar
/dports/www/py-bokeh/bokeh-2.3.3/tests/unit/bokeh/models/
H A Dtest_annotations.py130 assert color_bar.minor_tick_in == 0