Re: [NTG-context] Changing the colors of Charts in luametafun

2020-10-19 Thread Jan U. Hasecke

On 18.10.20 22:59, Henning Hraban Ramm wrote:
> Hi juh,
> 
>> Am 16.10.2020 um 15:34 schrieb Jan U. Hasecke :
>>
>> as I'll need to make some business charts in the near future I had a
>> look into metafun xl.
> 
> you might like the new charts module by Tamara Kocurová & Adriana Kašparová.

Yes! I like it!

> Download: https://akela.mendelu.cz/~thala/statcharts/
> Manual/presentation also at 
> https://meeting.contextgarden.net/2020/talks/2020-09-11-tamara-and-adriana-statistical-charts/AK-TK_charts.pdf
> 

Thanks a lot for this hint. What a wonderful module and excellently
documented!

Chapeau!

juh
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] Changing the colors of Charts in luametafun

2020-10-18 Thread Jan U. Hasecke
On 18.10.20 19:04, Hans Hagen wrote:
>> How can I change the colors used for the sample?
> 
>     fillcolors = {
>     "red", "green", "blue",
>     "yellow", "magenta", "cyan",
>     "gray"
>     },

Thanks a lot. Argh, it was before my eyes. :-/

juh
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] Changing the colors of Charts in luametafun

2020-10-18 Thread Henning Hraban Ramm
Hi juh,

> Am 16.10.2020 um 15:34 schrieb Jan U. Hasecke :
> 
> as I'll need to make some business charts in the near future I had a
> look into metafun xl.

you might like the new charts module by Tamara Kocurová & Adriana Kašparová.

Download: https://akela.mendelu.cz/~thala/statcharts/
Manual/presentation also at 
https://meeting.contextgarden.net/2020/talks/2020-09-11-tamara-and-adriana-statistical-charts/AK-TK_charts.pdf


Hraban
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] Changing the colors of Charts in luametafun

2020-10-18 Thread Hans Hagen

On 10/16/2020 3:34 PM, Jan U. Hasecke wrote:


Hi,

as I'll need to make some business charts in the near future I had a
look into metafun xl.

Here is the first example:

\startMPcode
draw lmt_chart_circle [
samples
= { { 1, 4, 3, 2, 5, 7, 6 } },
percentage = true,
trace
= true,
] ;
\stopMPcode

How can I change the colors used for the sample?


fillcolors = {
"red", "green", "blue",
"yellow", "magenta", "cyan",
"gray"
},

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


[NTG-context] Changing the colors of Charts in luametafun

2020-10-16 Thread Jan U. Hasecke

Hi,

as I'll need to make some business charts in the near future I had a
look into metafun xl.

Here is the first example:

\startMPcode
draw lmt_chart_circle [
samples
= { { 1, 4, 3, 2, 5, 7, 6 } },
percentage = true,
trace
= true,
] ;
\stopMPcode

How can I change the colors used for the sample?

juh
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___