Typo in /home/$USER/.julia/packages/PyPlot/$HASH/src/colormaps.jl:176
Abierto
- Lenguaje dominante
- Julia
- Estrellas
- 488
- Forks
- 90
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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
```
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.