Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

PlotTrajectoryConfig

Configuration for AMARES 1D Trajectory Plots with CRLB Shading.

Parameters

Figure & Canvas

ParameterTypeDefaultDescription
figsizetuple(8, 5)Dimensions (width, height).
stylestrseaborn-v0_8-whiteMatplotlib style sheet.
fontfamilystrsans-serifFont family used for all text.
axes_linewidthfloat1.2Line thickness for the plot bounding box.

Aesthetics

ParameterTypeDefaultDescription
palettestr | tuple[str, ...]tab10Colormap name or sequence of explicit colors to cycle through.
markerstuple('o', 's', '^', 'D', 'v', 'p', '*', 'h', 'X')Sequence of marker styles to cycle through for each metabolite.
linewidthfloat2.0Line thickness for the central trajectories.
markersizefloat6.0Marker size for trajectory points.
fill_alphafloat0.2Transparency of the CRLB shaded error band.
fill_linewidthfloat0.0Outline thickness of the CRLB shaded region.

Labels & Fonts

ParameterTypeDefaultDescription
titlestr | NoneMetabolite Trajectories (Shading = CRLB Error)Plot title. Set to None to hide.
xlabelstr | NoneNonex-axis label. If None, auto-derives from the xarray dimension.
ylabelstrAmplitude [a.u.]y-axis label.
labelsizeint12Font size applied to the axis labels.
fontweightstrboldFont weight for titles and labels (e.g., ‘normal’, ‘bold’).

Grid & Ticks

ParameterTypeDefaultDescription
tick_directionstrinDirection of the tick marks (‘in’, ‘out’, or ‘inout’).
grid_onboolTrueToggle visibility of the background grid.
grid_alphafloat0.3Transparency of the grid lines.
grid_linestylestr--Style of the grid lines (e.g., ‘--’, ‘-’).

Legend

ParameterTypeDefaultDescription
legend_onboolTrueToggle visibility of the legend.
legend_frameonboolTrueToggle the bounding box frame around the legend.