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 ] -=-=-=-=-=-=-=-=-=-=-=-=
This is not directly what you asked for, but things can be improved.
Cheers, Alexandre