forked from plotly/plotly.py
-
Notifications
You must be signed in to change notification settings - Fork 0
Sync Fork from Upstream Repo #20
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
Merged
Merged
Conversation
This file contains hidden or 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
'Simple Slider Control' section: change method to 'update', add title. Add 'Sliders in Plotly Express', 'Methods' sections.
Co-Authored-By: Emmanuelle Gouillart <emma@plot.ly>
Clean up CI in doc-prod
Px density docs
* fixups to grammar and wording * fixups * add dependencies * fixups * use html escape * fixup Co-authored-by: Nicolas Kruchten <nicolas@plot.ly>
* add examples * typo fixup * Fix pytest (#2181) * Update doc/python/configuration-options.md Co-Authored-By: Emmanuelle Gouillart <emma@plot.ly> * Update doc/python/configuration-options.md Co-Authored-By: Emmanuelle Gouillart <emma@plot.ly> * Update doc/python/configuration-options.md Co-Authored-By: Emmanuelle Gouillart <emma@plot.ly> * Update doc/python/configuration-options.md Co-Authored-By: Emmanuelle Gouillart <emma@plot.ly> * add dependencies * fix typo * put dash code in markdown so it doesn't execute * use html escape * tweaks Co-authored-by: Emmanuelle Gouillart <emma@plot.ly> Co-authored-by: Nicolas Kruchten <nicolas@plot.ly>
adding repo and branch options to updateplotlyjsdev
No code was changed. Just edited the markdown to show the code block correctly.
Fixed code block in "Displaying Figures Using Dash" on Renderers help page
Update renderers.md
Co-Authored-By: Nicolas Kruchten <nicolas@plot.ly>
Update sunburst-charts.md
* Lazy imports of graph object hierarchy for Python 3.7+ This involved splitting validators/graph object classes back into separate files * lazy submodule imports for plotly and plotly.io modules * Don't force import pandas and numpy if we're only checking whether an object belongs to these packages If pandas isn't loaded, we don't need to check whether a value is a DataFrame, and this way we don't pay the pandas import time. * Don't auto-import all trace type classes * Don't construct validators up front for every object when object is created. Create them lazily, and cache then for use across graph objects of the same type * Test fixes * Add optional validation using go.validate object as callable of context manager * Delay additional imports * dynamic to static docstrings for Figure io methods Saves 200ms of startup time! * Update packages/python/plotly/_plotly_utils/importers.py Co-Authored-By: Emmanuelle Gouillart <emma@plot.ly> * Use module-level __dir__ function to restore IPython tab completion with Python 3.7+ * Don't fail hierarchy test when ipywidgets not installed * cut commented print statements * Test fix, FigureWidget is not expected to be importable when ipywidgets is not installed Co-authored-by: Emmanuelle Gouillart <emma@plot.ly>
* Remove plotly express from delayed submodule import.
Add CHANGELOG step to PR template
* added statsmodels to dependencies for CI * hover can be a dict for skipping or formatting hover * Revert "added statsmodels to dependencies for CI" This reverts commit 7cf2ad0. * ordereddict for py2 * delimiter * ordereddict * tuple possible in hover_data dict * comment * py2 * black * debug * debug * doc, more tests * address review comments * short-circuit instead of bypass flag * be more permissive when accepting data in hover dict * remove print * update tutorial * add docstring to helper function * changelog Co-authored-by: Nicolas Kruchten <nicolas@plot.ly>
In the 'gapminder' example, the current code snippets appear to assign a list to `fig_dict["layout"]["sliders"]` twice. Once when the figure layout is initially created, and then again when more information is added to `sliders_dict`. This dictionary entry is overwritten before the figure is constructed. My proposed change just removes the initial assignment which seems to be of no consequence. Striving for clarity!
typo on subheader
Update animations.md
Update sliders.md
title.text everywhere in PX
* fix bug in trendline in the case of missing values * paint it black * added statsmodels to dependencies for CI * version for py2 * Update packages/python/plotly/plotly/express/_core.py Co-Authored-By: Nicolas Kruchten <nicolas@plot.ly> * extended test to lowess, and more precise check of attribute length * Update packages/python/plotly/plotly/tests/test_core/test_px/test_trendline.py Co-authored-by: Nicolas Kruchten <nicolas@plot.ly>
Replace global validate state with Figure level validate flag
* improve sphinx-gallery case to handle the cases of multiple galleries, and separate source directory * simplified sphinx-gallery scraper * blacken * fixed test * removed unused import
* Mention extra tag in hovertemplate tutorial Following various interactions on the forum, including https://community.plotly.com/t/tooltip-in-dash-shows-trace-0-how-to-get-rid-of-that/36844/2 * more text
* Makefile: modify docstrings to use temporarily graph_objs * changed order of import to respect alphabetical order * graph_obs / graph_objects in template
* upgrade to plotly.js 1.54 * add new files
Shape drawing doc
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.