graphet integrated in glamour

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

graphet integrated in glamour

Tudor Girba-2
Hi,

GraphET is properly integrated in Glamour.

You can play with it via:
- open the GraphET editor from the Moose world menu 
- paste something like:
chart lineDiagram
models: (1 to: 10)

Cheers,
Doru


--

"Every thing has its own flow"

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: graphet integrated in glamour

Ben Coman
Cool. Ahhh, only I just got it!. 'graphet' sounds like graph-it.  With the capital letters I always read it as graph-E-T. duh!  Btw, what does the ET stand for?

cheers -ben

Tudor Girba wrote:
Hi,

GraphET is properly integrated in Glamour.

You can play with it via:
- open the GraphET editor from the Moose world menu
- paste something like:
chart lineDiagram
models: (1 to: 10)

Cheers,
Doru


  

_______________________________________________ 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
Reply | Threaded
Open this post in threaded view
|

Re: graphet integrated in glamour

Daniel Aviv Notario
hahaha yeah not anyone gets it at first, in ESUG Steph called it "Graph-eh-teh" before I corrected him, and when he said it he was like OMG it's like Graffiti


Soo yeah, I liked the name because it's easy to remember, it's a little bit misleading, as Tudor stated sometime because it's not graphs I'm drawing, it's charts, but ChartET means nothing xD

The ET doesn't mean anything, it was a simple devaluation of "Graffiti" to increase searchability

Graffiti --> Graff-ET --> Graph-ET... maybe I should keep Graff-ET... who knows...

-Daniel


Date: Tue, 10 Sep 2013 20:41:24 +0800
From: [hidden email]
To: [hidden email]
Subject: [Moose-dev] Re: graphet integrated in glamour

Cool. Ahhh, only I just got it!. 'graphet' sounds like graph-it.  With the capital letters I always read it as graph-E-T. duh!  Btw, what does the ET stand for?

cheers -ben

Tudor Girba wrote:
Hi,

GraphET is properly integrated in Glamour.

You can play with it via:
- open the GraphET editor from the Moose world menu
- paste something like:
chart lineDiagram
models: (1 to: 10)

Cheers,
Doru


  

_______________________________________________ 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

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: graphet integrated in glamour

Tudor Girba-2
In reply to this post by Ben Coman
It took me half a year to figure out that it should be read like 'grafitti'.

Doru


On Tue, Sep 10, 2013 at 2:41 PM, Ben Coman <[hidden email]> wrote:
Cool. Ahhh, only I just got it!. 'graphet' sounds like graph-it.  With the capital letters I always read it as graph-E-T. duh!  Btw, what does the ET stand for?

cheers -ben

Tudor Girba wrote:
Hi,

GraphET is properly integrated in Glamour.

You can play with it via:
- open the GraphET editor from the Moose world menu
- paste something like:
chart lineDiagram
models: (1 to: 10)

Cheers,
Doru


  

_______________________________________________ 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




--

"Every thing has its own flow"

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: graphet integrated in glamour

Usman Bhatti
hello,

I tried to see Graffiti examples but there are a few which are broken, so I could only see first 3 or 4.
Can you please correct them?

To reproduce the problem in the latest moose image:
(GETExamples class methodDictionary ) do: [:aMethod | GETExamples perform: aMethod selector  ]

And if there were a method to launch them all, it would be great.

On Tue, Sep 10, 2013 at 3:03 PM, Tudor Girba <[hidden email]> wrote:
It took me half a year to figure out that it should be read like 'grafitti'.

:)
 

Doru


On Tue, Sep 10, 2013 at 2:41 PM, Ben Coman <[hidden email]> wrote:
Cool. Ahhh, only I just got it!. 'graphet' sounds like graph-it.  With the capital letters I always read it as graph-E-T. duh!  Btw, what does the ET stand for?

cheers -ben

Tudor Girba wrote:
Hi,

GraphET is properly integrated in Glamour.

You can play with it via:
- open the GraphET editor from the Moose world menu
- paste something like:
chart lineDiagram
models: (1 to: 10)

Cheers,
Doru


  

_______________________________________________ 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




--

"Every thing has its own flow"

_______________________________________________
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
Reply | Threaded
Open this post in threaded view
|

Re: graphet integrated in glamour

Daniel Aviv Notario
Yeah sorry about that, pieDiagrams and scatterplot are not near to completition, so I just commited commenting those examples, it should work now, it works on my image.

Make sure you're using ObjectProfile's repo and not mine. 

Gofer new smalltalkhubUser: 'ObjectProfile' project: 'GraphET'; package: 'ConfigurationOfGraphET'; load. (Smalltalk at: #ConfigurationOfGraphET) loadDevelopment

Let me now if it works now.

-Daniel


Date: Tue, 10 Sep 2013 15:15:29 +0200
From: [hidden email]
To: [hidden email]
Subject: [Moose-dev] Re: graphet integrated in glamour

hello,

I tried to see Graffiti examples but there are a few which are broken, so I could only see first 3 or 4.
Can you please correct them?

To reproduce the problem in the latest moose image:
(GETExamples class methodDictionary ) do: [:aMethod | GETExamples perform: aMethod selector  ]

And if there were a method to launch them all, it would be great.

On Tue, Sep 10, 2013 at 3:03 PM, Tudor Girba <[hidden email]> wrote:
It took me half a year to figure out that it should be read like 'grafitti'.

:)
 

Doru


On Tue, Sep 10, 2013 at 2:41 PM, Ben Coman <[hidden email]> wrote:
Cool. Ahhh, only I just got it!. 'graphet' sounds like graph-it.  With the capital letters I always read it as graph-E-T. duh!  Btw, what does the ET stand for?

cheers -ben

Tudor Girba wrote:
Hi,

GraphET is properly integrated in Glamour.

You can play with it via:
- open the GraphET editor from the Moose world menu
- paste something like:
chart lineDiagram
models: (1 to: 10)

Cheers,
Doru


  

_______________________________________________ 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




--

"Every thing has its own flow"

_______________________________________________
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

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: graphet integrated in glamour

Usman Bhatti
Ok. works fine now. Tx. 
Looking forward to see also pie and kiviat charts.

Usman


On Tue, Sep 10, 2013 at 3:33 PM, Daniel Aviv Notario <[hidden email]> wrote:
Yeah sorry about that, pieDiagrams and scatterplot are not near to completition, so I just commited commenting those examples, it should work now, it works on my image.

Make sure you're using ObjectProfile's repo and not mine. 

Gofer new smalltalkhubUser: 'ObjectProfile' project: 'GraphET'; package: 'ConfigurationOfGraphET'; load. (Smalltalk at: #ConfigurationOfGraphET) loadDevelopment

Let me now if it works now.

-Daniel


Date: Tue, 10 Sep 2013 15:15:29 +0200
From: [hidden email]

To: [hidden email]
Subject: [Moose-dev] Re: graphet integrated in glamour

hello,

I tried to see Graffiti examples but there are a few which are broken, so I could only see first 3 or 4.
Can you please correct them?

To reproduce the problem in the latest moose image:
(GETExamples class methodDictionary ) do: [:aMethod | GETExamples perform: aMethod selector  ]

And if there were a method to launch them all, it would be great.

On Tue, Sep 10, 2013 at 3:03 PM, Tudor Girba <[hidden email]> wrote:
It took me half a year to figure out that it should be read like 'grafitti'.

:)
 

Doru


On Tue, Sep 10, 2013 at 2:41 PM, Ben Coman <[hidden email]> wrote:
Cool. Ahhh, only I just got it!. 'graphet' sounds like graph-it.  With the capital letters I always read it as graph-E-T. duh!  Btw, what does the ET stand for?

cheers -ben

Tudor Girba wrote:
Hi,

GraphET is properly integrated in Glamour.

You can play with it via:
- open the GraphET editor from the Moose world menu
- paste something like:
chart lineDiagram
models: (1 to: 10)

Cheers,
Doru


  

_______________________________________________ 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




--

"Every thing has its own flow"

_______________________________________________
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

_______________________________________________
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
Reply | Threaded
Open this post in threaded view
|

Re: graphet integrated in glamour

abergel
In reply to this post by Tudor Girba-2
It would be great to have some examples. What is the most suitable convention for you to expose the examples in the easel?

Cheers,
Alexandre


On Sep 10, 2013, at 8:24 AM, Tudor Girba <[hidden email]> wrote:

> Hi,
>
> GraphET is properly integrated in Glamour.
>
> You can play with it via:
> - open the GraphET editor from the Moose world menu
> - paste something like:
> chart lineDiagram
> models: (1 to: 10)
>
> Cheers,
> Doru
>
>
> --
> www.tudorgirba.com
>
> "Every thing has its own flow"

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.




_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: graphet integrated in glamour

Tudor Girba-2
The simplest is to do it like for the Mondrian examples. Just have methods that accept the builder as a parameter. Then we can easily traverse those and build an example browser.

Cheers,
Doru


On Tue, Sep 10, 2013 at 8:52 PM, Alexandre Bergel <[hidden email]> wrote:
It would be great to have some examples. What is the most suitable convention for you to expose the examples in the easel?

Cheers,
Alexandre


On Sep 10, 2013, at 8:24 AM, Tudor Girba <[hidden email]> wrote:

> Hi,
>
> GraphET is properly integrated in Glamour.
>
> You can play with it via:
> - open the GraphET editor from the Moose world menu
> - paste something like:
> chart lineDiagram
>       models: (1 to: 10)
>
> Cheers,
> Doru
>
>
> --
> www.tudorgirba.com
>
> "Every thing has its own flow"

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






--

"Every thing has its own flow"

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev