Topic: Insert a Label and a computed value
I'd like to know how to post a label on the graph with a value computed from a custom function:
E.g. xf: (value of xf here)
a : (value of constant here)
Deprecated: Function utf8_decode() is deprecated since 8.2, visit the php.net documentation for various alternatives in /customers/5/9/f/padowan.dk/httpd.www/forum/include/functions.php on line 874 Deprecated: Function utf8_decode() is deprecated since 8.2, visit the php.net documentation for various alternatives in /customers/5/9/f/padowan.dk/httpd.www/forum/include/functions.php on line 874 Deprecated: Function utf8_decode() is deprecated since 8.2, visit the php.net documentation for various alternatives in /customers/5/9/f/padowan.dk/httpd.www/forum/include/functions.php on line 874
You are not logged in. Please login or register.
Graph Forums → Support → Insert a Label and a computed value
I'd like to know how to post a label on the graph with a value computed from a custom function:
E.g. xf: (value of xf here)
a : (value of constant here)
Just place what you want calculated in brackets after a %.
For example if you have in custom functions:
xf(x)=2x^2
a=5
You can create a label with this:
xf(5)=%(xf(5))
a=%(a)
Graph Forums → Support → Insert a Label and a computed value
Powered by PunBB, supported by Informer Technologies, Inc.
Generated in 0.008 seconds (54% PHP - 46% DB) with 11 queries