From 68c4d3eed67dc2d565d7f1b873a3f1b681c7e5b2 Mon Sep 17 00:00:00 2001 From: "j.aschauer" Date: Tue, 4 Jun 2024 09:11:09 +0200 Subject: [PATCH] fix Interest-rate unit error on choropleth map Fixes #414 --- app/plot_functions.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/plot_functions.py b/app/plot_functions.py index 37438623..e9d10566 100644 --- a/app/plot_functions.py +++ b/app/plot_functions.py @@ -156,10 +156,6 @@ def plot_input_data_on_map( custom_data_func_kwargs["data_type"] = data_type custom_data_func_kwargs["map_variable"] = color_col - # transform data to % for interest rate - if data_type == "interest rate": - input_data = input_data * 100 - if scope == "world": # Create a choropleth world map: fig = _choropleth_map_world(