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

Windows 7 64bit Julia 1.4.2 Python 3.8.3 `ENV["PYTHON"] = "C:\\ProgramData\\Anaconda3\\python.exe"` Matplotlib 3.2.2 Tests passed after editing `runtests.jl`: ``` # m = match(r"%%BoundingBox: *([0-9]+) +([0-9]+) +([0-9]+) +([0-9]+)", s) m = match(r"%%BoundingBox:...

The following happens on FreeBSD 12.1 when I run a PyPlot example and try to rotate the 3D plot: _ _ _ _(_)_ | Documentation: https://docs.julialang.org (_) | (_) (_)...

Hello, I am using Plots with PyPlot as a backend for `heatmap`. The placement of the colorbar doesn't match the width of the heatmap (see picture) also I can't move...

Currently only ` showable("image/svg+xml",Figure)` is defined. Adding `showable("image/png",Figure) = true` should enable third-party display systems like ElectronDisplay.jl to work with PyPlot.jl out of the box.

``` julia> using PyPlot [ Info: Precompiling PyPlot [d330b81b-6aea-500a-939a-2ce795aea3ee] : CommandLine Error: Option 'help-list' registered more than once! LLVM ERROR: inconsistency in registered CommandLine options ``` Then the Julia has...

Not sure this should be an issue here, but here we go. [Proplot](https://github.com/lukelbd/proplot) is a *comprehensive matplotlib wrapper for making beautiful, publication-quality graphics*. Is it be possible to include proplot...

Not sure if this is supposed to work (in any case it seems like its really close to working). I compiled PyPlot v2.8.2 with PackageCompiler v1.1.0 on julia 1.4, ```julia...

Even though I've been using PyPlot for a long time, I was caught by surprise today. I'm running it in Juno, but for whatever reason, PyPlot's output was not being...

```julia julia> ENV["MPLBACKEND"]="aaaaaaaaaagtk"; import PyPlot; [ Info: Installing matplotlib via the Conda matplotlib package... [ Info: Running `conda install -y matplotlib` in root environment Collecting package metadata (current_repodata.json): done Solving...