La nuova BBS è in fase Alpha. I post precedenti al 22 luglio 2024 potrebbero non essere trasferibili, ma rimarranno disponibili per la lettura su /old/.
Does anybody know of a tool to create two-sided bar charts like the classic “age pyramid chart”?
-
Does anybody know of a tool to create two-sided bar charts like the classic “age pyramid chart”? Possibly producing simple SVG as output. Or do I have to roll my own?
-
G gustavinobevilacqua@mastodon.cisti.org shared this topic
-
If you have the data into a spreadsheet it's not difficult to have other columns containing the SVG code, with sizes from the data.
-
@GustavinoBevilacqua I ended up writing an awk script to parse my source table to produce the SVG manually