-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Merge changes from doc-prod to master #4816
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is only a minor mistake, but slightly misleading because for a moment I thought this example showed how to draw only some but not all edges.
proposed by empet on the forum
AUC for PR curve needs precision and recall as their input. fpr and tpr would be appropriate input for ROC curve.
- There is no need for passing dummy variable `y` when stats have already been computed - `upperfence` values don't match the resulting figure. - It could be simplified even further by getting rid of the extra call to `add_trace` but I've kept it to follow the documentation styling. - It might be worth it to separate the example in two cases: (i) with only `q1`, `median`, `q3` provided, (ii) with all values provided.
fixes #3274 The list often serves as reference to look for modebar options and v1hovermode was missing.
Merge master to doc prod
Fix "Update Button" example in Python custom buttons doc page
Align an annotation with the center of a donut pie
Clarify Jupyterlab install
Update ml-roc-pr.md
make moving-point-on-a-curve faster
Add v1hovermode to the list of all the modebar options
Update box-plots.md
Remove errroneous comma in SVG path
…e continent There is a bug here that causes the hovertext to show one line as %{text} rather than showing the continent name. I have fixed it the way the comments imply that the example intended. either we should add a text parameter as I've done here, or the example could remove the %{text} from the hovertext and from the comments.
fixing a bug that causes the hovertext to show %{text} rather than th…
Remove deprecated attributes from docs
gvwilson
approved these changes
Oct 22, 2024
@LiamConnors There are now some conflicts here. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.