[params] change time default format

This commit is contained in:
Noe Brucy
2021-07-25 17:43:16 +02:00
parent 9ea9597b01
commit 5b3ddd8358
+1 -1
View File
@@ -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