Dear Scilabers
I am trying to utilize graypolarplot
https://help.scilab.org/graypolarplot
I can execute the sample script in the documentation, but when I apply my own data, there is no details, everything is just red colored.
I think it is because default strf = “030” … so, I would like to use “020” (or “040”) instead, but whenever I apply this option, Scilab gives me an index error.
Can someone help me, by showing how do I provide this option to graypolarplot?
I have looked in C:\Program Files\scilab-2024.0.0\modules\graphics\macros\graypolarplot.sci …
nv = size(varargin)
if nv>=1
strf = varargin(2)
Since the string property (“020”) is supposed to be the second varargin, what do I put into the first varargin??
With kind regards,
Claus