Typo in /home/$USER/.julia/packages/PyPlot/$HASH/src/colormaps.jl:176
Offen
- Vorherrschende Sprache
- Julia
- Sterne
- 488
- Forks
- 90
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Emacs signals the error `Error parsing SVG image: Invalid XML declaration` when trying to display the result of evaluating of the Org-mode block:
```julia
#+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
```
needs to be changed to:
```xml
```
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.