Skip to content

Commit d0b8f9f

Browse files
missing pieces from previous commit
1 parent 561570f commit d0b8f9f

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.circleci/create_conda_optional_env.sh

-4
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,5 @@ if [ ! -d $HOME/miniconda/envs/circle_optional ]; then
1919
requests nbformat six retrying psutil pandas decorator pytest mock nose poppler xarray scikit-image ipython jupyter ipykernel ipywidgets
2020

2121
# Install orca into environment
22-
<<<<<<< HEAD
2322
$HOME/miniconda/bin/conda install --yes -n circle_optional -c plotly plotly-orca==1.3.1
24-
=======
25-
$HOME/miniconda/bin/conda install --yes -n circle_optional -c plotly plotly-orca==1.2.1
26-
>>>>>>> doc-prod
2723
fi

doc/python/heatmaps.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,7 @@ fig.show()
8181

8282
### Heatmap with Categorical Axis Labels
8383

84-
<<<<<<< HEAD
85-
In this example we also show how to ignore [hovertext](https://plot.ly/python/hover-text-and-formatting/) when we have [missing values](https://plot.ly/python/missing_values) in the data by setting the [hoverongaps](https://plot.ly/python/reference/#heatmap-hoverongaps) to False.
86-
=======
87-
In this example we also show how to ignore [hovertext](https://plotly.com/python/hover-text-and-formatting/) when we have [missing values](https://plotly.com/python/missing_values) in the data by setting the [hoverongaps](https://plotly.com/python/reference/#heatmap-hoverongaps) to False.
88-
>>>>>>> doc-prod
84+
In this example we also show how to ignore [hovertext](https://plotly.com/python/hover-text-and-formatting/) when we have [missing values](https://plotly.com/python/missing_values) in the data by setting the [hoverongaps](https://plotly.com/python/reference/#heatmap-hoverongaps) to False.
8985

9086
```python
9187
import plotly.graph_objects as go

0 commit comments

Comments
 (0)