PyPlot.jl icon indicating copy to clipboard operation
PyPlot.jl copied to clipboard

Plotting for Julia based on matplotlib.pyplot

Results 120 PyPlot.jl issues
Sort by recently updated
recently updated
newest added
trafficstars

I am getting the above warning when I try to use PyPlot for plotting and no plots show up. I followed the instructions here (https://github.com/JuliaPy/PyPlot.jl/issues/219), but it still didn't fix...

Hi, I was trying to compile PyPlot using PackageCompiler.jl but failed. I raised an issue [https://github.com/JuliaLang/PackageCompiler.jl/issues/226](https://github.com/JuliaLang/PackageCompiler.jl/issues/226) but people there asked me to raise it again here. I also tried compiling...

How to animate pyplot() beckend ? While not woers lik in gr()! ``` using Plots ; pyplot() for i=1:20 display(plot(rand(50))) end ``` Only last plot is displayed (Unfortunatly I cant...

Loop termination crashes Julia process if I'm using PyPlot inside the loop. PyPlot.backend is "qt5agg" Julia 0.6.0 ``` using PyPlot for i=1:1000 plot(randn(32)) sleep(0) end ``` ``` Traceback (most recent...

Hi, Often when I click on buttons in the figure GUI (like zoom, home, settings...), there's no response, and I need to click on the buttons twice or more to...

While using PyPlot.jl I am receiving the following error: Exception in Tkinter callback Traceback (most recent call last): File "/Users/ian/.julia/v0.6/Conda/deps/usr/lib/python2.7/lib-tk/Tkinter.py", line 1541, in __call__ return self.func(*args) File "/Users/ian/.julia/v0.6/Conda/deps/usr/lib/python2.7/lib-tk/Tkinter.py", line 592,...

Symptoms look related to https://github.com/JuliaPy/PyPlot.jl/issues/179, but I'm on linux; a friend has the exact same bug. Backend is TkAgg. Possibly related: only the first figure has a task bar icon....

The output of surf seems very undersized in IJulia, and cannot be increased by using `figure(figsize=(20,20))` Also, surf doesn't map to subplots correctly (see 2nd example below) ``` using PyPlot...

Hello, when I try to use `get_legend_handles_labels` and use these handles and labels in the legend, I get wrong results for `errobar` plots with actual errors. this works fine: ```julia...

For some reason my PyPlot started to crash Julia. When calling `using PyPlot` Julia crashes. No report, no error message. I tried reinstalling, recompiling, nothing works...