types of plots
- Bar Chart - Used for showing comparisons among discrete categories.
- Line Chart - Useful for displaying trends over time (i.e., a time series).
- Pie Chart - Helps in showing proportions of a whole.
- Scatter Plot - Ideal for showing the relationship between two variables.
- Effect Scatter - A variation of scatter plots with visual effects.
- Candlestick - Commonly used in financial analysis to describe price movements of a security, derivative, or currency.
- Radar Chart - Useful for displaying multivariate data in a way that is easy to understand.
- Heatmap - Represents data values in a matrix as colors.
- Tree Map - Space-constrained visualization of hierarchies.
- Sunburst Chart - A radial space-filling visualization technique to visualize hierarchical data.
- Map - Geographical maps which can show data distributions across regions.
- Lines - Used to represent connections or flow between different elements.
- Graph - Visualizes items (nodes) and their relationships (edges).
- Boxplot - Used to represent the distribution of data through their quartiles.
- Parallel Coordinates - A common way of visualizing high-dimensional geometry and analyzing multivariate data.
- Gauge - Typically used to display progress or completion.
- Funnel Chart - Often used to represent stages in a sales process and show the amount of potential revenue for each stage.
- Sankey Diagram - Visualizes the flow of quantities between different aspects of a system.
- Theme River - Represents changes in a flow or activity over time between different categories.
- Pictorial Bar Chart - Uses symbols to visualize data points, making the chart more engaging.
- Custom Visualizations - Allows for creating bespoke visualizations tailored to specific needs.
All notes