best-practice-and-impact/afcharts-py

Matplotlib two-line chart is too wide

Aberta

#191 aberto em 16 de jul. de 2026

 (0 comentário) (0 reação) (0 responsável)Python (3 forks)auto 404
bugdocumentationgood first issue

Métricas do repositório

Stars
 (12 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

Bug description

Currently, the Line chart with duo palette Matplotlib chart in the cookbook is wider than the content panel. This means the "United Kingdom" line label is cut off even when the browser window is full screen.

Proposed solution

Reduce the figure width to fit the content panel. Adjust the height accordingly to maintain a similar aspect ratio.

Guia do colaborador