Skip to content

Docs for new range and autorange options + update Plotly.js version - #4307

Merged
LiamConnors merged 13 commits into
masterfrom
autorange-bounds
Sep 15, 2023
Merged

Docs for new range and autorange options + update Plotly.js version#4307
LiamConnors merged 13 commits into
masterfrom
autorange-bounds

Conversation

@LiamConnors

@LiamConnors LiamConnors commented Aug 2, 2023

Copy link
Copy Markdown
Contributor

@archmoj

Documentation PR

  • I've seen the doc/README.md file
  • 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

Comment thread doc/python/axes.md Outdated
Comment thread doc/python/axes.md Outdated
@LiamConnors
LiamConnors requested a review from archmoj September 8, 2023 17:51
@LiamConnors LiamConnors changed the title Docs for new range and autorange options Docs for new range and autorange options + update Plotly.js version Sep 12, 2023
@LiamConnors
LiamConnors marked this pull request as ready for review September 12, 2023 14:18

@alexcjohnson alexcjohnson left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

💃

@LiamConnors
LiamConnors merged commit b2ebf8b into master Sep 15, 2023
@gvwilson
gvwilson deleted the autorange-bounds branch June 4, 2025 12:43
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