📄 candlesticks.dem
字号:
## $Id: candlesticks.dem,v 1.3 2003/10/17 15:02:21 mikulik Exp $#reset#set xrange [0:11]set yrange [0:10]#set title "candlesticks with open boxes (default)"plot 'candlesticks.dat' using 1:3:2:6:5 with candlesticks#pause -1 "Hit return to continue"#set title "candlesticks with specified boxwidth"set boxwidth 0.2replot#pause -1 "Hit return to continue"#set title "candlesticks with style fill solid"set style fill solidset boxwidth 0.2replot#pause -1 "Hit return to continue"#set title "box-and-whisker plot adding median value as bar"set style fill emptyplot 'candlesticks.dat' using 1:3:2:6:5 with candlesticks lt 3 lw 2 title 'Quartiles', \ '' using 1:4:4:4:4 with candlesticks lt -1 lw 2 notitle#pause -1 "Hit return to continue"# reset
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -