antaress.ANTARESS_plots.ANTARESS_plot_settings module

antaress.ANTARESS_plots.ANTARESS_plot_settings module#

gen_plot_default(plot_settings, key_plot, plot_dic, gen_dic, data_dic)[source]#

Default plot settings.

Set default values for the following fields. Manual values can be given to all fields through ANTARESS_plot_settings.py, depending on their relevance for the chosen plot function.

  • fig_size = (width,height) : figure size.

  • margins = [x_left,y_low,x_width,y_width] : margins of plot in the figure.

  • wspace = width : horizontal separation between subplots. hspace = height : vertical separation between subplots.

  • title = bool : show plot title.

  • font_size = float : size for figure font.

  • font_size_txt = float : size for text font within plot.

  • lw_plot = float : linewidth.

  • ls_plot = str : linestyle.

  • col_contacts = str : color for transit contacts.

  • axis_thick = float : thickness for plot axis.

  • marker : general marker type.

  • markersize = float : general marker size.

  • hide_axis = bool : hide axis.

Parameters:
  • plot_settings (dic) – dictionary for all generic plot settings

  • key_plot (str) – identifier of current plot

Returns:

plot_settings (dic) – input, initialized with default settings according to the plot identifier

ANTARESS_plot_settings(plot_settings, plot_dic, gen_dic, data_dic, glob_fit_dic, theo_dic)[source]#

ANTARESS default plot settings.

Initializes ANTARESS plot settings with default values.

Parameters:

TBD

Returns:

None