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
This module provides the main entry point for creating various plots. |
|
This module handles reading simulation data for visualization. |
|
Main entry point for the database visualization tool. |
|