:mod:`paramonte.vis` ==================== .. py:module:: paramonte.vis .. autoapi-nested-parse:: This module contains the visualization tools of the ParaMonte Python library. Normally, the user is not supposed to access this module or its contents directly. However, it is made accessible for the purpose of visualizing data generated by packages other than ParaMonte. In either case, the structure of the input datasets are expected to follow the rules and conventions specified by each tool. ------------------------------------------------------------------------------- Submodules ---------- .. toctree:: :titlesonly: :maxdepth: 1 DensityPlot/index.rst EllipsoidPlot/index.rst GridPlot/index.rst HeatMapPlot/index.rst LineScatterPlot/index.rst Target/index.rst _BasePlot/index.rst _utils/index.rst kde2d/index.rst