PiCCL:定制图形图表的数据驱动组合
IEEE transactions on visualization and computer graphics
|November 21, 2025
概括
本研究介绍了图形图表组合语言 (PiCCL),这是一个用于轻松创建图形图表的新系统. 通过参数表示和自动数据合成,PiCCL简化了图表创建,提高了可用性.
科学领域:
- 计算机图形 计算机图形
- 数据可视化 数据可视化
- 人与计算机的交互
背景情况:
- 创建富有表现力的图形图表通常涉及复杂的手工组合和微调视觉特性.
- 现有的方法缺乏系统的方法来整合数据驱动生成与图形构成.
- 需要直观的工具来促进创建复杂的图形图表.
研究的目的:
- 介绍图形图表组合语言 (PiCCL),一种用于简化图形图表创建的新语言.
- 为了应对手工组合和微调在图形图表创作中的挑战.
- 为了能够系统地构建数据驱动的图形图表与集成的图形组成.
主要方法:
- 开发了PiCCL,这是一个具有参数表示的语言,用于集成数据驱动生成和图形构成.
- 实现了PiCCL作为piccl.js,一个基于JavaScript的库.
- 进行了对现实世界图形图表示例的全面分析,以建立语言设计.
主要成果:
- PiCCL允许用户使用简单的操作符轻松创建图形图表.
- 在PiCCL中的一个惰的数据绑定机制自动合成图表.
- 一项用户研究证明了piccl.js实现的可用性.
结论:
- PiCCL提供了一种系统和用户友好的方法来创作富有表现力的图形图表.
- 参数表示和惰的数据绑定机制有效地解决了关键的创作挑战.
- 进一步的研究可以探索PiCCL在高级数据可视化应用中的潜力和局限性.
相关概念视频
Pie Chart
15.8K
A pie chart (or a pie graph) is a circular graphical chart or a pictorial representation of categorical data. It is divided into slices of pie each indicating numerical proportions. It is also used to show the relative sizes of data in a single chart.
In a pie chart, the central angle, the arc length of each slice, and the area are directly proportional to the quantity or percentage it represents. Some real-world examples that can be depicted using pie charts include marks obtained by students...
In a pie chart, the central angle, the arc length of each slice, and the area are directly proportional to the quantity or percentage it represents. Some real-world examples that can be depicted using pie charts include marks obtained by students...
15.8K
Pareto Chart
7.6K
A Pareto chart is a bar graph or a combination of both line and bar graphs. The bar lengths represent the individual values or the frequency, while the lines represent the cumulative total values. In this chart, the longest bars are arranged on the left and the shortest bars on the right, which makes it easier to read and interpret the data. It can also be called a Pareto diagram or Pareto analysis.
The Pareto chart is named after the Italian economist Vilfredo Pareto, who described the Pareto...
The Pareto chart is named after the Italian economist Vilfredo Pareto, who described the Pareto...
7.6K
pV-Diagrams
6.0K
The pV diagram, which is a graph of pressure versus volume of the gas under study, is helpful in describing certain aspects of the substance. When the substance behaves like an ideal gas, the ideal gas equation describes the relationship between its pressure and volume. On a pV diagram, it is common to plot an isotherm, which is a curve showing p as a function of V with the number of molecules and the temperature fixed. Then, for an ideal gas, the product of the pressure of the gas and its...
6.0K
Methods of Documentation IV: Focus Charting
1.6K
Focus Charting, also known as the focus charting system or "focus documentation," is a systematic documentation approach used in healthcare to organize patient information in medical records.
It typically involves three columns for recording information:
It typically involves three columns for recording information:
1.6K
Multiple Bar Graph
8.9K
As the name suggests, a multiple bar graph is the same as a bar graph but has multiple bars to depict relationships between different data values. One can include as many parameters as possible. However, each parameter must have the same unit of measurement.
Each bar or column in the multiple bar graph represents a data value. These graphs are used primarily in interrelating two or more sets of data. The categories of different kinds of data are listed along the horizontal or x-axis, whereas...
Each bar or column in the multiple bar graph represents a data value. These graphs are used primarily in interrelating two or more sets of data. The categories of different kinds of data are listed along the horizontal or x-axis, whereas...
8.9K
Bar Graph
21.3K
A bar graph is also called a bar chart and consists of bars that are separated from each other. It either uses horizontal or vertical bars to show comparisons among categories. The bars can be rectangles, or they can be rectangular boxes (used in three-dimensional plots). One axis of the graph represents the specific categories being compared, and the other axis shows a discrete value. In this graph, the length of the bar for each category is proportional to the number or percent of individuals...
21.3K


