Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.
/ quetzal Public archive

An interactive multiple coordinated view dashboard that runs in the web browser designed for multivariate data.

License

Notifications You must be signed in to change notification settings

maljovec/quetzal

Repository files navigation

Quetzal

A small example dashboard for visualizing high-dimensional simulation data coming from the ICSE at the University of Utah.

Installing Dependencies

The following dependencies need to be installed before running:

  • Flask

The following optional dependencies are needed to run the example.py code:

  • scipy
  • numpy
  • pandas
  • openpyxl
  • xlrd >= 0.9.0
  • dill

These can easily all be installed using pip:

pip install -r requirements.txt

Running

There are two examples that can be run:

python example_simple.py
python example.py

Then navigate your browser to localhost:5000.

Note, this second example requires additional dependencies which are listed in the Dependencies section above.

Known Issues

  • Explore the use of scatterplot projections and other methods of summarizing the many output dimensions.
  • Continue exposing the formatting to the python side.
  • Generate more data and validate example with experimental data.

Acknowledgements

This project utilizes or reproduces code from the following projects:

About

An interactive multiple coordinated view dashboard that runs in the web browser designed for multivariate data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published