Ask Your Question
1

What mean "**kwds" in the option of a command?

asked 8 years ago

Masacroso gravatar image

Im trying to figure what are the options of the command "line", then I used the help command "line?" for a brief description of it structure and usage.

In the position for option it says "**kwds", I figure that these are some kind of abbreviations but I dont found on the search of the documentation of sagemath something about this, can someone explain to me or leave a link to this information? Thank you.

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
2

answered 8 years ago

"kwds" is short for keyword arguments, which are additional options you can pass to the command in the format name=value. Examples for line are thickness=3 or color='red'.

Preview: (hide)
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 8 years ago

Seen: 1,448 times

Last updated: Oct 19 '16