Home

Awesome

<!-- # :mag: data point selection for line chart visualization --> <!-- center in a div --> <div align="center"> <h1>:mag: Data Point Selection for Line Chart Visualization</h1> </div> <!-- <div align="center"> <h1> <p>Data Point Selection for Line Chart Visualization:</p> <p>Methodological Assessment and Evidence-Based Guidelines</p> </h1> </div> --> <!-- Codebase & further details for the paper: --> <!-- > **Data Point Selection for Line Chart Visualization: Methodological Assessment and Evidence-Based Guidelines** --> <!-- > Jonas Van Der Donckt, Jeroen Van Der Donckt --> <!-- ![](gifs/teaser_n_out.gif) --> <!-- Embed the gif in html --> <div align="center"> <img src="gifs/teaser_n_out__small.gif" alt="teaser" width="95%"/> <br></br> </div>

Codebase & further details for the paper:

Data Point Selection for Line Chart Visualization: Methodological Assessment and Evidence-Based Guidelines
Jonas Van Der Donckt, Jeroen Van Der Donckt

Preprint: https://arxiv.org/abs/2304.00900 - see cite for bibtex!

How is the repository structured?

Folder structure

├── agg_utils          <- shared codebase for the notebooks
├── animations         <- html animations
├── details            <- additional details in README.md files
├── gifs               <- supplementary gifs
├── loc_data           <- local data folder 
└── notebooks          <- experiment notebooks see notebooks README.md

How to install the requirements?

This repository uses poetry as dependency manager. A specification of the dependencies is provided in the pyproject.toml and poetry.lock files.

You can install the dependencies in your Python environment by executing the following steps;

  1. Install poetry: https://python-poetry.org/docs/#installation
  2. Activate you poetry environment by calling poetry shell
  3. Install the dependencies by calling poetry install

Utilizing this repository

Make sure that you've extended the path_conf.py file's hostname if statement with your machine's hostname and that you've configured the path to the UCR archive folder.

Cite

@article{van2023data,
  title={Data Point Selection for Line Chart Visualization: Methodological Assessment and Evidence-Based Guidelines},
  author={Van Der Donckt, Jonas and Van Der Donckt, Jeroen and Rademaker, Michael and Van Hoecke, Sofie},
  journal={arXiv preprint arXiv:2304.00900},
  year={2023}
}

<p align="center"> 👤 <i>Jonas & Jeroen Van Der Donckt</i> </p>