PyPlot.jl
PyPlot.jl copied to clipboard
Plotting for Julia based on matplotlib.pyplot
I'm using julia v0.6.0 in atom v1.22.1. I've installed pyplot after running ENV["PYTHON"]="". If I run: `using PyPlot` `plot(1:5,(1:5).^2)` It returns a PyCall.PyObject and address, without displaying. Any ideas?
I am running into what seems like version error #  I tried the ENV["PYTHON"]="" Pkg.build("PyCall") it install like normal but when i tried using PyPlot it just get the...
I'm having an error when using pyplot backend, and twinx(). If I modify the backgroud color and try to use twinx() to have 2 y axes, I get the following...
``` 192 ~ % julia _ _ _ _(_)_ | Documentation: https://docs.julialang.org (_) | (_) (_) | _ _ _| |_ __ _ | Type "?" for help, "]?" for...
Currently I have three issues with PyPlot: 1. it does not show the cursor position. In the upper right corner it just says x= and y= but no numbers 2....
I have just updated/upgraded my whole system and now I have Julia 1.7.2 I have updated the packages of Julia and they seem to be downloaded fine, and there are...
ArgumentError: hasproperty of NULL PyObject Stacktrace: [1] pyhasproperty(::PyCall.PyObject, ::String) at C:\Users\Home\.julia\packages\PyCall\BcTLp\src\PyCall.jl:359 [2] hasproperty at C:\Users\Home\.julia\packages\PyCall\BcTLp\src\PyCall.jl:365 [inlined] [3] ioff(; kws::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}) at C:\Users\Home\.julia\packages\PyPlot\XHEG0\src\PyPlot.jl:174 [4] ioff() at C:\Users\Home\.julia\packages\PyPlot\XHEG0\src\PyPlot.jl:174 [5] top-level scope at C:\Users\Home\.julia\packages\Plots\vsE7b\src\backends.jl:510...
When I plot using PyPlot on my Mac (macOS Monterey), I get the following message: "qt.qpa.drawing: Layer-backing can not be explicitly controlled on 10.14 when built against the 10.14 SDK"...
This gives a segfault: ```julia using MKL using PyPlot fig = PyPlot.figure() plot(rand(10), rand(10)) tight_layout() ``` ``` signal (11): Segmentation fault in expression starting at REPL[5]:1 mkl_blas_avx2_xdcopy at /home/jmlim/.julia/artifacts/72d4adc3ef9236a92f4fefeb0291cb6e8aaae2d7/lib/libmkl_avx2.so.1 (unknown...
I'd like to know how to change the backend, and what backends are available. The README links to https://docs.julialang.org/en/latest/base/io-network/#Multimedia-I/O-1 which no longer exists. There is also a suggestion to use...