|
From: theozh <th...@gm...> - 2017-10-29 23:18:39
|
Thanks again for your patient explanations.
My (mis)understanding probably is that I thought you can place
either (i.e. XOR) a <definition> or a <function> or a <data source>
plot-element:
{<iteration>}
<definition> | {sampling-range} <function> | <data source>
{axes <axes>} {<title-spec>}
{with <style>}
however,
plot n=n+1 sin(x*n)
is a <definition> AND a <function>
whereas <function> AND <data source> at the same time is not supposed to work.
|