1 (edited by q2apro.com 2014-04-27 18:23:03)

Topic: Point coordinates with (x|y) instead of (x,y)

Hi, I would like to ask if you can add an option to use a "|" instead of "," as a delimeter. Example: P(3,5) becomes P(3|5).

Plus an option (haven't found it) to change decimal to comma, so instead of x=2.5 the plot shows x=2,5 (valid in many countries).

Thanks!

Re: Point coordinates with (x|y) instead of (x,y)

Here is a trick:
If you use the beta version and install Python 3.2 from http://python.org you can get a Python interpreter by pressing F11 in Graph. In the interpreter you can write Graph.GuiFormatSettings.CartesianPointFormat="(%1%|%2%)" to use a pipe as separator instead of comma for point series coordinates.

I will consider making it possible to use comma as decimal separator in a future version.

Re: Point coordinates with (x|y) instead of (x,y)

I hope this can be implemented as an option, thanks!