matplotlib / matplotlib/mplfinance
Adding pie chart via external axes method
Nadie ha tomado este issue todavía.
- Lenguaje dominante
- Python
- Estrellas
- 4.4k
- Forks
- 678
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Hello,
I have been using `returnfig=True` and adding a couple of things to customise my chart, but when adding a pie chart I recieve the follow error:
> ValueError: Image size of 65243x662049 pixels is too large. It must be less than 2^16 in each direction.
I have tried reducing everything so that the pie chart can be as bareboned and as rudimentary as possible, but the result remains the same. I have been using the pie chart successfully in standard matplotlib so I feeling like it should be working and I am at a bit of a loss.
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Línea de trabajo
Comienza reproduciendo el error con `returnfig=True`, unos ejes externos y un gráfico circular; después, compara esa configuración con el caso estándar funcional de Matplotlib. El problema se resuelve cuando añadir el gráfico circular ya no produce un error de imagen demasiado grande.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- python
- Área
- data-visualization
- Tipo de issue
- Error
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Estancado
- Claridad
- Necesita aclaración
- Aptitud para principiantes
- 25/100