JuliaPy / JuliaPy/PythonPlot.jl

Plotting multiple figures with subplots command only display the last figure in PythonPlot.jl

未關閉
#32 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
Julia
星號
85
分支
9
PR 合併指標
30 天內沒有已合併 PR

描述

Plotting multiple figures with subplots command only display the last figure in both PythonPlot.jl and PyPlot.jl. Kindly run the program below.

using PythonPlot # Pyplot
pygui(true)

x = LinRange(0, 2*pi, 100)
f(x) = @. sin(x)
g(x) = @. cos(x)
h(x) = @. tan(x)

a1=subplots(3)
a1[1] = plot(x,f(x))
a1[2] = plot(x,g(x))
a1[3] = plot(x,h(x))

貢獻指南

這個儲存庫沒有索引到貢獻指南

研究方向

Start by running the Julia reproduction in issue #32 with PythonPlot.jl, then compare the same behavior in PyPlot.jl as requested. Trace the subplots and plot calls to determine why only the last figure is displayed; done means all three figures appear as intended.

由索引模型根據 Issue 內容生成。

評估

技術堆疊
julia
領域
data-visualization
Issue 類型
缺陷
難度
3/5
預估耗時
1-2 天
活躍度
停滯
描述清晰度
基本清楚
新手友好度
45/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。