Add plot_config to optional plot

This commit is contained in:
Matthias
2020-01-08 19:35:00 +01:00
parent c3fd894a6c
commit c9b0b4c7a4
6 changed files with 39 additions and 1 deletions

View File

@@ -161,6 +161,8 @@ Sample configuration with inline comments explaining the process:
# Specifies `ema10` to be red, and `ema50` to be a shade of gray
'ema10': {'color': 'red'},
'ema50': {'color': '#CCCCCC'},
# By omitting color, a random color is selected.
'sar': {},
},
'subplots': {
# Create subplot MACD