我有这样一个srt字幕文件
1
00:00:03,575 --> 00:00:05,134
Paul's letter to the Romans
2
00:00:05,134 --> 00:00:07,164
it's one of the longest and most significant things
3
00:00:07,165 --> 00:00:10,714
ever written by the man who was formerly known as Saul of Tarsus.
4
00:00:11,262 --> 00
导入脚本后,引导滑块将停止工作。如果我导入此脚本: <script src="http://echarts.baidu.com/build/dist/echarts.js"></script> 在控制台中,我有这个错误: jquery.min.js:3 Uncaught TypeError: r.easing[this.easing] is not a function
at init.run (jquery.min.js:3)
at i (jquery.min.js:3)
at Function.r.fx.tick (jque
我有一个条形图,用于计算三种不同方法的进动和回忆,并用三种不同的颜色表示它们,代码如下
x=[0.4,0.31,0.21]
y=[0.45,0.38,0.27]
bar(x,y,0.1)
h = bar(x,diag(y),0.1,'stacked');
xlabel('precession')
ylabel('recall')
我想添加一个应该显示maroon color is for indiscernible relation、green is for discernible relation和blue is for equiv