Typo in /home/$USER/.julia/packages/PyPlot/$HASH/src/colormaps.jl:176
Aperta
- Lingua principale
- Julia
- Stelle
- 488
- Fork
- 90
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.