aboutsummaryrefslogtreecommitdiff
path: root/graphics/picviz
Commit message (Collapse)AuthorAgeFilesLines
* Picviz is a parallel coordinates plotter which enables easy scripting fromDmitry Marakasov2008-11-118-0/+173
various input (tcpdump, syslog, iptables logs, apache logs, etc..) to visualize your data and discover interesting results quickly. Picviz helps you to create, automate and understand parallel coordinates plots. Its primary goal is to graph data in order to be able to quickly analyze problems and find correlations among variables. With security analysis in mind, the program has been designed to be very flexible, able to graph millions of events. The language is designed to be close to the graphviz graph description language. WWW: http://www.wallinfire.net/picviz PR: 128705 Submitted by: Tim Hemel <ports at timit dot nl> Notes: svn path=/head/; revision=222732