本文介绍了绘制时间序列朱莉娅的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在使用Julia绘制时间序列时遇到问题.

I have a problem working with plotting time series in Julia.

我目前正在使用v.0.6和以下最小示例

I am currently using v. 0.6 and the following minimal example

using TimeSeries
using MarketData
plot(ohlcv["Open"])

导致错误消息:

请帮助

非常感谢!

推荐答案

这是Plot中与0.6相关的错误-现在已修复,原始问题中的代码也可以再次使用.

This was a 0.6-related bug in Plots - it is fixed now, and the code in the original question works again.

这篇关于绘制时间序列朱莉娅的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-01 17:54