Changing the colors of Charts in luametafun
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
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 -----------------------------------------------------------------
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-s... Hraban
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-s...
Thanks a lot for this hint. What a wonderful module and excellently documented! Chapeau! juh
Hi all, I play around with the charts module by Tamara Kocurová & Adriana Kašparová. Great work! I really like it. https://akela.mendelu.cz/~thala/statcharts/ There is one very nitpicking thing. The dots of the grid are not always in a regularly fixed distance as the attached screenshot shows. I am not sure if this can be solved with a customized configuration. Ciao! juh
participants (3)
-
Hans Hagen
-
Henning Hraban Ramm
-
Jan U. Hasecke