-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Fast image: add binary_string
parameter to imshow
#2691
Merged
+16,567
−6,475
Merged
Changes from 8 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
f628e94
Merge branch 'master' of https://github.com/plotly/plotly.py
emmanuelle d2f8b72
Merge branch 'master' of https://github.com/plotly/plotly.py
emmanuelle 3ef3764
Merge branch 'master' of https://github.com/plotly/plotly.py
emmanuelle 902a98e
Merge branch 'master' of https://github.com/plotly/plotly.py
emmanuelle 71b14c1
run updateplotlyjsdev using js fast-image branch
emmanuelle 1984998
work in progress on imshow with source
emmanuelle e6feb33
added dev dep
emmanuelle e551672
added dev dep
emmanuelle 34cc0de
more tests and docstring
emmanuelle febdfaf
range_color case
emmanuelle 01195f8
values for contrast_rescaling are now minmax and infer
emmanuelle 81ce9f6
vendored code from scikit-image for rescale_intensity
emmanuelle d3d88b8
different backends for b64 creation
emmanuelle bd25f05
more tests and documented parameters in docstring
emmanuelle 78d2454
no color in hovertemplate when contrast has been modified
emmanuelle 0752df7
modified tutorial
emmanuelle 34c1acf
modified requirements
emmanuelle 08e0781
solve bug for rgba images
emmanuelle 91f608e
tweaks so that zmin/zmax are set less often
emmanuelle 0cecbd6
do not do anything when origin='lower' because the JS already takes c…
emmanuelle eeb1988
use z instead of color in hover
emmanuelle dd21b48
version added in tutorial
emmanuelle 226817e
remove circle ci modifications
emmanuelle d3cb22b
codegen
emmanuelle 7b117dc
add generated files
emmanuelle 4db5fe4
remove pypng dependency
emmanuelle 63a4dc9
use rgba256 colormodel
emmanuelle 29aab27
try to fix CI
emmanuelle 32ca251
fix test
emmanuelle cdbfefe
improve examples
emmanuelle 03ce500
add jpg compression option
emmanuelle c0247d2
improve docstring
emmanuelle ff6bd6e
bump plotly.js to 1.55.1
nicolaskruchten 3640abc
Merge branch 'master' into fast-image
nicolaskruchten 56494ba
blacken png
nicolaskruchten cb72f88
remove f-string
nicolaskruchten 96cebe3
fix png.py tests
nicolaskruchten 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
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
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.
my idea here was to be able to take a look at the doc even when the corresponding feature is not released in plotly.js, but it does not work since the exported html asks for the regular plotly.js bundle so the feature is not available. Too bad! Or maybe I can find a way to link to another bundle...