Hi Felipe,
thanks for doing this! It is very useful.
I have some suggestions:
- In the text encoding, instead of
13.3333333333,12.
9363333333,12.5453333333,12.1603333333,11.7813333333,11.4083333333,
you can use
13.3,12.9,12.5,12.1,11.7,11.4
This makes the URL much shorter and the chart image stays the same.
- For the labels you can use the chxr parameter (it does the labels
automatically then).
I think in your current version is a bug when the x range is eg -1
to 1, it gives -1, 1, 1 as labels, instead of -1, 0, 1
- Also if the space between the x values is always the same, it is
better to use cht=lc instead of cht=lxy. Then you don't need to
specify the x values.
Thanks,
Uwe