diff options
-rw-r--r-- | index.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ pio.templates['custom'] = dict( ), separators=',.', yaxis_tickformat = ',0f', + colorway=px.colors.qualitative.D3 ) ) pio.templates.default = 'custom' |