Roassal2 question: Including pictures in visualizations
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
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 <arturo.zambrano@gmail.com
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
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 <arturo.zambrano@gmail.com>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 < arturo.zambrano@gmail.com> 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
-- www.tudorgirba.com "Every thing has its own flow"
Thanks Doru! On Tue, Apr 29, 2014 at 2:45 AM, Tudor Girba <tudor@tudorgirba.com> 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 < arturo.zambrano@gmail.com> 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 < arturo.zambrano@gmail.com> 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
-- www.tudorgirba.com
"Every thing has its own flow"
participants (2)
-
Arturo Zambrano -
Tudor Girba