Roassal2 question: Including pictures in visualizations

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Roassal2 question: Including pictures in visualizations

Arturo Zambrano
Hi All,
  I wonder if RT is able to integrate images as part of the visuailzation. For example consider
the case of some diagram (let say a vertical bar one) where instead of having text labels for each bar could
include some image that describe the owner of the metric. In my case it could be the profile image of a twitter user.


thanks
art
Reply | Threaded
Open this post in threaded view
|

Re: Roassal2 question: Including pictures in visualizations

Arturo Zambrano
Hi All,

 I'm playing with RTBitmap. I will try to use it as part of my labels.

thanks.
art


On Mon, Apr 28, 2014 at 12:05 PM, Arturo Zambrano <[hidden email]> wrote:
Hi All,
  I wonder if RT is able to integrate images as part of the visuailzation. For example consider
the case of some diagram (let say a vertical bar one) where instead of having text labels for each bar could
include some image that describe the owner of the metric. In my case it could be the profile image of a twitter user.


thanks
art

Reply | Threaded
Open this post in threaded view
|

Re: Roassal2 question: Including pictures in visualizations

Tudor Girba-2
Here is an example:

v := RTView new.
element := RTElement new.
element addShape: (RTBitmap new form: PolymorphSystemSettings pharoLogoForm).
v add: element.
v

Doru


On Tue, Apr 29, 2014 at 1:11 AM, Arturo Zambrano <[hidden email]> wrote:
Hi All,

 I'm playing with RTBitmap. I will try to use it as part of my labels.

thanks.
art


On Mon, Apr 28, 2014 at 12:05 PM, Arturo Zambrano <[hidden email]> wrote:
Hi All,
  I wonder if RT is able to integrate images as part of the visuailzation. For example consider
the case of some diagram (let say a vertical bar one) where instead of having text labels for each bar could
include some image that describe the owner of the metric. In my case it could be the profile image of a twitter user.


thanks
art




--

"Every thing has its own flow"
Reply | Threaded
Open this post in threaded view
|

Re: Roassal2 question: Including pictures in visualizations

Arturo Zambrano
Thanks Doru! 


On Tue, Apr 29, 2014 at 2:45 AM, Tudor Girba <[hidden email]> wrote:
Here is an example:

v := RTView new.
element := RTElement new.
element addShape: (RTBitmap new form: PolymorphSystemSettings pharoLogoForm).
v add: element.
v

Doru


On Tue, Apr 29, 2014 at 1:11 AM, Arturo Zambrano <[hidden email]> wrote:
Hi All,

 I'm playing with RTBitmap. I will try to use it as part of my labels.

thanks.
art


On Mon, Apr 28, 2014 at 12:05 PM, Arturo Zambrano <[hidden email]> wrote:
Hi All,
  I wonder if RT is able to integrate images as part of the visuailzation. For example consider
the case of some diagram (let say a vertical bar one) where instead of having text labels for each bar could
include some image that describe the owner of the metric. In my case it could be the profile image of a twitter user.


thanks
art




--

"Every thing has its own flow"