File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 92
92
plot_basedir
93
93
Base directory, to which ``plot::`` file names are relative
94
94
to. (If None or empty, file names are relative to the
95
- directoly where the file containing the directive is.)
95
+ directory where the file containing the directive is.)
96
96
97
97
plot_formats
98
98
File formats to generate. List of tuples or strings::
111
111
112
112
plot_apply_rcparams
113
113
By default, rcParams are applied when `context` option is not used in
114
- a plot directive. This configuration option overrides this behaviour
114
+ a plot directive. This configuration option overrides this behavior
115
115
and applies rcParams before each plot.
116
116
117
117
plot_working_directory
123
123
helper modules for all code are located.
124
124
125
125
plot_template
126
- Provide a customized template for preparing resturctured text.
127
-
128
-
126
+ Provide a customized template for preparing restructured text.
129
127
"""
130
128
from __future__ import (absolute_import , division , print_function ,
131
129
unicode_literals )
You can’t perform that action at this time.
0 commit comments