Skip to content

Conversation

@Mahdis-z
Copy link
Contributor

Doc upgrade checklist:

  • random seed is set if using random data
  • file has been moved from unconverted/x/y.md to x/y.md
  • old boilerplate at top and bottom of file has been removed
  • Every example is independently runnable and is optimized for short line count
  • no more plot() or iplot()
  • graph_objs has been renamed to graph_objects
  • fig = <something> call is high up in each example
  • minimal creation of intermediate trace objects
  • liberal use of add_trace and update_layout
  • fig.show() at the end of each example
  • px example at the top if appropriate
  • minimize usage of hex codes for colors in favour of those in https://github.com/plotly/plotly.py-docs/issues/14

fig.show()
```

### Use the Coresponding Geojson
Copy link
Contributor

Choose a reason for hiding this comment

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

2 Rs in corresponding

@Mahdis-z Mahdis-z removed the request for review from michaelbabyn September 19, 2019 19:45
@nicolaskruchten
Copy link
Contributor

what's the difference between this PR and #125 ?

@Mahdis-z
Copy link
Contributor Author

what's the difference between this PR and #125 ?

area-line is the branch name for js docs as well. So switching to the area-line branch I couldn't see the changes in local repo! I'll close this pr once made the revisions.

@nicolaskruchten
Copy link
Contributor

replaced with #125

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants