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

contour notebook#31

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
emmanuelle merged 2 commits intomasterfromcontour
Jun 27, 2019
Merged

contour notebook#31

emmanuelle merged 2 commits intomasterfromcontour
Jun 27, 2019

Conversation

emmanuelle
Copy link
Contributor

Doc upgrade checklist:

  • old boilerplate at top and bottom of file has been removed
  • Every example is independently runnable and is optimized for short line count
  • no moreplot() oriplot()
  • graph_objs has been renamed tograph_objects
  • fig = <something> call is high up in each example
  • minimal creation of intermediatetrace objects
  • liberal use ofadd_trace andupdate_layout
  • fig.show() at the end of each example
  • px example at the top if appropriate
  • v4upgrade: true metadata added
  • minimize usage of hex codes for colors in favour of those inhttps://github.com/plotly/plotly.py-docs/issues/14


data = [
fig = go.Figure(data =
go.Contour(
z=[[10, 10.625, 12.5, 15.625, 20],
[5.625, 6.25, 8.125, 11.25, 15.625],
[2.5, 3.125, 5., 8.125, 12.5],
[0.625, 1.25, 3.125, 6.25, 10.625],
[0, 0.625, 2.5, 5.625, 10]],
colorscale='Jet',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

arg! Jet! can we use Plasma or something instead? :P

@nicolaskruchten
Copy link
Contributor

solid! 💃

@emmanuelleemmanuelle merged commitb718c8b intomasterJun 27, 2019
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@nicolaskruchtennicolaskruchtennicolaskruchten left review comments

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@emmanuelle@nicolaskruchten

[8]ページ先頭

©2009-2025 Movatter.jp