PyPlot.jl
PyPlot.jl copied to clipboard
Plotting for Julia based on matplotlib.pyplot
Not sure if it's a PyPlot-specific problem (could be caused by `PyCall.jl` or `matplotlib` itself I suppose) Upon a fresh install of the latest release of PyCall (setting `ENV["PYTHON"]=""` to...
I encountered a strange bug in PyPlot that a println statement in a certain place in my code causes a plot to come out completely blank. Below is a stripped-down...
Hi everyone, It appears that "colors" function imported from matplotlib does not have "Normalize" or "TwoSlopeNorm" field. Any idea about this? `using PyPlot` `vmin, vmax = -1, 1` `norm =...
Hi, it seems that all my package tests and builds on GitHub fail (including JuliaRegistrator) with ```julia ERROR: InitError: KeyError: key "get_cmap" not found Stacktrace: [1] __getproperty @ /tmp/jl_j47t6l/packages/PyCall/1gn3u/src/PyCall.jl:313 [inlined]...
CI was failing for Julia 1.0. Bumping to 1.6 LTS.
We got a report saying `ERROR: InitError: KeyError: key :version not found`. This should work around it.
Passing a value of `missing`, a first class type in Julia Base, to matplotlib should simply not the plot `missing` data. It should handle `missing` just like it presently does...
fixes #593 tests to be added later
tests fix for #593
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. Release notes Sourced from codecov/codecov-action's releases. v5.0.0 v5 Release v5 of the Codecov GitHub Action will use the Codecov Wrapper to encapsulate the CLI....