Skip to content

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

Open
@jurta

Description

@jurta

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"?>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions