We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6212b79 commit e58e5c7Copy full SHA for e58e5c7
doc/source/visualization.rst
@@ -1052,8 +1052,8 @@ Plot Formatting
1052
Setting the plot style
1053
~~~~~~~~~~~~~~~~~~~~~~~~
1054
1055
-From version 1.5 and up, matplotlib offers a range of preconfigured plotting style. Setting the
1056
-style can be used to easily give the plots the general look that you want.
+From version 1.5 and up, matplotlib offers a range of preconfigured plotting styles. Setting the
+style can be used to easily give plots the general look that you want.
1057
Setting the style is as easy as calling ``matplotlib.style.use(my_plot_style)`` before
1058
creating your plot. For example you could do ``matplotlib.style.use('ggplot')`` for ggplot-style
1059
plots.
0 commit comments