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
These figure factories should probably be marked "deprecated" in the docstrings:
These have dedicated trace types now:
create_bullet(data[, markers, measures, …]) create_ohlc(open, high, low, close[, dates, …]) create_scatterplotmatrix(df[, index, …]) create_table(table_text[, colorscale, …]) create_violin(data[, data_header, …]) create_candlestick(open, high, low, close[, …])
These are basically best done using PX if possible:
create_2d_density(x, y[, colorscale, …]) create_distplot(hist_data, group_labels[, …]) create_facet_grid(df[, x, y, facet_row, …])
The text was updated successfully, but these errors were encountered:
Should I just modifiy the docstrings or should we completely deprecate the functions?
Sorry, something went wrong.
Let's start by just modifying the docstrings... Right now some of them say "BETA" which is kind of the wrong impression IMO :P
Addressed in #1921.
emmanuelle
No branches or pull requests
These figure factories should probably be marked "deprecated" in the docstrings:
These have dedicated trace types now:
These are basically best done using PX if possible:
The text was updated successfully, but these errors were encountered: