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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: