smc_lammps.post_process.matplotlib package¶
Submodules¶
smc_lammps.post_process.matplotlib.draw module¶
- smc_lammps.post_process.matplotlib.draw.fill_between_runtime_lines(ax: Axes, path: Path, tscale: float = 1.0)¶
- smc_lammps.post_process.matplotlib.draw.get_colored_axis_segments(colors: Sequence[tuple[float, float, float] | str | tuple[float, float, float, float] | tuple[tuple[float, float, float] | str, float] | tuple[tuple[float, float, float, float], float]], starts: Sequence[float], ends: Sequence[float], line_width=3.0, zorder=0.5, y_offset=5.0) LineCollection¶
- smc_lammps.post_process.matplotlib.draw.get_runtime_lines(ax: Axes, path: Path, indices_array: Sequence[list[int64]], tscale: float = 1.0, iscale: float = 1.0, cut_at_axes: bool = True) list[LineCollection]¶