Mondrian: use of MOVerticalLineWithTimelineLayout

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

Mondrian: use of MOVerticalLineWithTimelineLayout

Veronica Isabel Uquillas Gomez
Hi,

How can I use the MOVerticalLineWithTimelineLayout?
I can't find any example, could the author provide an example?

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

Re: Mondrian: use of MOVerticalLineWithTimelineLayout

abergel
Mircea authored this class.
Can you provide an example?

Alexandre


On 21 Sep 2011, at 10:07, Veronica Isabel Uquillas Gomez wrote:

> Hi,
>
> How can I use the MOVerticalLineWithTimelineLayout?
> I can't find any example, could the author provide an example?
>
> Thanks,
> Veronica
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
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: Mondrian: use of MOVerticalLineWithTimelineLayout

Veronica Isabel Uquillas Gomez
it seems that he is not around anymore...
Does some else know about the timeline layouts?


On 21 Sep 2011, at 15:20, Alexandre Bergel wrote:

> Mircea authored this class.
> Can you provide an example?
>
> Alexandre
>
>
> On 21 Sep 2011, at 10:07, Veronica Isabel Uquillas Gomez wrote:
>
>> Hi,
>>
>> How can I use the MOVerticalLineWithTimelineLayout?
>> I can't find any example, could the author provide an example?
>>
>> Thanks,
>> Veronica
>> _______________________________________________
>> Moose-dev mailing list
>> [hidden email]
>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> 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
Reply | Threaded
Open this post in threaded view
|

Re: Mondrian: use of MOVerticalLineWithTimelineLayout

abergel
I am working on it now. I found an old email I exchanged with Mircea some time ago.

Cheers,
Alexandre


On 3 Oct 2011, at 10:40, Veronica Isabel Uquillas Gomez wrote:

> it seems that he is not around anymore...
> Does some else know about the timeline layouts?
>
>
> On 21 Sep 2011, at 15:20, Alexandre Bergel wrote:
>
>> Mircea authored this class.
>> Can you provide an example?
>>
>> Alexandre
>>
>>
>> On 21 Sep 2011, at 10:07, Veronica Isabel Uquillas Gomez wrote:
>>
>>> Hi,
>>>
>>> How can I use the MOVerticalLineWithTimelineLayout?
>>> I can't find any example, could the author provide an example?
>>>
>>> Thanks,
>>> Veronica
>>> _______________________________________________
>>> Moose-dev mailing list
>>> [hidden email]
>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>
>> --
>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>> 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

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
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: Mondrian: use of MOVerticalLineWithTimelineLayout

abergel
In the new version of Mondrian, you will find an example of MOVerticalLineWithTimelineLayout
Consider:

-=-=-=-=-=-=-=-=-=
view nodes: (1 to: 100 by: 10).
view layout: (MOVerticalLineWithTimelineLayout new timeBlock: #yourself)
-=-=-=-=-=-=-=-=-=

-=-=-=-=-=-=-=-=-=
view nodes: (1 to: 100 by: 10).
view layout: (MOVerticalLineWithTimelineLayout new timeBlock: [:v | v * 2])
-=-=-=-=-=-=-=-=-=

I also added tests.

Cheers,
Alexandre

On 3 Oct 2011, at 10:51, Alexandre Bergel wrote:

> I am working on it now. I found an old email I exchanged with Mircea some time ago.
>
> Cheers,
> Alexandre
>
>
> On 3 Oct 2011, at 10:40, Veronica Isabel Uquillas Gomez wrote:
>
>> it seems that he is not around anymore...
>> Does some else know about the timeline layouts?
>>
>>
>> On 21 Sep 2011, at 15:20, Alexandre Bergel wrote:
>>
>>> Mircea authored this class.
>>> Can you provide an example?
>>>
>>> Alexandre
>>>
>>>
>>> On 21 Sep 2011, at 10:07, Veronica Isabel Uquillas Gomez wrote:
>>>
>>>> Hi,
>>>>
>>>> How can I use the MOVerticalLineWithTimelineLayout?
>>>> I can't find any example, could the author provide an example?
>>>>
>>>> Thanks,
>>>> Veronica
>>>> _______________________________________________
>>>> Moose-dev mailing list
>>>> [hidden email]
>>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>>
>>> --
>>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>>> 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
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
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: Mondrian: use of MOVerticalLineWithTimelineLayout

Veronica Isabel Uquillas Gomez
I will try it... thanks


On 03 Oct 2011, at 16:16, Alexandre Bergel wrote:

> In the new version of Mondrian, you will find an example of MOVerticalLineWithTimelineLayout
> Consider:
>
> -=-=-=-=-=-=-=-=-=
> view nodes: (1 to: 100 by: 10).
> view layout: (MOVerticalLineWithTimelineLayout new timeBlock: #yourself)
> -=-=-=-=-=-=-=-=-=
>
> -=-=-=-=-=-=-=-=-=
> view nodes: (1 to: 100 by: 10).
> view layout: (MOVerticalLineWithTimelineLayout new timeBlock: [:v | v * 2])
> -=-=-=-=-=-=-=-=-=
>
> I also added tests.
>
> Cheers,
> Alexandre
>
> On 3 Oct 2011, at 10:51, Alexandre Bergel wrote:
>
>> I am working on it now. I found an old email I exchanged with Mircea some time ago.
>>
>> Cheers,
>> Alexandre
>>
>>
>> On 3 Oct 2011, at 10:40, Veronica Isabel Uquillas Gomez wrote:
>>
>>> it seems that he is not around anymore...
>>> Does some else know about the timeline layouts?
>>>
>>>
>>> On 21 Sep 2011, at 15:20, Alexandre Bergel wrote:
>>>
>>>> Mircea authored this class.
>>>> Can you provide an example?
>>>>
>>>> Alexandre
>>>>
>>>>
>>>> On 21 Sep 2011, at 10:07, Veronica Isabel Uquillas Gomez wrote:
>>>>
>>>>> Hi,
>>>>>
>>>>> How can I use the MOVerticalLineWithTimelineLayout?
>>>>> I can't find any example, could the author provide an example?
>>>>>
>>>>> Thanks,
>>>>> Veronica
>>>>> _______________________________________________
>>>>> Moose-dev mailing list
>>>>> [hidden email]
>>>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>>>
>>>> --
>>>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>>>> 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
>>
>> --
>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>> Alexandre Bergel  http://www.bergel.eu
>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>
>>
>>
>>
>>
>> _______________________________________________
>> Moose-dev mailing list
>> [hidden email]
>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> 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