data visualisation
Last updated
Was this helpful?
Last updated
Was this helpful?
Data visualization is a discipline created by .
Choose the right chart: For instance, bar are good to show frequencies, absolute quantities. Lines are good to show variations over time, it can also show relative quantities, as a zoom to highlight some difference.
Avoid misunderstanding: For instance, the bar must be proportional to what it represents.
Choose the right colour scheme: if colours are showing important differences, so they must be easily differentiated. It is also good to avoid too much
Remove unnecessary information: avoid any label and extra data. Less is more!
Have in mind the story the chart is supposed to tell: at the end, it is expected to tell some story giving to the user some information. It is important to make sure the chart is delivering it.
This topic is related to many disciplines among them: , and .
presents some challenges on data visualization and some possible solutions, for instance, how to filter and aggregate data and how to make a pairwise distance matrix.
briefly talks about the importance of this discipline giving a few examples.
and are reddit communities (subreddits) for discussing data visualisation
Some beautiful customized palettes: and
also brings useful information about palettes.
in Java data visualization using an open-source framework for development of progressive web applications.