Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jurta opened this issue Feb 8, 2021 · 2 comments
Open

Comments

@jurta
Copy link
Contributor

jurta commented Feb 8, 2021

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"?>
@samuela
Copy link

samuela commented Jul 6, 2021

Why not just submit a PR for this?

jurta added a commit to jurta/PyPlot.jl that referenced this issue Jul 6, 2021
@jurta
Copy link
Contributor Author

jurta commented Jul 6, 2021

Why not just submit a PR for this?

Now created a PR #528 . Please merge it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants