📄 import_text.pro
字号:
;-----------------------------------------------
;该程序用来读取文本文件
pro import_text
plottemplate = ascii_template(myfile)
plot_ascii = read_ascii(myfile, template = plottemplate)
print, plot_ascii
plot,plot_ascii.time,plot_ascii.temp1
end
;--------------------------------------------------------------
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -