我制作了下面的图表,该图表是使用xts对象创建的。
我使用的代码很简单
plot(graphTS1$CCLL, type = "l", las = 2, ylab = "(c)\nCC for Investors", xlab = "", main = "Clustering Coefficient at the Investor Level")
Run Code Online (Sandbox Code Playgroud)
我更新了R Studio软件包和R版本,然后通过运行相同的代码得到以下图表。
显然两者是不一样的。人们是否可以帮助我移除第二个Y轴-我不需要那个,并移除2007-03-01 / 2010-12-01的自动前进方向。许多尝试都失败了。我确实使用了zoo.plot,但是删除了网格线,能力和季度标记。
我的R版本是3.4.0(2017-04-21),具有以下平台“ x86_64-apple-darwin15.6.0”。提前致谢。