Borrar filtros
Borrar filtros

Using datetick in boxplot

3 visualizaciones (últimos 30 días)
Franziska Schnell
Franziska Schnell el 9 de Mzo. de 2018
Respondida: Shaula Garibbo el 23 de Oct. de 2019
Hi! I try to get time labels on the x-axis of an boxplot but there seems to be a bug. I got a data array data4plot(18,23) and the time in datenum-format time4plot(18,1). In the simple plot routine everything looks nice, but trying this with boxplot, the dates seem to be set back to 1.1.0000 and I got wrong labels.
if true
plot(time4plot, data4plot)
datetick('x', 15)
boxplot(data4plot',time4plot)
datetick('x', 15)
end

Respuestas (1)

Shaula Garibbo
Shaula Garibbo el 23 de Oct. de 2019
Did you get an answer to this question?

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by