Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion doc/python/3d-surface-plots.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ fig.show()
#### Surface Plot With Contours


Display and customize contour data for each axis using the `contours` attribute ([reference](plotly.com/python/reference/surface/#surface-contours)).
Display and customize contour data for each axis using the `contours` attribute ([reference](https://plotly.com/python/reference/surface/#surface-contours)).

```python
import plotly.graph_objects as go
Expand Down
2 changes: 1 addition & 1 deletion packages/python/plotly/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ def run(self):

# update plotly.js version in _plotlyjs_version
rev = build_info["vcs_revision"]
date = build_info["committer_date"]
date = str(build_info["committer_date"])
version = "_".join([self.devrepo, self.devbranch, date[:10], rev[:8]])
overwrite_plotlyjs_version_file(version)

Expand Down