From 9245d1c7f0a003fd9ae99be7699f8309721b18a5 Mon Sep 17 00:00:00 2001 From: Aaron Schumacher Date: Tue, 19 Aug 2014 09:07:26 -0400 Subject: [PATCH] typo: "cubhelix" -> "cubehelix" --- doc/source/visualization.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/visualization.rst b/doc/source/visualization.rst index 40b5d7c1599c1..076870eff1761 100644 --- a/doc/source/visualization.rst +++ b/doc/source/visualization.rst @@ -1079,7 +1079,7 @@ colors are selected based on an even spacing determined by the number of columns in the DataFrame. There is no consideration made for background color, so some colormaps will produce lines that are not easily visible. -To use the cubhelix colormap, we can simply pass ``'cubehelix'`` to ``colormap=`` +To use the cubehelix colormap, we can simply pass ``'cubehelix'`` to ``colormap=`` .. ipython:: python :suppress: