PlotSED#
- class jetset.plot_sedfit.PlotSED(sed_data=None, model=None, interactive=False, plot_workplace=None, title='Plot', frame='obs', density=False, dpi=100, figsize=(12, 8), use_grid=True)[source]#
Bases:
objectMethods Summary
add_data_plot(sed_data[, label, color, ...])add_model_plot(model[, label, color, ...])add_model_residual_plot(model, data[, ...])add_text(lines)add_xy_plot(x, y[, label, color, ...])add_xy_residual_plot(x, y[, fit_range, color])del_data_line(line_ID)del_model_line(line_ID)del_residuals_line(line_ID)plot_tempev_model(temp_ev, region[, comp, ...])rescale([x_min, x_max, y_min, y_max])save([filename])set_plot_axis_labels([density])setlim([x_min, x_max, y_min, y_max])setlim_res([x_min, x_max, y_min, y_max])show()update_legend([label])Methods Documentation
- add_data_plot(sed_data, label=None, color=None, frame=None, fmt='o', ms=4, mew=0.5, fit_range=None, density=False)[source]#
- add_model_plot(model, label=None, color=None, line_style=None, flim=None, auto_label=True, fit_range=None, density=False, update=True, lw=1.0, frame=None)[source]#
- add_model_residual_plot(model, data, label=None, color=None, filter_UL=True, fit_range=None)[source]#