gnuplot繪圖配置備份
# 格式確定資訊
# put fig file, $2 input data file, $3 x-axis specs, $4 y-axis specs, $5 plot line specs, $6 key specs (optional)
# X-Axis Specs: column, label, x_tics (colon-separated or 'usecol' or 'none'), x_tics_column, logscale, format (x_tics_column, logscale and format should be '' when unused)
# Y-Axis Specs: column, label, logscale, format (logscale and format should be '' when unused)
# Line Specs: label, colour, point types (colour and point types should be ommitted when unused)
# Key Specs: position, orientation, width (no omission alowed)
plot_lines="INE;blue;6,Gtree;red;8,ROAD;dark-green;3,PHL;dark-magenta;12,DisBrw;dark-red;4"
figure_file="index_size_vs_nodes"
bash generateFigure 'test11111.test' 'lzy-test/index_stats_vs_nodes.txt' "2,Number of Vertices,none,'',logscale,'10^%T'" "7,Index Size (MB),logscale,'10^%T'" "INE;blue;6,Gtree;red;8,ROAD;dark-green;3,PHL;dark-magenta;12,DisBrw;dark-red;4" "left top,horizontal maxcols 2,-2"
# 最後自己的輸入
bash generateFigure 'test11111.test' 'index_stats_vs_nodes.txt' "2,Number of Vertices,none,'',logscale,'10^%T'" "7,Index Size (MB),logscale,'10^%T'" "INE;blue;6,Gtree;red;8,ROAD;dark-green;3,PHL;dark-magenta;12,DisBrw;dark-red;4" "left top,horizontal maxcols 2,-2"
顏色
blue,red,dark-green,dark-magenta(紫色),dark-red
操作
set logscale x/y
:讓x/y軸變為對數表示法
set format x/y 10^%T
:配合對數使用
相關文章
- C++使用gnuplot-cpp庫繪製影像C++
- MySQL備份與主備配置MySql
- innobackupex全備份流程圖流程圖
- linux 配置nfs(rman 備份)LinuxNFS
- Notepad++配置備份
- gnuplot學習筆記筆記
- MySQL主從配置及mysqldump備份MySql
- 配置xtrabackup備份mysql資料庫MySql資料庫
- ORACLE RMAN備份的指令碼配置Oracle指令碼
- 122-bt-nginx 配置備份Nginx
- DB2資料庫的備份測試--備份環境變數配置DB2資料庫變數
- innobackupex命令備份全過程圖解圖解
- MySQL備份和恢復工具圖譜MySql
- 苦瓜:音樂知識圖片備份
- macOS軟體列表及配置高效備份方案Mac
- 使用svnsync實時異地備份配置庫
- AR28系列路由器配置備份路由器
- 2 Day DBA-管理方案物件-執行備份和恢復-配置備份設定物件
- oracle備份--離線備份Oracle
- 完全備份、差異備份、增量備份的區別
- Backup And Recovery User's Guide-備份RMAN備份-使用RMAN備份備份集GUIIDE
- Backup And Recovery User's Guide-備份RMAN備份-關於備份的備份GUIIDE
- Backup And Recovery User's Guide-備份RMAN備份-備份保留期對備份的備份的影響GUIIDE
- Oracle 聯機備份 離線備份 物理備份 恢復Oracle
- 資料備份≠容災備份
- 備份之控制檔案備份
- ui向量繪圖必備:Sketch破解中文安裝包UI繪圖
- NBU 8.0客戶端安裝和備份配置客戶端
- python3備份交換機配置指令碼Python指令碼
- Backup And Recovery User's Guide-備份RMAN備份-用RMAN備份映象拷貝備份GUIIDE
- Backup And Recovery User's Guide-RMAN備份概念-備份集-備份集和備份片GUIIDE
- Oracle裡邏輯備份、物理備份、Rman備份的區別Oracle
- 揭祕ORACLE備份之--冷備份(也叫離線備份)Oracle
- 揭祕ORACLE備份之--熱備份(也叫聯機備份)Oracle
- RMAN備份之備份多個備份集到帶庫(三)
- RMAN備份之備份多個備份集到帶庫(二)
- RMAN備份之備份多個備份集到帶庫(一)
- iOS繪圖iOS繪圖