JuliaPy / JuliaPy/PyPlot.jl

violinplot not defined

Abierto
#577 0 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Julia
Estrellas
488
Forks
90
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

Maybe I missed something, but `violinplot` (https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.violinplot.html) should surely be defined?
```julia
julia> import PyPlot as plt

julia> plt.violinplot(rand(100))
ERROR: UndefVarError: `violinplot` not defined
Stacktrace:
[1] getproperty(x::Module, f::Symbol)
@ Base ./Base.jl:31
[2] top-level scope
@ REPL[2]:1

julia>
```
Other plotting types work just fine.

I am using Julia 1.10.0 and `PyPlot.jl` 2.11.2.

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Línea de trabajo

Reproduce the Julia 1.10.0 failure with PyPlot.jl 2.11.2, then inspect how PyPlot exposes matplotlib.pyplot plotting functions. Compare violinplot with the plotting types that work and add coverage for the reported call. Done means plt.violinplot(rand(100)) resolves and the regression test passes.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
julia, python
Área
data-visualization
Tipo de issue
Error
Dificultad
3/5
Tiempo estimado
1-2 días
Estado de actividad
Estancado
Claridad
Bastante claro
Aptitud para principiantes
35/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.