violinplot not defined
Ouverte
- Langage dominant
- Julia
- Étoiles
- 488
- Forks
- 90
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.