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
julia> plot_topoplotseries(df; bin_num = 5) ERROR: AssertionError: No positions found, did you forget to provide them via positions=XX, or labels=YY?
So position is args now, not kwargs?
The text was updated successfully, but these errors were encountered:
I vote no, because you can provide labels (via 10-20systrm) or positions. So positions can be optional.
But more once I'm back from Vacation
Sorry, something went wrong.
okay, then we need to put some dummies instead of positions, right?
I dont understand - right now you can do: plot_topoplots(data;positions=pos) or plot_topoplot(data;labels=labels)
plot_topoplots(data;positions=pos)
plot_topoplot(data;labels=labels)
Clearly related to #227 and we continue the discussion there as it is the same issue
No branches or pull requests
So position is args now, not kwargs?
The text was updated successfully, but these errors were encountered: