Skip to content
Permalink

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: deepakkhurana/plotly.py
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: hexbin
Choose a base ref
...
head repository: deepakkhurana/plotly.py
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 16 files changed
  • 3 contributors

Commits on Jul 14, 2020

  1. Add Kaleido image export support (plotly#2613)

    * add engine kwarg to to_image/write_image functions
    * Update Image renderers with engine parameter
    * Don't auto-start orca when image renderer is activated because now
    we might not end up using orca.
    * Added kaleido engine tests
    * Python 2.7 mock compatibility
    * Update CHANGELOG.md
    * Add kaleido test that actually calls Kaleido and checks that the
    resulting bytes are reasonable
    * Update image export documentation to recommend and describe Kaleido
    * Add engine docstring to figure image export methods
    * Change kaleido conda channel to plotly since it most likely won't be available on conda-forge initially
    * Conda package renamed from kaleido -> python-kaleido
    * in README: indicate that Keleido is new and improved and orca is legacy
    * Add Kaleido note to orca-management section
    * Fix JPEG typo
    * Merge "Install Dependency" sections and better explain that Kaleido is new and recommended
    * Replace Orca with plotly.py when discussing supported image export formats
    
    Co-authored-by: NickE <[email protected]>
    Co-authored-by: Nicolas Kruchten <[email protected]>
    3 people authored Jul 14, 2020
    Configuration menu
    Copy the full SHA
    25a77f3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request plotly#2638 from plotly/hexbin

    Finishing up Hexbin Mapbox PR
    nicolaskruchten authored Jul 14, 2020
    Configuration menu
    Copy the full SHA
    ff9e9c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a34ab48 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e99103 View commit details
    Browse the repository at this point in the history
Loading