diff --git a/shaketune/graph_creators/plotter.py b/shaketune/graph_creators/plotter.py index 80ec3f9..7d2be7d 100644 --- a/shaketune/graph_creators/plotter.py +++ b/shaketune/graph_creators/plotter.py @@ -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])