Skip to content

Starting AI/ML section in python docs [New] #2276

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

Closed
wants to merge 513 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
513 commits
Select commit Hold shift + click to select a range
3129e63
fix ordering in tests in py < 3.6
nicolaskruchten May 15, 2020
bd551c0
fix tests py2.7
nicolaskruchten May 15, 2020
18276cf
expand docstrings a bit
nicolaskruchten May 15, 2020
b788721
wide datasets
nicolaskruchten May 15, 2020
be36f37
better timeseries dataset
nicolaskruchten May 16, 2020
1882f51
pandas backend
nicolaskruchten May 16, 2020
0b442b1
cleaner pandas backend
nicolaskruchten May 17, 2020
773b669
special case for wide-var=columns
nicolaskruchten May 17, 2020
7745f23
straight equality test
nicolaskruchten May 17, 2020
5dfcd4e
make CI pass for now
nicolaskruchten May 17, 2020
f2e64f4
changelog and more docstring
nicolaskruchten May 18, 2020
58999bf
changelog
nicolaskruchten May 18, 2020
4d60f5b
Update static-image-export.md
WinstonPais May 19, 2020
0c4d8dd
Repr html (#2421)
emmanuelle May 20, 2020
5705af6
add examples from wishlish
May 20, 2020
08800a5
Merge branch 'master' into wide_form2
nicolaskruchten May 21, 2020
883f02e
long and wide
nicolaskruchten May 21, 2020
0e77150
Merge branch 'doc-prod'
nicolaskruchten May 21, 2020
122b3ca
Merge branch 'master' into wide_form2
nicolaskruchten May 21, 2020
b1b2d7c
wide form docs draft
nicolaskruchten May 21, 2020
65822bc
Emma's changelog
nicolaskruchten May 21, 2020
83e9702
fixup order to be sequential
May 22, 2020
039cb80
region blocks to avoid execution
nicolaskruchten May 22, 2020
2beaaf0
Merge pull request #2492 from plotly/colab_doc
nicolaskruchten May 22, 2020
a13d3fa
Merge pull request #2491 from plotly/order-fixup
nicolaskruchten May 22, 2020
817a0f2
Merge branch 'doc-prod'
nicolaskruchten May 22, 2020
de764ce
Merge branch 'master' into wide_form2
nicolaskruchten May 22, 2020
a7a34a4
remove section
May 23, 2020
e9ff176
Merge pull request #2496 from plotly/dash-section-fixup
nicolaskruchten May 23, 2020
2eaea98
accept indexes as wide-mode spec
nicolaskruchten May 24, 2020
3adcfd2
reject wide-mode with different types
nicolaskruchten May 24, 2020
f8f0880
make list-like hover_data more robust
nicolaskruchten May 24, 2020
3479c68
Update doc/python/wide-form.md
nicolaskruchten May 24, 2020
4599415
Update doc/python/radar-chart.md
nicolaskruchten May 24, 2020
5430490
PR feedback
nicolaskruchten May 24, 2020
0bc7ba5
PR feedback
nicolaskruchten May 24, 2020
51dbf60
docs
nicolaskruchten May 25, 2020
b19d2c6
bump doc pandas
nicolaskruchten May 25, 2020
34b7772
Merge pull request #2336 from plotly/wide_form2
nicolaskruchten May 25, 2020
6c5cfe2
doc tweaks
nicolaskruchten May 26, 2020
2ef18bb
Fix for pandas pattern
nicolaskruchten May 26, 2020
f6627a3
doc tweaks
nicolaskruchten May 26, 2020
7b7006b
add test
nicolaskruchten May 26, 2020
67852ad
fixing CI
nicolaskruchten May 26, 2020
c08c621
fixing CI
nicolaskruchten May 26, 2020
f36d5e0
fixing CI
nicolaskruchten May 26, 2020
eb3f8c5
fixing CI
nicolaskruchten May 26, 2020
940c679
fixing CI
nicolaskruchten May 26, 2020
b8da283
Merge pull request #2502 from plotly/bar_fix
nicolaskruchten May 26, 2020
4946db6
added links to px.data and px.colors in API doc (#2493)
emmanuelle May 26, 2020
df827da
4.8 release
nicolaskruchten May 26, 2020
6a06458
bump doc requirements
nicolaskruchten May 26, 2020
707ecbe
Merge branch 'master' into doc-prod
nicolaskruchten May 26, 2020
28d0971
apidoc version
nicolaskruchten May 26, 2020
5ff6bbc
bump statsmodels
nicolaskruchten May 26, 2020
c8d3a53
Merge pull request #2504 from plotly/bump_deps
nicolaskruchten May 26, 2020
8dd6ed5
complete the API of plotly.colors and plotly.express.colors (#2510)
emmanuelle May 28, 2020
5ea8688
docstring of county choropleth (#2513)
emmanuelle May 28, 2020
e79727e
Merge branch 'doc-prod'
nicolaskruchten May 29, 2020
8ce454b
release 4.8.1
nicolaskruchten May 29, 2020
7e1ee0b
bump doc requirements to 4.8.1
nicolaskruchten May 29, 2020
411f184
enforce order
Jun 2, 2020
03d161c
Merge pull request #2528 from plotly/order-fixup-2
nicolaskruchten Jun 3, 2020
cf3f744
remove order:5 gap
nicolaskruchten Jun 3, 2020
267c187
bug_2931: resolving numpy integer check and adding test (#2451)
MCBoarder289 Jun 3, 2020
1a61d9a
Merge pull request #2442 from MCBoarder289/update_windows_contribution
nicolaskruchten Jun 3, 2020
67c7d74
Fixed wrong axis titles
muratcankaracabey Jun 3, 2020
d5a5fa1
Merge pull request #2532 from muratcankaracabey/patch-1
nicolaskruchten Jun 3, 2020
3d40348
fixing hover_data and hover_name bugs in path API
nicolaskruchten Jun 1, 2020
c21c96c
another test
nicolaskruchten Jun 1, 2020
2f401e0
PR feedback
nicolaskruchten Jun 3, 2020
c5f2860
Merge pull request #2524 from plotly/path_hover_fixes
nicolaskruchten Jun 5, 2020
1db86d0
Update CHANGELOG.md
nicolaskruchten Jun 5, 2020
beb7c8c
imshow now handles DataFrame indexes and names by default
nicolaskruchten Jun 5, 2020
8d39dc1
changelog
nicolaskruchten Jun 5, 2020
a01a1e7
should go into a minor changelog
nicolaskruchten Jun 5, 2020
2a13daf
export colors only once
nicolaskruchten Jun 5, 2020
9f62088
more Pandas backend options
nicolaskruchten Jun 5, 2020
8ed1ecc
fixed bug in hover data
emmanuelle Jun 5, 2020
5df126f
Clarified installation process for development
nicholas-esterer Jun 8, 2020
7d76853
Merge branch 'master' into issue-2550
nicholas-esterer Jun 8, 2020
ff7f1b4
black now included in packages/python/plotly/optional-requirements.txt
nicholas-esterer Jun 8, 2020
3a711e9
Merge pull request #2540 from plotly/import_cleanup
nicolaskruchten Jun 8, 2020
051afa5
Merge pull request #2551 from plotly/issue-2550
nicolaskruchten Jun 10, 2020
d191458
Merge pull request #2553 from plotly/issue-2552
nicolaskruchten Jun 10, 2020
e103aa4
animation limitations
nicolaskruchten Jun 10, 2020
edd012d
hexbin mapbox implemented in plotly.express
RenaudLN Jun 10, 2020
0057a14
black formatting
RenaudLN Jun 11, 2020
9359d45
documentation for hexbin_mapbox
RenaudLN Jun 11, 2020
50854da
Changelog entry
RenaudLN Jun 11, 2020
469014e
hexbin_mapbox test
RenaudLN Jun 11, 2020
e323b10
Remove unused
RenaudLN Jun 11, 2020
b423876
remove *args for python 2 compatibility
RenaudLN Jun 11, 2020
23ef3b8
addressed review comments
emmanuelle Jun 12, 2020
a291bfb
add documentation about data input types
Jun 12, 2020
85041ae
Update CHANGELOG.md
nicolaskruchten Jun 12, 2020
c2ee463
fixed typo
WinstonPais Jun 12, 2020
3e74b79
add links and info for mixed form data
Jun 15, 2020
e4ff910
add figure for mixed form data
Jun 15, 2020
61db397
new Structure of Figures page
nicolaskruchten Jun 19, 2020
17e0141
thumbnail
nicolaskruchten Jun 19, 2020
7bcc5a6
no need to exclude heatmapgl any more
nicolaskruchten Jun 19, 2020
1c85af7
Merge pull request #2578 from plotly/rosetta
nicolaskruchten Jun 19, 2020
9f731f9
headers
nicolaskruchten Jun 19, 2020
2df54b3
formatting tweaks
nicolaskruchten Jun 19, 2020
55c4faf
formatting tweaks
nicolaskruchten Jun 19, 2020
fd3b741
Merge pull request #2544 from plotly/fix-hover-labels
nicolaskruchten Jun 22, 2020
65abd71
make trendlines more robust
nicolaskruchten Jun 8, 2020
c19c49f
more tests
nicolaskruchten Jun 8, 2020
216331e
changelog
nicolaskruchten Jun 8, 2020
e823437
nicer error message
nicolaskruchten Jun 22, 2020
8be4915
Merge pull request #2554 from plotly/trendline_fix
nicolaskruchten Jun 22, 2020
9d51d0d
graph objects page
nicolaskruchten Jun 22, 2020
c47f14a
link fix
nicolaskruchten Jun 22, 2020
2b2b775
Merge pull request #2588 from plotly/godoc
nicolaskruchten Jun 22, 2020
57f96a1
link up graph objects page
nicolaskruchten Jun 22, 2020
33701df
bug_2410: Allowing Ints to be passed for rows/cols and refactored int…
MCBoarder289 Jun 22, 2020
92aa592
new px landing page
nicolaskruchten Jun 23, 2020
f3557f5
new px landing page
nicolaskruchten Jun 23, 2020
91fef13
new px landing page
nicolaskruchten Jun 23, 2020
6c4895c
new px landing page
nicolaskruchten Jun 23, 2020
e2b0cdf
doc tweaks
nicolaskruchten Jun 23, 2020
42ba6d8
merge doc-prod into master
nicolaskruchten Jun 23, 2020
0c774e1
fixing merge
nicolaskruchten Jun 23, 2020
bdca566
fixing doc order
nicolaskruchten Jun 23, 2020
0629f1b
bumping plotly.js
nicolaskruchten Jun 23, 2020
467ba95
Merge pull request #2592 from plotly/js1.54.5
nicolaskruchten Jun 23, 2020
9f8c186
Update plotly-express.md
alexcjohnson Jun 23, 2020
86f0055
Merge pull request #2593 from plotly/aj-px-entry-tweaks
nicolaskruchten Jun 23, 2020
d1d8f01
fix 404 hyperlink
Jun 24, 2020
8205d01
Merge pull request #2595 from plotly/fix-404-url
nicolaskruchten Jun 24, 2020
e281bc9
Correct some regular expression syntax. (#2577)
georgevdd Jun 24, 2020
8f01945
accept integer and float columns in wide mode
nicolaskruchten Jun 25, 2020
2f050f2
changelog
nicolaskruchten Jun 25, 2020
c9742e0
Update packages/python/plotly/plotly/express/_core.py
nicolaskruchten Jun 25, 2020
5f87ec4
Merge pull request #2598 from plotly/loosen_wide_typecheck
nicolaskruchten Jun 25, 2020
26fbd43
unset marginal ranges
nicolaskruchten Jun 25, 2020
c712acd
set line_group in wide mode
nicolaskruchten Jun 25, 2020
f8f202a
Merge pull request #2599 from plotly/wide_line_group
nicolaskruchten Jun 25, 2020
96a9101
Correct bug when color and values correspond to the same color in tre…
emmanuelle Jun 26, 2020
0bebb4a
Merge branch 'doc-prod'
nicolaskruchten Jun 26, 2020
659d130
release 4.8.2
nicolaskruchten Jun 26, 2020
fb84bc5
bumping doc version
nicolaskruchten Jun 26, 2020
ffc29e6
px.NO_COLOR
nicolaskruchten Jul 4, 2020
bb52dbc
document px.NO_COLOR
nicolaskruchten Jul 4, 2020
1490ace
webgl trendlines
nicolaskruchten Jul 5, 2020
a4da999
fix tests
nicolaskruchten Jul 5, 2020
abf1950
facet spacing, closes #2584
nicolaskruchten Jul 5, 2020
c93201a
fix tests
nicolaskruchten Jul 5, 2020
7fa2760
Update dropdowns.md
eranws Jul 6, 2020
ebea813
Update legend.md
eranws Jul 6, 2020
0d00576
Update multiple-axes.md
nicolaskruchten Jul 6, 2020
1f340c4
Merge pull request #2617 from eranws/patch-3
nicolaskruchten Jul 6, 2020
9c34e4f
Merge pull request #2616 from eranws/patch-2
nicolaskruchten Jul 6, 2020
d54d922
Typo fix in hover-text-and-formatting.md "expectany" (#2603)
MaxGhenis Jul 6, 2020
4201cd5
Update time-series.md
nicolaskruchten Jul 6, 2020
5dcec66
Merge pull request #2563 from WinstonPais/patch-1
nicolaskruchten Jul 6, 2020
7f1616b
Merge branch 'master' into imshow_df
nicolaskruchten Jul 8, 2020
c7282c7
Merge pull request #2539 from plotly/imshow_df
nicolaskruchten Jul 8, 2020
fa7a4dc
Merge branch 'master' into more_pandas
nicolaskruchten Jul 8, 2020
b4cb434
Merge pull request #2541 from plotly/more_pandas
nicolaskruchten Jul 8, 2020
868da9d
fix tests for real
nicolaskruchten Jul 8, 2020
c33835e
Merge branch 'master' into nocolor
nicolaskruchten Jul 8, 2020
a226a5f
documenting facet_*_spacing
nicolaskruchten Jul 8, 2020
29eee77
Merge pull request #2614 from plotly/nocolor
nicolaskruchten Jul 8, 2020
a037099
hexbin in ff
RenaudLN Jul 10, 2020
ee06b49
black
RenaudLN Jul 10, 2020
e491d05
Remove previous px hexbin stuff
RenaudLN Jul 10, 2020
9c0b043
Hexbin_mapbox improvements: centered on the lat-axis.
RenaudLN Jul 10, 2020
5293eb0
Fixed override_dict for params that are not in docs (used for px.pie …
RenaudLN Jul 10, 2020
76659e2
Merge pull request #2631 from RenaudLN/fix/overide_dict
nicolaskruchten Jul 10, 2020
d601477
Merge branch 'doc-prod'
nicolaskruchten Jul 10, 2020
21b38ab
dendrogram works with scipy===1.5.0 default colors
nicholas-esterer Jul 8, 2020
90e417d
Map new color sequence to old color sequence
nicholas-esterer Jul 9, 2020
58a6f95
Updated documentation for colorscale of create_dendrogram
nicholas-esterer Jul 10, 2020
7dd2b59
checkpoint
nicolaskruchten Jul 10, 2020
0a1f48c
Option to display original data.
RenaudLN Jul 11, 2020
9b3c2ba
black
RenaudLN Jul 11, 2020
72b118b
removed unnecessary cell in doc file
RenaudLN Jul 11, 2020
9ce2254
various documentation improvements
nicolaskruchten Jul 11, 2020
969aba4
Improved doc string for dendrogram
nicholas-esterer Jul 13, 2020
f37fd3c
Merge pull request #2627 from plotly/issue-2618
nicholas-esterer Jul 13, 2020
fc64079
bar base and timeline
nicolaskruchten Jul 8, 2020
43493cb
ff docs
nicolaskruchten Jul 9, 2020
efc6650
Rebuild extensions using Node 12 (#2636)
nicolaskruchten Jul 14, 2020
19a0544
clarify docstring
nicolaskruchten Jul 14, 2020
8f32b7d
Merge pull request #2626 from plotly/timeline
nicolaskruchten Jul 14, 2020
9bac518
updating release notes
nicolaskruchten Jul 14, 2020
b79333a
merge master into hexbin
nicolaskruchten Jul 14, 2020
76010e6
fixing up docs
nicolaskruchten Jul 14, 2020
6ecef8b
fix docs
nicolaskruchten Jul 14, 2020
25a77f3
Add Kaleido image export support (#2613)
jonmmease Jul 14, 2020
ff9e9c0
Merge pull request #2638 from plotly/hexbin
nicolaskruchten Jul 14, 2020
a34ab48
updating to plotly.js 1.54.6
nicolaskruchten Jul 14, 2020
2e99103
plotly.js CHANGELOG entry
nicolaskruchten Jul 14, 2020
4fd8736
Sunburst parent copy (#2640)
emmanuelle Jul 15, 2020
c929086
changelog and doc tweaks
nicolaskruchten Jul 15, 2020
950a54a
4.9.0-rc.1
nicolaskruchten Jul 15, 2020
c75c079
Merge branch 'doc-prod' into release_4.9.0
nicolaskruchten Jul 16, 2020
f172757
4.9.0 release
nicolaskruchten Jul 16, 2020
1b5f637
bump doc version
nicolaskruchten Jul 16, 2020
a1d3dec
add timeline and hexbin_mapbox to apidoc
nicolaskruchten Jul 16, 2020
7f14f65
PX and subplots
nicolaskruchten Jul 16, 2020
a68d715
redirection
nicolaskruchten Jul 16, 2020
fa9188e
strip charts docs
nicolaskruchten Jul 16, 2020
a9f43c3
link up strip charts
nicolaskruchten Jul 16, 2020
6bd39ba
tweak
nicolaskruchten Jul 17, 2020
a022a20
fixedrange
nicolaskruchten Jul 17, 2020
0a9d5f7
download opts
nicolaskruchten Jul 20, 2020
47b6c5d
Merge branch 'doc-prod' into wishlist_jd2
nicolaskruchten Jul 20, 2020
d2e7667
tweaks
nicolaskruchten Jul 20, 2020
50cc594
Merge branch 'doc-prod' into bar-chart-data-formats
nicolaskruchten Jul 20, 2020
bbbe065
slim down
nicolaskruchten Jul 20, 2020
42be310
Merge branch 'doc-prod' into update-sphinx-css
nicolaskruchten Jul 20, 2020
60272b9
tweaks
nicolaskruchten Jul 20, 2020
a4361a9
fix build
nicolaskruchten Jul 20, 2020
b201a64
fix build
nicolaskruchten Jul 20, 2020
a5212e7
navbar tweaks
nicolaskruchten Jul 20, 2020
d79fb04
Update time-series.md
Nermin-Ghith Jul 23, 2020
f956911
Merge pull request #2662 from Nermin-Ghith/patch-1
nicolaskruchten Jul 24, 2020
befd6af
clean up imports
nicolaskruchten Jul 24, 2020
33da55b
fix internal reference links
nicolaskruchten Aug 3, 2020
6c156bf
fix internal reference links
nicolaskruchten Aug 3, 2020
6168134
Sphinx fixes (against doc-prod) (#2687)
emmanuelle Aug 5, 2020
2ec424e
non-business hour gaps
nicolaskruchten Aug 11, 2020
cd63fee
Add sklearn to docs requirements
Feb 8, 2020
c94e7ef
Create kNN docs draft
Feb 8, 2020
59d7d40
Update based on Emma's suggestions
Feb 22, 2020
90ea1d4
Add a header
Feb 22, 2020
38f92ca
Placeholder Regression Section
Feb 23, 2020
3e4b220
Create 2 basic sections, 2 advanced sections
Feb 23, 2020
8e15e60
KNN ML docs: Update thumbnail, name, permalink, description, display_as
Feb 28, 2020
5b873e7
Added 3 sections, drafted out 2 sections
Feb 28, 2020
5c95a2a
ML Docs: Added 3 new sections to regression notebook
Mar 2, 2020
c39227e
ML Docs: Updated last ML regression section for clarity
Mar 2, 2020
f08d4eb
ML Docs: Added annotations after each section of regression notebook
Mar 2, 2020
55c2c8d
ML Docs: updated ml regression header
Mar 2, 2020
b67131c
ML Docs: Added new section to regression, updated references
Mar 3, 2020
0b38106
ML Docs: Added coefficient MLR example
Mar 6, 2020
70a0c07
ML Docs: Start pca notebook
Mar 6, 2020
6255cce
ML Docs: Start ROC/PR section
Mar 6, 2020
5ca7048
ML Docs: Remove 2 sections
Mar 13, 2020
b300957
ML Docs, Regression: fix import, update titles, colors
Mar 13, 2020
ebd75ad
ML Docs: Update all kNN sections based on discussions
Mar 13, 2020
eedd545
ML Docs: Update Regression notebook
Mar 14, 2020
f6163ff
ML Docs: Updated PCA notebook
Mar 14, 2020
6e71c52
ML Docs: Update knn and regression based on Emma's reviews
Mar 17, 2020
2b3b9e3
ML Docs: Update header description
Mar 17, 2020
756ce7f
ML Docs: Add t-SNE/UMAP notebook (read todo)
Mar 17, 2020
c9bf84b
Merge branch 'ml-docs' of https://github.com/plotly/plotly.py into ml…
Aug 11, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
26 changes: 17 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ jobs:
docker:
# specify the version you desire here
# use `-browsers` prefix for selenium tests, e.g. `3.6.1-browsers`
- image: circleci/python:3.6.8-node
- image: circleci/python:3.7-stretch-node-browsers

working_directory: ~/project

Expand All @@ -400,12 +400,13 @@ jobs:
. venv/bin/activate
npm install electron@1.8.4
npm install orca
pip install -U pip
pip uninstall -y plotly
pip install -r requirements.txt
if [ "${CIRCLE_BRANCH}" != "doc-prod" ]; then
pip uninstall -y plotly
cd ../packages/python/plotly
python3 setup.py install
pip install -e .
cd ../../../doc
fi
echo 'export PATH="/home/circleci/project/doc/node_modules/.bin:$PATH"' >> $BASH_ENV
Expand Down Expand Up @@ -463,6 +464,15 @@ jobs:
command: |
cd doc
. venv/bin/activate
# For the API doc, we need to use the local version of plotly
# since we are tweaking the source because of
# graph_objs/graph_objects
if [ "${CIRCLE_BRANCH}" == "doc-prod" ]; then
pip uninstall -y plotly
cd ../packages/python/plotly
pip install -e .
cd ../../../doc
fi
cd apidoc
make html
if [ "${CIRCLE_BRANCH}" == "doc-prod" ]; then
Expand All @@ -478,12 +488,14 @@ jobs:
rm -rf .git
cd ../..
fi

cd ../..

- store_artifacts:
path: doc/build
destination: doc/build
- store_artifacts:
path: doc/apidoc/_build/
destination: doc/apidoc/_build/

workflows:
version: 2
Expand All @@ -504,12 +516,8 @@ workflows:
- python-2.7-optional
- python-3.5-optional
- python-3.6-optional
# 3.7 optional disabled due to current shapely incompatibility
# - python-3.7-optional
- python-2.7-plot_ly
- python-3.7-plot_ly:
requires:
- python-2.7-plot_ly
- python-3.7-optional
- python-3.7-plot_ly
- python-2-7-orca
- python-3-5-orca
- python-3-7-orca
Expand Down
4 changes: 2 additions & 2 deletions .circleci/create_conda_optional_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ if [ ! -d $HOME/miniconda/envs/circle_optional ]; then
# Create environment
# PYTHON_VERSION=2.7 or 3.5
$HOME/miniconda/bin/conda create -n circle_optional --yes python=$PYTHON_VERSION \
requests nbformat six retrying psutil pandas decorator pytest mock nose poppler xarray scikit-image ipython jupyter ipykernel ipywidgets
requests nbformat six retrying psutil pandas decorator pytest mock nose poppler xarray scikit-image ipython jupyter ipykernel ipywidgets statsmodels

# Install orca into environment
$HOME/miniconda/bin/conda install --yes -n circle_optional -c plotly plotly-orca
$HOME/miniconda/bin/conda install --yes -n circle_optional -c plotly plotly-orca==1.3.1
fi
37 changes: 37 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<!--
Please uncomment this block and take a look at this checklist if your PR is making substantial changes to **documentation**/impacts files in the `doc` directory. Check all that apply to your PR, and leave the rest unchecked to discuss with your reviewer! Not all boxes must be checked for every PR :)

If your PR modifies code of the `plotly` package, we have a different checklist
below :-).

### Documentation PR

- [ ] I've [seen the `doc/README.md` file](https://github.com/plotly/plotly.py/blob/master/doc/README.md)
- [ ] This change runs in the current version of Plotly on PyPI and targets the `doc-prod` branch OR it targets the `master` branch
- [ ] If this PR modifies the first example in a page or adds a new one, it is a `px` example if at all possible
- [ ] Every new/modified example has a descriptive title and motivating sentence or paragraph
- [ ] Every new/modified example is independently runnable
- [ ] Every new/modified example is optimized for short line count and focuses on the Plotly/visualization-related aspects of the example rather than the computation required to produce the data being visualized
- [ ] Meaningful/relatable datasets are used for all new examples instead of randomly-generated data where possible
- [ ] The random seed is set if using randomly-generated data in new/modified examples
- [ ] New/modified remote datasets are loaded from https://plotly.github.io/datasets and added to https://github.com/plotly/datasets
- [ ] Large computations are avoided in the new/modified examples in favour of loading remote datasets that represent the output of such computations
- [ ] Imports are `plotly.graph_objects as go` / `plotly.express as px` / `plotly.io as pio`
- [ ] Data frames are always called `df`
- [ ] `fig = <something>` call is high up in each new/modified example (either `px.<something>` or `make_subplots` or `go.Figure`)
- [ ] Liberal use is made of `fig.add_*` and `fig.update_*` rather than `go.Figure(data=..., layout=...)` in every new/modified example
- [ ] Specific adders and updaters like `fig.add_shape` and `fig.update_xaxes` are used instead of big `fig.update_layout` calls in every new/modified example
- [ ] `fig.show()` is at the end of each new/modified example
- [ ] `plotly.plot()` and `plotly.iplot()` are not used in any new/modified example
- [ ] Hex codes for colors are not used in any new/modified example in favour of [these nice ones](https://github.com/plotly/plotly.py/issues/2192)

## Code PR

- [ ] I have read through the [contributing notes](https://github.com/plotly/plotly.py/blob/master/contributing.md) and understand the structure of the package. In particular, if my PR modifies code of `plotly.graph_objects`, my modifications concern the `codegen` files and not generated files.
- [ ] I have added tests (if submitting a new feature or correcting a bug) or
modified existing tests.
- [ ] For a new feature, I have added documentation examples in an existing or
new tutorial notebook (please see the doc checklist as well).
- [ ] I have added a CHANGELOG entry if fixing/changing/adding anything substantial.

-->
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ temp-plot.html
doc/python/.ipynb_checkpoints
doc/python/.mapbox_token
doc/.ipynb_checkpoints
doc/check-or-enforce-order.py
Loading