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

Plotting for Julia based on matplotlib.pyplot

Results 20 PythonPlot.jl issues
Sort by recently updated
recently updated
newest added

Is it possible to access `matplotlib.patches.Rectangle` (which is not inside `pyplot`) through this package?

On my system (MacOS with macports-installed julia and python), PythonPlot was not picking up an appropriate gui backend. It took some sleuthing to determine why, but I discovered that `pyimport("importlib")`...

I have tried to use PythonPlot with PyQt5, however it can not initialize and I receive the error: `No working GUI backend found for matplotlib` After some digging I determined...

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,...

All figures are displayed with matplotlib's auto-selection of the crop: https://github.com/JuliaPy/PythonPlot.jl/blob/fe588f4e3b084b9d0ada8641939c6331def77036/src/PythonPlot.jl#L86 This is a great default. But sometimes you want to have more control over the bbox (especially when working...

During an interactive session where I am variously running computations and plotting things, when I try to keyboard interrupt a running computation, Python apparently gets interrupted instead; for example, notice...

I want a faster startup time and time-to-first-plot when opening or restarting a notebook. (Currently about ~~30~~ 15 seconds total; compared to about 3.2 seconds TTFP with a Python notebook).[^1],[^2]...

If we attempt to plot to the axis of a figure that has already been displayed and closed, then on my machine Juliaa segfaults. ```julia julia> fig, ax = subplots()...

I tried to install: a. PythonPlot b. PythonPlot#main using the package manager after a fresh install of Julia and deleting the .julia directory. In both cases the precompilation fails. But...

I don't understand why this segfault is happening after the test suite finishes, but this should protect against it? ``` Test Summary: | Pass Total Time Foofoofoooo.jl | 614 614...