-
Notifications
You must be signed in to change notification settings - Fork 0
plot_timeseries
Cristel Chandre edited this page Jun 20, 2025
·
3 revisions
Visualizes the spatiotemporal evolution of the system state and its desymmetrized version using Hovmöller diagrams.
-
sol: AOdeSolutionsolution object (such as returned bysolve_ivporsolve_ivp_symp) containing the system's time evolution data.
This function generates two Hovmöller diagrams:
- The raw time series of the system variable
$X_n(t)$ - A desymmetrized version using
desymmetrize
Both diagrams:
- Show spatial index
$n$ on the x-axis and time$t$ on the y-axis. - Use a diverging colormap (
'RdBu_r') to highlight positive and negative values.
- The desymmetrization is useful to uncover underlying coherent structures by removing global symmetries.
Displays the two time series diagrams side by side with corresponding colorbars.
HamLorenz is developed under BSD 2-Clause License, Copyright(c) 2025 cristel.chandre@cnrs.fr