We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
example
>>> gm = x.createisoline() >>> gm.line= ['dot','dash'] >>> gm.line ['dot', 'dash'] >>> gm.line= [1,2,3] >>> gm.line ['dash', 'dot', 'dash-dot'] >>>
The text was updated successfully, but these errors were encountered:
@doutriaux1 This case is not too bad as there is a one-to-one mapping between numbers and line type descriptions, isn't it?
Sorry, something went wrong.
Also look at datawc_ being changed to cdtime.reltime for time axis. See #2007
@danlipsa yes #2007 is the most disturbing, but we might as well fix it everywhere so it consistently return to the user what the user stored.
migrated
aashish24
chaosphere2112
doutriaux1
danlipsa
No branches or pull requests
example
The text was updated successfully, but these errors were encountered: