-
Notifications
You must be signed in to change notification settings - Fork 0
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
Export image #11
Merged
Merged
Export image #11
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
385d43b
Add write image function.
nathancoliver 2d0cca9
Set width and height of image.
nathancoliver 5f5b233
Update width and height.
nathancoliver 8db411b
Allow width and height set to None.
nathancoliver b32df33
Set default width and height value to None.
nathancoliver 0412b89
Add figure print statement.
nathancoliver 4891e18
Use update to define layout width and height.
nathancoliver 898ddf0
Update width and height.
nathancoliver e4d1c64
Move width and height to DimensiuonalPlot.
nathancoliver 721f755
Use update.
nathancoliver d3e6f24
Delete print.
nathancoliver 41d985d
Set width and height in DimensionalPlot.
nathancoliver 7fdcade
Remove Union type hint import.
nathancoliver 1becdf7
Add type hint and default value of None for scale in write_image_plot…
nathancoliver 0202348
Add note for scale; raise ValueError for scale; add float type hint f…
nathancoliver dfb51d0
Add note for kaleido import.
nathancoliver a66ef35
Add whitespace.
nathancoliver d948352
Move width and height from DimensionalPlot init to write_image_plot.
nathancoliver e4c95ef
Set width and height to None in write_html_plot.
nathancoliver 0e9221a
Undo alphabetical order.
nathancoliver File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a formatter was automatically applied to this file, causing unrelated diffs. Not sure I like it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you want to do about it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change your editor settings so it doesn't automatically format TOML files (or at least disable the reordering of keywords).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't find the setting. I will need your help.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed