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 plotting a 3d plot, but the figure size is not changed according to my setting. This is my code: ``` using PyPlot using3D() fig = plt.figure(figsize=(6, 10)) ax...

``` extend_to_length!(v::AbstractRange, n) = range(first(v), step = step(v), length = n) function extend_to_length!(v::AbstractVector, n) vmax = isempy(v) ? 0 : ignorenan_maximum(v) extend_by_data!(v, vmax .+ (1:(n - length(v)))) end extend_by_data!(v::AbstractVector, x)...

_clean install of PyPlot v2.9.0 on Julia 1.5.3, MacOS. Python 3.8.2 was preinstalled but I never launched it before_ This runs fine: ```julia fons@rekenmachine ~ % julia --banner=no julia> using...

Here's another attempt to allow PyPlot to work in PackageCompiler sysimages, for #476. The goal is to delay the init code until Jupyter cell execution, by adding init to the...

Hi, I just cross-link this issue from Pluto here: https://github.com/fonsp/Pluto.jl/issues/511 PyPlot seems to work smoothly in Pluto, but on some (?) Mac installations it seems - to either figure out...

PyPlot doesn't work with wxpython on macOS. (I tried on julia 1.5.2 & latest julia from github). output: ```julia-repl julia> using PyPlot julia> plot([1, 2]) ERROR: sys:1: wxPyDeprecationWarning: Using deprecated...

I use Julia 1.4.1 on Win 10 64 bit. I installed PyPlot V2.9.0 after .. using PyPlot x = range(0; stop=2*pi, length=1000); y = sin.(3 * x + 4 *...

Hi, PyPlot stopped working for me (after some upgrade/downgrade?) and I was on master so I made sure to use Julia 1.5.1, and had to downgrade to get it working:...

I'm trying to set up a callback that runs every time the user changes the zoom setting on an axis. Here's a demo in Python: ```python >>> import numpy as...

Not sure if it's temporary and I just happened to try it at the wrong time, but the http://continuum.io/downloads links do not work for me.