You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please document how to use color option while plotting function under the ** Using PlotIt ** section. Also add an example showing how to use color option.
The text was updated successfully, but these errors were encountered:
Ok thats the text i would append to the description on using plot
Color defines color of the plot line and have to be in low case letters (as word) or in hexformat (in single quotes).
And that are the 2 examples i would append
python plotit.py -f 'sin(x)' -c green
python plotit.py -f 'sin(x)' -c '#008000'
If its ok i would commit it and create a pr, but please have a look on correctnes of spelling and grammar im not a native speaker so maybe there are some mistakes ;)
greets
Please document how to use color option while plotting function under the ** Using PlotIt ** section. Also add an example showing how to use color option.
The text was updated successfully, but these errors were encountered: