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

Typo in /home/$USER/.julia/packages/PyPlot/$HASH/src/colormaps.jl:176

Open jurta opened this issue 4 years ago • 2 comments

Emacs signals the error Error parsing SVG image: Invalid XML declaration when trying to display the result of evaluating of the Org-mode block:

#+begin_src jupyter-julia
get_cmap("RdGy")
#+end_src

This is because of the typo in the file colormaps.jl. The line number 176:

        <?xml version"1.0" encoding="UTF-8"?>

needs to be changed to:

        <?xml version="1.0" encoding="UTF-8"?>

jurta avatar Feb 08 '21 14:02 jurta

Why not just submit a PR for this?

samuela avatar Jul 06 '21 00:07 samuela

Why not just submit a PR for this?

Now created a PR #528 . Please merge it.

jurta avatar Jul 06 '21 18:07 jurta