mdse.visualizeDB

A tool for visualizing simulation data from various sources.

This package provides a framework for generating plots from simulation data stored in sources like JSON files or MongoDB databases. It is driven by a YAML configuration file that specifies the data source and the desired plots.

The main entry point is run_visDB.run_visualize_db(), which orchestrates the entire process of data reading and plot generation.

Modules

make_plot

This module provides the main entry point for creating various plots.

read_dataDB

This module handles reading simulation data for visualization.

run_visDB

Main entry point for the database visualization tool.

vis_plots