|
@@ -85,7 +85,8 @@ def plot_records_as_table_and_convert_to_png(
|
|
|
table[i + offset, j].set_fontsize(14)
|
|
table[i + offset, j].set_fontsize(14)
|
|
|
if not table_data[i][5].startswith('-'):
|
|
if not table_data[i][5].startswith('-'):
|
|
|
table[i + offset, j].get_text().set_color('red')
|
|
table[i + offset, j].get_text().set_color('red')
|
|
|
-
|
|
|
|
|
|
|
+ if table_data[i][4].startswith('-'):
|
|
|
|
|
+ table[i + offset, 4].get_text().set_color('green')
|
|
|
|
|
|
|
|
ax.add_table(table)
|
|
ax.add_table(table)
|
|
|
if localfile:
|
|
if localfile:
|