MCPcopy Create free account
hub / github.com/kernc/backtesting.py / _watermark

Function _watermark

backtesting/_plotting.py:94–99  ·  view source on GitHub ↗
(fig: _figure)

Source from the content-addressed store, hash-verified

92
93
94def _watermark(fig: _figure):
95 fig.add_layout(
96 Label(
97 x=10, y=15, x_units='screen', y_units='screen', text_color='silver',
98 text='Created with Backtesting.py: http://kernc.github.io/backtesting.py',
99 text_alpha=.09))
100
101
102def colorgen():

Callers 2

plotFunction · 0.85
plot_heatmapsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected