From 5b3ddd83581f1b1b9284e199c9e593ddb22e3d6f Mon Sep 17 00:00:00 2001 From: Noe Brucy Date: Sun, 25 Jul 2021 17:43:16 +0200 Subject: [PATCH] [params] change time default format --- params.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params.yml b/params.yml index a815790..9a33b4f 100644 --- a/params.yml +++ b/params.yml @@ -8,7 +8,7 @@ plot : # Plot parameters vel_red : 40 # Take point each vel_red for velocities tight_layout : False # Wheter to apply tight_layout - time_fmt : "time = {:.3g} {}" # Time format string, 1st field is time and 2nd is unit + time_fmt : "{:.3g} {}" # Time format string, 1st field is time and 2nd is unit rcParams: # Anything there will be passed to matplotlib's rcParams {} # remove and replace by rcParams keys