From 226f907726ec17d8791977b47c59377969d459a2 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 20 Jun 2024 06:52:19 +0200 Subject: [PATCH] Add deprecation note to plot modules --- docs/plotting.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/plotting.md b/docs/plotting.md index 6ae0c3f11..91e1350c0 100644 --- a/docs/plotting.md +++ b/docs/plotting.md @@ -2,6 +2,14 @@ This page explains how to plot prices, indicators and profits. +!!! Warning "Deprecated" + The commands described in this page (`plot-dataframe`, `plot-profit`) should be considered deprecated and are in maintenance mode. + This is in part due to how it works, but mostly for the performance problems even medium sized plots can cause. + + While there are no immediate plans to remove them, they are not actively maintained - and may be removed short-term should major changes be required to keep them working. + + Please use [FreqUI](freq-ui.md) for plotting needs, which doesn't struggle with the same performance problems. + ## Installation / Setup Plotting modules use the Plotly library. You can install / upgrade this by running the following command: