Skip to content

fgassert/IDAM_charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IDAM_charts

Scripts to makes paired ameoba charts or bar charts. Renders as SVGs. You can convert .svgs to other formats with many different tools. Here is an online converter.

Use

Clone to desktop.

python makecharts.py [-c <config.cfg>] [-d <data.csv>] [-s <outfile>]

Example: python makecharts.py -c examples/amoeba1.cfg -d examples/maji.csv -s maji

Data files should be csvs with 5 columns:

  • label
  • chart 1 bar height (magnitude)
  • chart 1 bar width (salience)
  • chart 2 bar height (magnitude)
  • chart 2 bar width (salience)

See an example.

Config options

See example config.

Example output:

maji.svg.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published