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.
Hi !
Have a look at http://moose.unibe.ch/tools/mondrian/tour I bumped into the same problem you have few days ago :-)
Alexandre
On 10 Dec 2007, at 12:30, Usman Bhatti wrote:
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.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Hi Usman,
In your example, the model should be a variable containing the instance of MooseModel that in its turn contains some instances of FAMIXClass.
You say that "there is no model class". How do you obtain this model?
In any case, the scripts from the paper are out of date. Like Alex said, please check the webpage for some more examples.
Cheers, Doru
On Dec 10, 2007, at 4:47 PM, Bergel, Alexandre wrote:
Hi !
Have a look at http://moose.unibe.ch/tools/mondrian/tour I bumped into the same problem you have few days ago :-)
Alexandre
On 10 Dec 2007, at 12:30, Usman Bhatti wrote:
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.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com www.tudorgirba.com/blog
"Problem solving should be concentrated on describing the problem in a way that is relevant for the solution."