Open alatif-alatif opened 4 years ago
Hi,
I am missing one functionality.
This would be to be able to set a title for the matplotlib.
E.g., if I generate the plot via:
cerebro.plot(volume=False, stdstats=False)
it would be nice, if I could set the title of the plot via:
cerebro.plot(volume=False, stdstats=False, title='test')
Thanks in advance!
Hi,
I am missing one functionality.
This would be to be able to set a title for the matplotlib.
E.g., if I generate the plot via:
it would be nice, if I could set the title of the plot via:
Thanks in advance!