Class for plotting gas lines and their information.
|
__init__(self,
star_name,
path_chemistry=' OutputClumpy ' ,
inputfilename=None,
fn_add_star=1)
Initializing an instance of PlotGas. |
source code
|
|
list[Star()]
|
|
|
plotVelocity(self,
star_grid=[ ] ,
models=[ ] ,
fn_plt='
' ,
force_plot=0,
cfg='
' )
Plot velocity versus radius for every model in star_grid. |
source code
|
|
|
plotTemp(self,
star_grid=[ ] ,
models=[ ] ,
fn_plt='
' ,
force_plot=0,
cfg='
' )
Plot temperature profiles of all models. |
source code
|
|
|
|
|
|
|
|
|
plotAbundanceProfiles(self,
star_grid=[ ] ,
models=[ ] ,
force_plot=0,
cfg='
' ,
fn_plt='
' ,
molecules=[ ] ,
per_molecule=0,
frac=1)
Plot abundance profiles for all molecules in every model. |
source code
|
|
Inherited from cc.plotting.objects.PlottingSession.PlottingSession :
checkChangedPars ,
makeModelList ,
setFnPlt
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|