JuliaPy / JuliaPy/PyCall.jl

PyPlot works but calling matplotlib directly from PyCall aborts

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

説明

```julia

julia> using PyCall

julia> plt = pyimport("matplotlib.pyplot")
PyObject

julia> x = range(0; stop=2*pi, length=1000); y = sin.(3 * x + 4 * cos.(2 * x));

julia> plt.plot(x, y)
This application failed to start because it could not find or load the Qt platform plugin "windows"
in "".

Reinstalling the application may fix this problem.

```
This causes Julia to terminate abruptly.

Yet using PyPlot works ?

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

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

評価

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

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

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