Inkdaviz is an Inkscape extension that generates SVG chart from CSV data directly in Inkscape..
Dependencies
This extension use matplot library to generate chart. Make sure this package already installed in your system:
- python3-matplotlib
- python3-tinycss2
# Installation
- Download the files inkdaviz.py and inkdaviz.inx.
- Copy both files to the extensions directory in Inkscape's configuration folder:
- Linux: ~/.config/inkscape/extensions/
- Restart Inkscape.
# Usage
- Open extension the menu **Extensions > Generate > Inkdaviz..
- Select CSV file and fill the fiels. See help tab to get more info for each field.
- Click Apply.
Demo:
https://youtu.be/QM1wGCrzK94
# Notes
- You need to ungroup generated chart to make the object movable.