Add note for plot-dataframe and current-whitelist

closes #7142
This commit is contained in:
Matthias 2022-07-30 08:20:22 +02:00
parent cc3ead9d7b
commit d70650b074
1 changed files with 3 additions and 0 deletions

View File

@ -646,6 +646,9 @@ This is where calling `self.dp.current_whitelist()` comes in handy.
return informative_pairs
```
??? Note "Plotting with current_whitelist"
Current whitelist is not supported for `plot-dataframe`, as this command is usually used by providing an explicit pairlist - and would therefore make the return values of this method misleading.
### *get_pair_dataframe(pair, timeframe)*
``` python