2017-11-16 43 views

答えて

0

最後に、私はプロットのx軸を抑制することに決めました。 私はbboxを使いませんでした。私はloc = 'bottom'を使ってプロットにテーブルを貼りました。ここでcell.set_width

table_prop = stats_table.properties() 

table_cells = table_prop['child_artists'] 
for cell in table_cells: 

    cell.set_width((z2-z1)/4.4) 
    cell.set_linewidth(2) 
#needed for precision problem between line from the gaussian and line from the border of the cell 

結果

enter image description here

:私が使用して、セルの大きさに関する
関連する問題