Skip to content

Commit e58e5c7

Browse files
authored
minor language improvements
1 parent 6212b79 commit e58e5c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/visualization.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1052,8 +1052,8 @@ Plot Formatting
10521052
Setting the plot style
10531053
~~~~~~~~~~~~~~~~~~~~~~~~
10541054

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.
1055+
From version 1.5 and up, matplotlib offers a range of preconfigured plotting styles. Setting the
1056+
style can be used to easily give plots the general look that you want.
10571057
Setting the style is as easy as calling ``matplotlib.style.use(my_plot_style)`` before
10581058
creating your plot. For example you could do ``matplotlib.style.use('ggplot')`` for ggplot-style
10591059
plots.

0 commit comments

Comments
 (0)