Skip to content

keywords add floating point number #75

Description

@FabianL1908

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions