Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add show_html(filename) method #217

Merged
merged 4 commits into from
Jul 31, 2024
Merged

add show_html(filename) method #217

merged 4 commits into from
Jul 31, 2024

Conversation

andrei-ng
Copy link
Collaborator

Closes #170

Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
 - the show() method by default creates a random named file in `/tmp`
   dir, however in some cases `/tmp` is not available, e.g., snap's Firefox
   runs in an isolated enviroment and cannot access the system's `/tmp`
 - provide a method that calls write_html followed by show for easier
   access

Closes #170

Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
 - temporary patch introduced in
   3130f5a to bypass clippy errors
   due to darling package: TedDriggs/darling#296

Closes #210

Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
@andrei-ng andrei-ng self-assigned this Jul 31, 2024
@andrei-ng andrei-ng merged commit 4e47e85 into main Jul 31, 2024
19 checks passed
@andrei-ng andrei-ng deleted the develop branch July 31, 2024 20:14
@andrei-ng andrei-ng restored the develop branch September 6, 2024 09:06
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.

plot.show() does not work on Linux snap Firefox
1 participant