Skip to content

Commit

Permalink
Update plotter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeanon committed Jan 2, 2025
1 parent 677b164 commit 692a5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shaketune/graph_creators/plotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,7 @@ def plot_input_shaper_graph(self, data):
]

height = 0.048 * len(table_data)
table = plt.table(cellText=table_data, colLabels=columns, bbox=[1.100, 0.535, 0.830, height], cellLoc='center')
table = plt.table(cellText=table_data, colLabels=columns, bbox=[1.100, 0,295 + height, 0.830, height], cellLoc='center')
table.auto_set_font_size(False)
table.set_fontsize(10)
table.auto_set_column_width([0, 1, 2, 3, 4])
Expand Down

0 comments on commit 692a5f9

Please sign in to comment.