how to set xdate format from " May 6 2008" to "2008-05-06"?
Abierto
- Lenguaje dominante
- Julia
- Estrellas
- 488
- Forks
- 90
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
```
using PyPlot;
clf();
close();
fig =figure();
ax = fig[:add_subplot](111)
x = [Date(now()) + Dates.Day(i) for i in collect(1:100)]
y = rand(100)
ax[:plot](x,y, color="red", linewidth=2.0, linestyle="-")
```
but i get x autofmt_xdate ,format such as " May 6 2008"
how to set xdate format as "2008-05-06"?
thanks.
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.