非子圖的情況下
設定x軸的顯示標籤plt.xticks(old, new)
, old表示原始的數值刻度,new表示新的刻度,可以為數值或者要替換的標籤,為list型別
plt.ylabel(「accuracy%」)
#y軸標籤
plt.xlabel(u"transfer task(resnet)")
#x軸標籤
子圖的情況下
set_xticks(list)
設定第i個子圖的x軸的座標偏移位置,引數為偏移list
set_xticklabels(list)
設定第i個子圖的x軸的顯示標籤,引數為標籤list
set_ylim(bottom=77,top=86)
設定y軸的下界和上界
set_xlabel(), set_ylabel(), set_title(), legend
分別顯示x軸,y軸釋義,標題,和圖例
suptitle()
顯示總的大標題
第0步 整理格式 Strtok 函式
include includetypedef unsigned char uint8 t typedef unsigned short uint16 t int main void char i 0 while temp printf n for i 0 i 10 i printf s n arr ...
echarts細節調整整理
1.xy軸座標線 splitline 2.顯示x座標軸的資訊 axislabel 7.顯示直角座標系網路 grid false,8.圖形透明度 13.控制y軸和座標單位名稱的間距 namegap 10 14.去除折線圖的空白樣式 symbol none symbolsize 20,大小 修改前 修改...
sqlplus spool中的格式調整
注 對於spool最好能夠自己進行格式調整,而不用spool中提供的 set colsep 使用這個語句會出現不確定性,自己匯出一下看下就知道了 spool常用的設定 set colsep 自定義字元 域輸出分隔符 set echo off 顯示start啟動的指令碼中的每個 sql命令,預設為on...