Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

V4.3 docs#192

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
nicolaskruchten merged 24 commits intomasterfromv4.3-docs
Nov 12, 2019
Merged
Changes from1 commit
Commits
Show all changes
24 commits
Select commitHold shift + click to select a range
cfac436
new tutorial on displaying image data
emmanuelleNov 1, 2019
2056d13
minor changes
emmanuelleNov 5, 2019
6ac3f3d
Document simple_white template
joelostblomNov 5, 2019
dbbfad2
Change number of themes
joelostblomNov 5, 2019
10d64b9
minor changes
emmanuelleNov 6, 2019
4654c06
updated how to disable ticks
emmanuelleNov 6, 2019
f97dfc4
zmax update
emmanuelleNov 7, 2019
1aa14f0
Merge pull request #169 from joelostblom/Document-simple_white-template
nicolaskruchtenNov 11, 2019
e41bc91
Merge branch 'master' into v4.3-docs
nicolaskruchtenNov 12, 2019
878d394
Update animations.md
nicolaskruchtenNov 11, 2019
d39828e
added example about facet_col_wrap, and one example for disabling axi…
emmanuelleNov 4, 2019
2b03f57
unmatched facet warning
nicolaskruchtenNov 12, 2019
7756589
Merge pull request #166 from plotly/facet_col_wrap
nicolaskruchtenNov 12, 2019
4f3bc89
new tutorial on displaying image data
emmanuelleNov 1, 2019
67c1830
minor changes
emmanuelleNov 5, 2019
cc59b3c
minor changes
emmanuelleNov 6, 2019
9d01e29
updated how to disable ticks
emmanuelleNov 6, 2019
4e93741
zmax update
emmanuelleNov 7, 2019
7696258
Merge branch 'image' of https://github.com/plotly/plotly.py-docs into…
emmanuelleNov 12, 2019
bd06f3b
fix color_continuous_scale
emmanuelleNov 12, 2019
46a3a33
Merge pull request #163 from plotly/image
nicolaskruchtenNov 12, 2019
89e1943
Merge branch 'master' into v4.3-docs
nicolaskruchtenNov 12, 2019
01adb32
fixing kwarg error
nicolaskruchtenNov 12, 2019
43d1ed1
fixing duplicate permalink
nicolaskruchtenNov 12, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
fixing kwarg error
  • Loading branch information
@nicolaskruchten
nicolaskruchten committedNov 12, 2019
commit01adb32002b58cc74bd57aaf548451cca985c266
4 changes: 2 additions & 2 deletionspython/animations.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -45,8 +45,8 @@ import plotly.express as px

gapminder = px.data.gapminder()

fig = px.bar(gapminder, x="continent", y="pop", color="continent",
animation_frame="year", animation_group="country",y_range=[0,4000000000])
fig = px.bar(gapminder, x="continent", y="pop", color="continent",
animation_frame="year", animation_group="country",range_y=[0,4000000000])
fig.show()
```

Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp