I am trying to create custom visulizations with Mondrian using the scripts described in "Mondrian: An Agile Information Visualization Framework", but I am not able to execute this script... *view := ViewRenderer new. view nodes: model classes using: RectangleShape withBorder. view open.*
I have tried "model allClasses" as well, but it says there is no model class.