holoviz / holoviews

With Holoviews, your data visualizes itself.
https://holoviews.org
BSD 3-Clause "New" or "Revised" License
2.66k stars 396 forks source link

Customize zoom icons for subcoordinate-y plots #6241

Open maximlt opened 1 month ago

maximlt commented 1 month ago

As observed in https://github.com/holoviz/holoviews/pull/6190, it's at the moment not possible to visually distinguish normal wheel-zoom, zoom-in, and zoom-out tools in the toolbar with their subcoordinate-y versions, at least until you hover over them where you can get some more contextualized information. So the suggestion is to create custom icons for these tools when set up for subcoordinate-y plots.

For reference, Bokeh's icons seem to be available in this folder: https://github.com/bokeh/bokeh/tree/branch-3.5/docs/bokeh/source/_images/icons

droumis commented 1 month ago

Relevant: https://github.com/bokeh/bokeh/pull/13826

droumis commented 2 weeks ago

Should a custom icon go into HoloViews or Bokeh?

I could see how the level and dimensions arguments could potentially be used in Bokeh to customize the tool icon in some way. Alternatively, we could just create a single set of subcoordinate_y icons for HoloViews

droumis commented 2 weeks ago

@hoxbro : in HoloViews