@@ -1361,7 +1361,7 @@ def plot(self, *args, **kwargs):
13611361
13621362 By default, each line is assigned a different style specified by a
13631363 'style cycle'. The *fmt* and line property parameters are only
1364- neccessary if you want explicit deviations from these defaults.
1364+ necessary if you want explicit deviations from these defaults.
13651365 Alternatively, you can also change the style cycle using the
13661366 'axes.prop_cycle' rcParam.
13671367
@@ -6279,7 +6279,7 @@ def hist(self, x, bins=None, range=None, density=None, weights=None,
62796279 The type of histogram to draw.
62806280
62816281 - 'bar' is a traditional bar-type histogram. If multiple data
6282- are given the bars are aranged side by side.
6282+ are given the bars are arranged side by side.
62836283
62846284 - 'barstacked' is a bar-type histogram where multiple
62856285 data are stacked on top of each other.
@@ -6338,7 +6338,7 @@ def hist(self, x, bins=None, range=None, density=None, weights=None,
63386338
63396339 stacked : boolean, optional
63406340 If ``True``, multiple data are stacked on top of each other If
6341- ``False`` multiple data are aranged side by side if histtype is
6341+ ``False`` multiple data are arranged side by side if histtype is
63426342 'bar' or on top of each other if histtype is 'step'
63436343
63446344 Default is ``False``
0 commit comments