PlotPropertiesSatanic
- class sapphireppplot.plot_properties_satanic.PlotPropertiesSatanic(series_names=<factory>, labels=<factory>, data_type='POINTS', representation_type='UnstructuredGridRepresentation', use_legacy_pvtu_reader=True, preview_size_1d=<factory>, preview_size_2d=<factory>, camera_view_2d=<factory>, preview_size_3d=<factory>, camera_view_3d=<factory>, background_color=<factory>, screenshot_transparent_background=True, animation_transparent_background=False, animation_frame_stride=1, extracts_frame_stride=1, extracts_compressor='ZLib', extracts_compression_level=5, font_family='Arial', text_color=<factory>, label_size=18, text_size=24, title_size=30, line_colors=<factory>, line_styles=<factory>, line_widths=<factory>, default_line_width=2.0, legend_location='TopRight', legend_symbol_width=30, left_axis_labels=<factory>, bottom_axis_labels=<factory>, show_grid=False, grid_labels=<factory>, grid_color=<factory>, color_map='Viridis (matplotlib)', color_bar_label_format='', color_bar_range_labels=True, color_bar_range_label_format='%-#6.1e', color_bar_orientation='Vertical', color_bar_position='Lower Right Corner', color_bar_length=0.25, color_bar_thickness=16, axes_scale=<factory>, axes_stretch=<factory>, axes_ticks=<factory>, time_format='$t = {time:.2f}$', time_location='Upper Left Corner', sampling_pattern='center', sampling_resolution=None, stream_tracer_maximum_error=1e-06, stream_tracer_minimum_step=0.01, stream_tracer_initial_step=0.2, stream_tracer_maximum_step=0.5, export_precision=5, dimension=2, spectral_rescale=3.0, quantity_name='F', unit_r='pc', unit_p='GeV/c', unit_t='Myr', matplot_color_map='viridis', matplot_shading='gouraud')
Bases:
PlotPropertiesSpecialized plot properties for SATANIC (Solving Acceleration, Transport And Non-thermal Interactions in star Clusters) plots.
-
dimension:
int= 2 Dimensionality of the results.
-
spectral_rescale:
float= 3.0 The spectral rescaling
sof distribution function \(F = p^s f\).
-
quantity_name:
str= 'F' Name of quantity to plot.
-
unit_r:
str= 'pc' Unit for radius \(r\).
-
unit_p:
str= 'GeV/c' Unit for momentum \(p\).
-
unit_t:
str= 'Myr' Unit for time \(t\).
-
matplot_color_map:
str= 'viridis' Color map for the matplotlib plots.
-
matplot_shading:
Literal['flat','nearest','gouraud','auto'] = 'gouraud' The shading style got matplotlib color maps.
- update_properties()
Update PlotProperties from current values.
- Return type:
None
-
dimension: