You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* plot.show() fix
Moved a few things around I got this to work on my Windows 10 machine
seems like Spawn() does the trick!!
* Revert "plot.show() fix"
This reverts commit 780976a.
* fix plot.show() Windows
Hi, sorry for the last PR updated!!
* fix command line args
* Update CHANGELOG.md
* Update CHANGELOG.md
Co-authored-by: Michael Freeborn <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
5
6
+
## [0.8.4] - 2023-01-xx
7
+
### Fixed
8
+
-[[#129](https://github.com/igiagkiozis/plotly/pull/129)] Fix issue for plots not showing in browser in Windows. Thanks to [@juanespj](https://github.com/juanespj) for the PR.
9
+
6
10
## [0.8.3] - 2022-11-04
7
11
### Fixed
8
12
-[[#122](https://github.com/igiagkiozis/plotly/pull/122)] Compilation error for the `wasm` feature.
0 commit comments