[plotter] add the possibility to set rcParams in the conf file

This commit is contained in:
Noe Brucy
2021-07-23 00:43:44 +02:00
parent 12daf7588a
commit a59ae36280
2 changed files with 9 additions and 2 deletions
+3 -1
View File
@@ -10,6 +10,8 @@ plot : # Plot parameters
tight_layout : False # Wheter to apply tight_layout
time_fmt : "time = {:.3g} {}" # Time format string, 1st field is time and 2nd is unit
rcParams: # Anything there will be passed to matplotlib's rcParams
disk: # Disk speficic parameters
enable : False # Enable specific disk analysis
center : [0.5, 0.5, 0.5] # Position of the center of the disk (in fraction of lbox)
@@ -51,7 +53,7 @@ pymses: # Parameters for Pymses reader
# Processing options
levelmax : 20 # Maximal AMR level visited when looking levels
fft : False # Quick and dirty rendering using FFT
verbose : False # Let pymses write on standart output
verbose : True # Let pymses write on standart output
multiprocessing : True # Whether to use multiprocessing
# Camera settings