sherlockpipe.plot.plotting.plot_system_architecture
- sherlockpipe.plot.plotting.plot_system_architecture(sistemas, temperaturas_estrellas, tamaños_estrellas, periodos_orbitales, tamaños_planetas, candidatos, save_dir) None
Plot a multi-planet system architecture diagram.
Produces a scatter plot showing stars and their confirmed/candidate planets ordered by stellar temperature, with planet size shown by marker size and stellar temperature shown by color.
Parameters
- sistemaslist of str
List of system names.
- temperaturas_estrellaslist of float
List of stellar temperatures in Kelvin.
- tamaños_estrellaslist of float
List of stellar radii relative to the Sun.
- periodos_orbitaleslist of list of float
Nested list of orbital periods in days per system.
- tamaños_planetaslist of list of float
Nested list of planet radii in Earth units per system.
- candidatosdict
Dictionary mapping system names to candidate planets with keys
'radios'and'periodos'.- save_dirstr
Directory where the output plot will be saved.