thinkh / thermalplot

Visualizing Multi-Attribute Time-Series Data Using a Thermal Metaphor
http://thinkh.github.io/thermalplot
0 stars 0 forks source link

ThermalPlot

ThermalPlot is a technique to visualize multi-attribute time-series data using a thermal metaphor.

ThermalPlot screenshot

Installation

  1. Install Git Large File Storage before cloning this repository
  2. git clone https://github.com/thinkh/thermalplot.git
  3. npm install

Run ThermalPlot

Open your terminal or command line and run npm start.

Docker image

Build Docker image

  1. Clone this repository
  2. Open your terminal or command line
  3. Create frontend build: npm run build
  4. Run docker build -t thermalplot:latest .

Run Docker image

  1. Open your terminal or command line
  2. Run docker run -d --rm -p 80:3000 --name tpc thermalplot
  3. Open a web browser and go to http://localhost

Stop Docker image

  1. Switch to the terminal or command line
  2. Run docker stop tpc