I was wondering if I can manipulate properties of variable {count}
after string in suptitle to change variable's color, location(by printing in next line center) and font size.
So far I can print it out like this in middle above of picture:
Analysis of data in cycle Nr.:0000
plt.suptitle(f'Analysis of data in cycle Nr.: {count}', color='yellow', backgroundcolor='black', fontsize=48, fontweight='bold')
Any ideas or trick to access to variable properties? I expect output would be like below :
Analysis of data in cycle Nr.:
0000 (diffrenet color and font size)