This chapter covers the core features and capabilities of Data Visualizer.
Follow this guide to get Data Visualizer up and running in your environment.
# Bar chart from CSV
python src/data_visualizer.py --data examples/sample_chart_data.csv --chart bar --x month --y revenue
# Line chart
python src/data_visualizer.py --data examples/sample_chart_data.csv --chart line --x month --y revenue
# Pie chart
python src/data_visualizer.py --data examples/sample_chart_data.csv --chart pie --label month --value revenue
# Scatter plot
python src/data_visualizer.py --data data.csv --chart scatter --x users --y revenue --title "Users vs Revenue"
# Custom output and color
python src/data_visualizer.py --data data.json --chart bar --output dashboard_chart.svg --color "#FF3366"| Type | Best For | Required Columns |
|---|---|---|
bar | Categorical comparisons (revenue by month) | x (labels), y (values) |
line | Time series trends (growth over time) | x (labels), y (values) |
pie | Part-of-whole (market share, budget) | label, value |
scatter | Correlation analysis (users vs revenue) | x (numeric), y (numeric) |
Get the full Data Visualizer and unlock everything.
Get the complete guide with every chapter unlocked, including code samples, diagrams, and best practices.
Access all interactive tools with complete data, all workload profiles, and the full scenario library.
Downloadable source code, configuration files, and working examples from every chapter.
Free updates for life. Every new chapter, tool, and improvement included.