KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
visualization-cheatsheet
★ 16
Open GitHub ↗
data ⇢ representation
Download README (.md)
Explore Similar Repositories
oral-history
:
NYPL Oral History Project
Windows-8.1---IE-11-Exploit
:
Windows 8.1 + IE 11 Exploit
kindleroot
:
Tool to root, restore, backup your Kindle Fire HD 7" 2013.
Metronome
:
An ActionScript metronome library
opsbot
:
the npm operations chatbot is fully operational
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
visualization-cheatsheet
?
Download (.md)
# Visualization Cheatsheet What kind of data do you have, and what are you trying to show about it? * Quantities, showing the differences between them * Bar Chart * Percentages out of 100% * Pie Chart * Donut Chart * One stacked bar chart * Percentages out of 100%, with multiple sub-divisions * Tree map * Temporal data of one quantity * Area chart * Temporal data of multiple quantities * Multiple area charts * Multiple attributes of multiple objects * [Parallel coordinates](https://en.wikipedia.org/wiki/Parallel_coordinates) * Transfers between multiple places * Flame chart * Quantities of a flow of money or materials going into different places at different times * [Sankey diagram](https://en.wikipedia.org/wiki/Sankey_diagram) How many dimensions does your data have? * **One** * [Histogram](https://en.wikipedia.org/wiki/Histogram) * **Two** * Independent * [Scatter plot](https://en.wikipedia.org/wiki/Scatter_plot) * Dependent * Continuous * Values * [Line chart](https://en.wikipedia.org/wiki/Line_chart) * Quantities * [Area chart](https://en.wikipedia.org/wiki/Area_chart) * High-range values * Horizon chart * Discrete * Bar chart * **Three** * Independent * Continuous * 3D-surface chart * Discrete * [Bubble chart](https://en.wikipedia.org/wiki/Bubble_chart) * Color-coded scatter plot * Dependent * Continuous * Quantities * Absolute * Stacked area chart * Relative * Percentage stacked area chart * Values * Line chart * **Many** * [Small multiples](https://en.wikipedia.org/wiki/Small_multiple) * [Parallel Coordinates](https://en.wikipedia.org/wiki/Parallel_coordinates)