JuliaPy / JuliaPy/PyCall.jl

Missing Colon method

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

説明

This code used to work in 0.5, but fails in 0.6. I'm assuming that this is PyCall's responsibility, and not PyPlot's.
```julia
julia> using PyPlot
Fontconfig warning: line 146: blank doesn't take any effect anymore. please remove it from your fonts.conf

julia> fig, ax = plt[:subplots](2, 2)
PyObject (, array([[,
],
[,
]], dtype=object))

julia> ax[:]
ERROR: MethodError: no method matching getindex(::PyCall.PyObject, ::Colon)
```

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

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

評価

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

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

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