scverse / plotting_api

Experimenting with a simplified plotting API for scanpy/scirpy
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Matplotlib vs. Holoviews #12

Open grst opened 1 week ago

grst commented 1 week ago

HoloViews abstracts multiple backends, including matplotlib. How much of the logic we prototyped here (dealing with gridspecs, distinguishing between notebook and console case, ...) would we still require when switching to HoloViews?

@flying-sheep shall we try to reproduce what we built here with holoviz tools?

flying-sheep commented 4 days ago

Yeah! I think there are a few plot types missing from HoloViews, so we should try rebuilding plots too and report what we’d like to see.