From 0d9ac96ac6c165ab55725df1416cefd44d685708 Mon Sep 17 00:00:00 2001 From: ClaraBuettner Date: Fri, 16 Aug 2024 11:06:47 +0200 Subject: [PATCH] Fix flake8 issue --- etrago/analyze/plot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etrago/analyze/plot.py b/etrago/analyze/plot.py index fcbf2772..d84462b4 100644 --- a/etrago/analyze/plot.py +++ b/etrago/analyze/plot.py @@ -2475,8 +2475,8 @@ def plot_grid( * 'q_flow_max': maximal reactive flows * 'dlr': energy above nominal capacity * 'grey': plot all lines and DC links grey colored - * 'interest_area': plot all AC buses inside the interest area larger than buses - outside the interest area + * 'interest_area': plot all AC buses inside the interest area larger + than buses outside the interest area bus_sizes : float, optional Size of buses. The default is 0.001.