3.2. cpforager.parameters.get_plot_params
- cpforager.parameters.get_plot_params()
Create a plot parameters dictionary.
- Param:
None
- Returns:
a dictionary of plot parameters.
- Return type:
dict
The dictionary of plot parameters required to produce the diagnostic of
GPS
,TDR
andAXY
classes. Find below the exhaustive table of parameters within the dictionary.name
description
required
cols_1
discrete contrasted color palette for trips
GPS
,AXY
cols_2
continuous color palette for speed gradient
GPS
,AXY
cols_3
continuous color palette for time gradient
GPS
,AXY
main_fs
fontsize of the plot title
GPS
,AXY
,TDR
labs_fs
fontsize of the plot labels
GPS
,AXY
,TDR
axis_fs
fontsize of the plot axes
GPS
,AXY
,TDR
text_fs
fontsize of the plot texts
GPS
,AXY
,TDR
pnt_size
size of the scatter plot points
GPS
,AXY
,TDR
eph_size
size of the scatter plot emphasized points
GPS
,AXY
,TDR
mrk_size
size of vplot markers
GPS
,AXY
,TDR
pnt_type
type of the scatter plot points
GPS
,AXY
,TDR
grid_lwd
linewidth of the plot background grid
GPS
,AXY
,TDR
grid_col
line color of the plot background grid
GPS
,AXY
,TDR
grid_lty
line type of the plot background grid
GPS
,AXY
,TDR
night_transp
transparency applied to night grey box in timeserie plot
GPS
,AXY
,TDR
cb_shrink
colorbar shrink factor
GPS
,AXY
cb_pad
colorbar padding factor
GPS
,AXY
cb_aspect
colorbar size
GPS
,AXY
fig_dpi
dots per inch of a saved figure
GPS
,AXY
,TDR
lon_fmt
longitude formatter
GPS
,AXY
lat_fmt
latitude formatter
GPS
,AXY