Updated plotcli (version 0.8.0). Now build on ggplotd
    Edwin van Leeuwen via Digitalmars-d-announce 
    digitalmars-d-announce at puremagic.com
       
    Mon Feb 15 04:11:39 PST 2016
    
    
  
Plotcli[1] is a command line application that can create plots by 
parsing text/csv files and from piped data, making it useful 
during data analysis.
Plotcli v0.8.0 has been largely rewritten to use ggplotd[2] as 
its backend. This results in more beautiful plots and gives us 
greater control over the exact plots created. Note though that 
the command line arguments are incompatible with previous 
releases.
Plotcli (through ggplotd) can now also show the plots in a gtk 
window, through using `plotcli --format gtk`. Previously versions 
only supported saving the resulting plots to files.
Examples and more documentation are available on the its github 
page:
https://github.com/BlackEdder/plotd
[1] https://github.com/BlackEdder/plotd
[2] https://github.com/BlackEdder/ggplotd
    
    
More information about the Digitalmars-d-announce
mailing list