Tagged Questions
0
votes
0answers
34 views
Tools to generate compose key chart
Is there a tool that would generate a chart a the compose key combinations currently set (using LaTeX or whatever else to generate a nice PDF for example)?
4
votes
2answers
264 views
How can I split the wedges of a pie chart to show extra information per wedge in consecutive rings?
I'm plotting disk partitioning and available space.
I have a pie chart showing the partitioning: e.g. 30% /, 70% /home.
In the second ring I want to show that 90% / is full, 10% of / is empty. 10% ...
1
vote
2answers
490 views
How to get scrolling plot in Linux (using command-line tools)?
Supposing I have a program that prints lines with data periodically, how can I turn then info them into graphical plot that updates itself each time new line available?
$ ./prog
10 44
20 66
30 55
40 ...