[plotter] add the possibility to set rcParams in the conf file
This commit is contained in:
+3
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user