5
0

An Empirical Study of Bugs in Data Visualization Libraries

Weiqi Lu
Yongqiang Tian
Xiaohan Zhong
Haoyang Ma
Zhenyang Xu
Shing-Chi Cheung
Chengnian Sun
Main:20 Pages
16 Figures
1 Tables
Appendix:4 Pages
Abstract

Data visualization (DataViz) libraries play a crucial role in presentation, data analysis, and application development, underscoring the importance of their accuracy in transforming data into visual representations. Incorrect visualizations can adversely impact user experience, distort information conveyance, and influence user perception and decision-making processes. Visual bugs in these libraries can be particularly insidious as they may not cause obvious errors like crashes, but instead mislead users of the underlying data graphically, resulting in wrong decision making. Consequently, a good understanding of the unique characteristics of bugs in DataViz libraries is essential for researchers and developers to detect and fix bugs in DataViz libraries.This study presents the first comprehensive analysis of bugs in DataViz libraries, examining 564 bugs collected from five widely-used libraries. Our study systematically analyzes their symptoms and root causes, and provides a detailed taxonomy. We found that incorrect/inaccurate plots are pervasive in DataViz libraries and incorrect graphic computation is the major root cause, which necessitates further automated testing methods for DataViz libraries. Moreover, we identified eight key steps to trigger such bugs and two test oracles specific to DataViz libraries, which may inspire future research in designing effective automated testing techniques. Furthermore, with the recent advancements in Vision Language Models (VLMs), we explored the feasibility of applying these models to detect incorrect/inaccurate plots. The results show that the effectiveness of VLMs in bug detection varies from 29% to 57%, depending on the prompts, and adding more information in prompts does not necessarily increase the effectiveness. More findings can be found in our manuscript.

View on arXiv
@article{lu2025_2506.15084,
  title={ An Empirical Study of Bugs in Data Visualization Libraries },
  author={ Weiqi Lu and Yongqiang Tian and Xiaohan Zhong and Haoyang Ma and Zhenyang Xu and Shing-Chi Cheung and Chengnian Sun },
  journal={arXiv preprint arXiv:2506.15084},
  year={ 2025 }
}
Comments on this paper