malariagen / malariagen-data-python

Analyse MalariaGEN data from Python
https://malariagen.github.io/malariagen-data-python/latest/
MIT License
13 stars 23 forks source link

Reduce plotly legend trace gaps #475

Closed alimanfoo closed 8 months ago

alimanfoo commented 8 months ago

Legend items are more spaced out than necessary. Suggest to reduce by default for all plotly plots, e.g.:

fig.update_layout(
    legend_tracegroupgap=0,
)