scala-collections-charts
scala-collections-charts copied to clipboard
The Scala 2.8 Collections API main types as dot graphes (GraphViz)
Scala 2.8 Collection API Charts
This is a small collection of Graphviz .dot
files containing the chart description for the most relevant types of the Scala 2.8 Collection API.
You can see the end result on this page.
The charts are also available for download on the download page. Any feedback is, of course, very welcome.
How to build
- Install graphviz on your machine. On OS/X this is easily done via Homebrew, MacPorts or directly from graphviz.org
- Clone this git repository to any directory
- Run
chmod +x build.sh
- Run
./build.sh
- Retrieve the generated SVG files from the /target directory