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

Disable batching when subcoordinate_y is enabled #6272

Closed philippjfr closed 3 weeks ago

philippjfr commented 3 weeks ago

Batching kicks in when you are plotting more than legend_limit elements inside an NdOverlay. However for a subcoordinate_y plot batching is not and cannot be supported since each element has to be plotted using a different renderer instance. Therefore we check if subcoordinate_y is enabled before enabling batching.

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 88.53%. Comparing base (7e5b515) to head (2a0a6fb).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #6272 +/- ## ======================================= Coverage 88.53% 88.53% ======================================= Files 323 323 Lines 67934 67945 +11 ======================================= + Hits 60146 60157 +11 Misses 7788 7788 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.