Hello,
I want to change the linewidth of a plot. I tried using this:
std::map<string,string> keywords; keywords["linewidth"]="0.4"; plot(x,y,keywords)
But then I get the error:
gc.set_linewidth(self._linewidth) TypeError: a float is required
Now I wonder how to add keywords that require a floating point number.
Thanks
Hello,
I want to change the linewidth of a plot. I tried using this:
std::map<string,string> keywords; keywords["linewidth"]="0.4"; plot(x,y,keywords)But then I get the error:
gc.set_linewidth(self._linewidth) TypeError: a float is requiredNow I wonder how to add keywords that require a floating point number.
Thanks