In this article, we will explore the impact of Vega and Vega-Lite visualisation grammars on various aspects of today's society. Vega and Vega-Lite visualisation grammars has been a topic of great relevance in recent years, generating debate and interest in different sectors. Through this analysis, we aim to take a deeper look at how Vega and Vega-Lite visualisation grammars has transformed the way we live, work and relate. From his influence on politics and economics, to his impact on culture and entertainment, Vega and Vega-Lite visualisation grammars has left a significant mark on our society. Additionally, we will examine the possible future implications of Vega and Vega-Lite visualisation grammars and how this could shape the world in the years to come.
Vega (top), Vega-Lite (bottom) | |
Developer(s) | Jeffrey Heer, Arvind Satyanarayan, Dominik Moritz, Kanit Wongsuphasawat, and community |
---|---|
Initial release | 2 April 2013 |
Stable release | 5.25.0
/ 27 April 2023[1] |
Written in | JavaScript |
Type | Data visualization, JavaScript library |
License | BSD |
Website | vega |
Vega and Vega-Lite are visualization tools implementing a grammar of graphics, similar to ggplot2. The Vega and Vega-Lite grammars extend Leland Wilkinson's Grammar of Graphics[2] by adding a novel grammar of interactivity to assist in the exploration of complex datasets.
Vega acts as a low-level language suited to explanatory figures (the same use case as D3.js), while Vega-Lite is a higher-level language suited to rapidly exploring data.[3] Vega is used in the back end of several data visualization systems, for example Voyager.[4][5] Chart specifications are written in JSON and rendered in a browser or exported to either vector or bitmap images. Bindings for Vega-Lite have been written in several programming languages, such as the Python package Altair,[6] to make it easier to use. The grammars and associated tools are open source projects led by the University of Washington Interactive Data Lab and released under a BSD-3 license.[7]