This is the Squeak implementation of the Mondrian engine for scripting visualizations. Several examples are contained in the ReadMe class. The official webpage of Mondrian ishttp://moose.unibe.ch/tools/mondrian.If you are using a recent version of Pharo (>= 1.3), then use the following incantation to install Mondrian is:Gofer new squeaksource: 'Mondrian'; package: 'ConfigurationOfMondrian'; load. (Smalltalk at: #ConfigurationOfMondrian) project lastVersion loadIf you are using Pharo 1.2, the incantation to install Mondrian is:Gofer new squeaksource: 'Mondrian'; package: 'ConfigurationOfMondrian'; load. ((Smalltalk at: #ConfigurationOfMondrian) project version: '2.90') loadIf you're using Pharo 1.1.1 or below, then you should do:Gofer new squeaksource: 'Mondrian'; package: 'ConfigurationOfMondrian'; load. ((Smalltalk at: #ConfigurationOfMondrian) project version: '2.1.2') loadTo load Mondrian without Shout, doit the following:Gofer new squeaksource: 'Mondrian'; package: 'ConfigurationOfMondrian'; load. (Smalltalk at: #ConfigurationOfMondrian) loadDefaultMinimalA short tutorial is availablePDF