examples.utils.plotting
def
setup_matplotlib_style(use_tex: bool = True) -> None:
Configure matplotlib using the shared neural_dynamics style helper.
def
finalise_plot(fig, filename, output_dir, os):
Common plot finalization: tight layout, save, and show.
def
plot_nanoring_results( *, time_axis: numpy.ndarray, true_sequence: torch.Tensor, predicted_sequence_ode: torch.Tensor, predicted_sequence_sde: torch.Tensor, h_field: torch.Tensor, all_train_sequences: numpy.ndarray, output_dir: str):
Generates and saves a comprehensive plot for the nanoring experiment results.