Skip to content

Commit

Permalink
Updated method for ternary plot (#1418)
Browse files Browse the repository at this point in the history
New implementation of the ternary contour figure factory that renders contours using filled line traces on top of the the proper ternary contour axes.
  • Loading branch information
emmanuelle authored and jonmmease committed Mar 4, 2019
1 parent 9421c14 commit b3dbceb
Show file tree
Hide file tree
Showing 4 changed files with 542 additions and 419 deletions.
2 changes: 1 addition & 1 deletion .circleci/create_conda_optional_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if [ ! -d $HOME/miniconda/envs/circle_optional ]; then
# Create environment
# PYTHON_VERSION=3.6
$HOME/miniconda/bin/conda create -n circle_optional --yes python=$PYTHON_VERSION \
requests six pytz retrying psutil pandas decorator pytest mock nose poppler xarray
requests six pytz retrying psutil pandas decorator pytest mock nose poppler xarray scikit-image

# Install orca into environment
$HOME/miniconda/bin/conda install --yes -n circle_optional -c plotly plotly-orca
Expand Down
Loading

0 comments on commit b3dbceb

Please sign in to comment.