holoviz/holoviews

Suggesting that by default a Heatmap has no annotations with the Matplotlib backend

Open

#5,108 opened on Nov 5, 2021

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Python (420 forks)auto 404
good first issuetag: backend: mpltag: hvplottype: enhancement

Repository metrics

Stars
 (2,898 stars)
PR merge metrics
 (PR metrics pending)

Description

Annotations don't look good in a Heatmap with a large amount of data and those that are rendered in the high values range are barely visible with the default color map. Heatmaps generated with the Bokeh backend don't have annotations by default.

See this example taken from the reference gallery: image

Contributor guide