Skip to content

Commit af5e0e5

Browse files
committed
updates from review
- add validation for `x` and `y` in `annotated_heatmap` - correct/improve docstrings
1 parent 27f8efa commit af5e0e5

File tree

2 files changed

+165
-150
lines changed

2 files changed

+165
-150
lines changed

plotly/tests/test_core/test_tools/test_figure_factory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ class TestAnnotatedHeatmap(TestCase):
690690

691691
def test_unequal_z_text_size(self):
692692

693-
# check: PlotlyError if z and text are not the same dimmensions
693+
# check: PlotlyError if z and text are not the same dimensions
694694

695695
kwargs = {'z': [[1, 2], [1, 2]], 'annotation_text': [[1, 2, 3], [1]]}
696696
self.assertRaises(PlotlyError,

0 commit comments

Comments
 (0)