Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
156 posts
|
Hi all
Is it possible to display a background image in Mondrian or Eyesee? I'm looking for a simple way to build data maps on top of existing picture maps. -- Simon Denier _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
5677 posts
|
-=-=-=-=-=-=-=-=-=-=-=-= MondrianIcons icons associationsDo: [ :assoc | view shape image form: assoc value. view node: assoc key ] -=-=-=-=-=-=-=-=-=-=-=-= ![]() This is not directly what you asked for, but things can be improved. Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
156 posts
|
Thanks Alex Using a scatterplot layout, that should do the trick. On 13 déc. 2011, at 18:33, Alexandre Bergel wrote:
... [show rest of quote] -- Simon Denier _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
5677 posts
|
node:forIt: may work as well.
Alexandre On 13 Dec 2011, at 18:53, Simon Denier wrote: > Thanks Alex > > Using a scatterplot layout, that should do the trick. > > > On 13 déc. 2011, at 18:33, Alexandre Bergel wrote: > >>> Is it possible to display a background image in Mondrian or Eyesee? I'm looking for a simple way to build data maps on top of existing picture maps. >> >> In Mondrian, a node may have an image shape. Try in an easel: >> -=-=-=-=-=-=-=-=-=-=-=-= >> MondrianIcons icons associationsDo: [ :assoc | >> view shape image form: assoc value. >> view node: assoc key >> ] >> -=-=-=-=-=-=-=-=-=-=-=-= >> >> <Screen Shot 2011-12-13 at 14.32.56.png> >> >> This is not directly what you asked for, but things can be improved. >> >> Cheers, >> Alexandre >> -- >> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: >> Alexandre Bergel http://www.bergel.eu >> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. >> >> >> >> >> >> _______________________________________________ >> Moose-dev mailing list >> [hidden email] >> https://www.iam.unibe.ch/mailman/listinfo/moose-dev > > -- > Simon Denier > > > > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev ... [show rest of quote] -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
17193 posts
|
In reply to this post by abergel
It seems that this is about background.
Stef On Dec 13, 2011, at 6:33 PM, Alexandre Bergel wrote: >> Is it possible to display a background image in Mondrian or Eyesee? I'm looking for a simple way to build data maps on top of existing picture maps. > > In Mondrian, a node may have an image shape. Try in an easel: > -=-=-=-=-=-=-=-=-=-=-=-= > MondrianIcons icons associationsDo: [ :assoc | > view shape image form: assoc value. > view node: assoc key > ] > -=-=-=-=-=-=-=-=-=-=-=-= > > <Screen Shot 2011-12-13 at 14.32.56.png> > > This is not directly what you asked for, but things can be improved. > > Cheers, > Alexandre > -- > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: > Alexandre Bergel http://www.bergel.eu > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > > > > > > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev ... [show rest of quote] _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
5677 posts
|
There is no such notion as background. We can display images however.
If someone provides a concrete case, then I can enhance Mondrian. Cheers, Alexandre On 14 Dec 2011, at 12:02, Stéphane Ducasse wrote: > It seems that this is about background. > > Stef > > On Dec 13, 2011, at 6:33 PM, Alexandre Bergel wrote: > >>> Is it possible to display a background image in Mondrian or Eyesee? I'm looking for a simple way to build data maps on top of existing picture maps. >> >> In Mondrian, a node may have an image shape. Try in an easel: >> -=-=-=-=-=-=-=-=-=-=-=-= >> MondrianIcons icons associationsDo: [ :assoc | >> view shape image form: assoc value. >> view node: assoc key >> ] >> -=-=-=-=-=-=-=-=-=-=-=-= >> >> <Screen Shot 2011-12-13 at 14.32.56.png> >> >> This is not directly what you asked for, but things can be improved. >> >> Cheers, >> Alexandre >> -- >> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: >> Alexandre Bergel http://www.bergel.eu >> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. >> >> >> >> >> >> _______________________________________________ >> Moose-dev mailing list >> [hidden email] >> https://www.iam.unibe.ch/mailman/listinfo/moose-dev > > > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev ... [show rest of quote] -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Free forum by Nabble | Edit this page |