Skip to content

Commit b3dbceb

Browse files
emmanuellejonmmease
authored andcommitted
Updated method for ternary plot (#1418)
New implementation of the ternary contour figure factory that renders contours using filled line traces on top of the the proper ternary contour axes.
1 parent 9421c14 commit b3dbceb

File tree

4 files changed

+542
-419
lines changed

4 files changed

+542
-419
lines changed

Diff for: .circleci/create_conda_optional_env.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if [ ! -d $HOME/miniconda/envs/circle_optional ]; then
1616
# Create environment
1717
# PYTHON_VERSION=3.6
1818
$HOME/miniconda/bin/conda create -n circle_optional --yes python=$PYTHON_VERSION \
19-
requests six pytz retrying psutil pandas decorator pytest mock nose poppler xarray
19+
requests six pytz retrying psutil pandas decorator pytest mock nose poppler xarray scikit-image
2020

2121
# Install orca into environment
2222
$HOME/miniconda/bin/conda install --yes -n circle_optional -c plotly plotly-orca

0 commit comments

Comments
 (0)