aai-institute / aai-institute/pyDVL
Make plotting functions composable
- Lenguaje dominante
- Python
- Estrellas
- 146
- Forks
- 10
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Use any approach that allows the caller to compose the plots together without side-effects. This should be done without requiring calling code to add boilerplate. Typically one passes the axes to the plotting function. If no axes are passed, then it just creates a new figure or something like that.
Guía de contribución
Línea de trabajo
Look for plotting functions in the codebase, likely in modules related to visualization or reporting. Understand how figures and axes are currently managed. The goal is to modify these functions to accept optional axes parameters, defaulting to creating a new figure if none provided, ensuring composability without side effects. Check for existing tests to understand the expected behavior.
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
- Nueva funcionalidad
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Estancado
- Claridad
- Necesita aclaración
- Aptitud para principiantes
- 35/100