Skip to content
New issue

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

Make the "x" argument of the plotly_sugar functions (such as as scatterPlot) optional #74

Open
AngelEzquerra opened this issue Nov 1, 2021 · 0 comments

Comments

@AngelEzquerra
Copy link

Currently you must provide both the x and y arguments to most of the plotly sugar plotting functions. Sometimes you just want to plat a sequence, and you don't really care about the x-axis. It would be nice if the plot sugar functions such as scatterPlot*(x, y: untyped) could also be called with a single argument (y), which would just plot the values on an axis that started at 0, for example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant