modelcompare ============ .. py:module:: pastas.plotting.modelcompare .. autoapi-nested-parse:: Tools for visually comparing multiple Pastas models. This module contains the CompareModels class, which may be used to create visual comparison plots for multiple Pastas models. .. rubric:: Examples Compare two Pastas models:: ps.plots.compare([ml1, ml2]) For more advanced usage, create a CompareModels instance and use its methods:: mc = ps.CompareModels([ml1, ml2]) mc.plot() .. !! processed by numpydoc !! Classes ------- .. toctree:: :hidden: /api/pastas/plotting/modelcompare/CompareModels .. autoapisummary:: pastas.plotting.modelcompare.CompareModels