Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

violinplot not defined #577

Open
blwh opened this issue Jan 17, 2024 · 0 comments
Open

violinplot not defined #577

blwh opened this issue Jan 17, 2024 · 0 comments

Comments

@blwh
Copy link

blwh commented Jan 17, 2024

Maybe I missed something, but violinplot (https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.violinplot.html) should surely be defined?

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant