vaexio / vaex

Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualization and exploration of big tabular data at a billion rows per second 🚀
https://vaex.io
MIT License
8.22k stars 590 forks source link

fix: heatmap colorbars are not displayed when using slices #2306

Open Thalos12 opened 1 year ago

Thalos12 commented 1 year ago

The ax is already created if multiple facets are present. Re-creating it prevents the colorbars to be correctly displayed in the figure to the side of their axes.

See also this issue on the vaex repository.