-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: plotly/plotly.py
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1462f3f
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: plotly/plotly.py
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c044f1e
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 5 files changed
- 4 contributors
Commits on Sep 13, 2022
-
Prevent swallowing of ValueError in core.py
Traceback that this leads to: ``` File .../python3.9/site-packages/plotly/express/_core.py:2226, in make_figure(args, constructor, trace_patch, layout_patch) 2223 if args.get("marginal_y") is not None: 2224 ncols += 1 -> 2226 fig = init_figure( 2227 args, subplot_type, frame_list, nrows, ncols, col_labels, row_labels 2228 ) 2230 # Position traces in subplots 2231 for frame in frame_list: File .../python3.9/site-packages/plotly/express/_core.py:2373, in init_figure(args, subplot_type, frame_list, nrows, ncols, col_labels, row_labels) 2370 _spacing_error_translator(e, "Vertical", "facet_row_spacing") 2372 # Remove explicit font size of row/col titles so template can take over -> 2373 for annot in fig.layout.annotations: 2374 annot.update(font=None) 2376 return fig UnboundLocalError: local variable 'fig' referenced before assignment ```
Configuration menu - View commit details
-
Copy full SHA for e510c6d - Browse repository at this point
Copy the full SHA e510c6dView commit details
Commits on Nov 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5433a6c - Browse repository at this point
Copy the full SHA 5433a6cView commit details
Commits on Aug 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 85a8ce5 - Browse repository at this point
Copy the full SHA 85a8ce5View commit details
Commits on May 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1b7efe2 - Browse repository at this point
Copy the full SHA 1b7efe2View commit details
Commits on May 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7250704 - Browse repository at this point
Copy the full SHA 7250704View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c25793 - Browse repository at this point
Copy the full SHA 6c25793View commit details -
Merge pull request #5193 from plotly/fix-5187
Fix issue breaking `fig.write_image()`
Configuration menu - View commit details
-
Copy full SHA for b7ee03d - Browse repository at this point
Copy the full SHA b7ee03dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1746687 - Browse repository at this point
Copy the full SHA 1746687View commit details -
Merge pull request #5194 from plotly/release-6.1.1
Version bump for 6.1.1
Configuration menu - View commit details
-
Copy full SHA for c044f1e - Browse repository at this point
Copy the full SHA c044f1eView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1462f3f...c044f1e