草庐IT

Sunlight

全部标签

python - 使用 R 或 Python 可视化螺旋时间序列?

有谁知道如何在R中执行此操作?也就是说,从左图到右图表示这个周期性数据?http://cs.lnu.se/isovis/courses/spring07/dac751/papers/TimeSpiralsInfoVis2001.pdf这是一些示例数据。Day=c(rep(1,5),rep(2,5),rep(3,5))Hour=rep(1:5,3)Sunlight=c(0,1,2,3,0,1,2,3,2,1,0,0,4,2,1)data=cbind(Day,Hour,Sunlight) 最佳答案 这看起来很接近:#sampledata