JuliaPy / JuliaPy/PyPlot.jl

violinplot not defined

オープン
#577 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Julia
スター
488
フォーク
90
PR マージ指標
30日以内にマージされた PR はありません

説明

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.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。