***** Plots ***** .. currentmodule:: chi.plots The plots module contains a number of figure classes that allow you to easily visualise pharmacokinetic and pharmacodynamic (PKPD) data, as well as PKPD modelling results. Below you can find the figure class grouped by their intended use. At the bottom of the page, figure base classes and their API are detailed. Figure classes grouped by intended use -------------------------------------- .. toctree:: :maxdepth: 1 measurement_data_plots parameter_plots prediction_plots Base classes ------------ - :class:`MultiFigure` - :class:`MultiSubplotFigure` - :class:`SingleFigure` - :class:`SingleSubplotFigure` Detailed API ^^^^^^^^^^^^ .. autoclass:: MultiFigure :members: .. autoclass:: MultiSubplotFigure :members: .. autoclass:: SingleFigure :members: .. autoclass:: SingleSubplotFigure :members: