We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59f06d8 commit 828d6e3Copy full SHA for 828d6e3
matplotlib2tikz/save.py
@@ -209,7 +209,7 @@ def _print_pgfplot_libs_message(data):
209
print('Please add the following lines to your LaTeX preamble:\n')
210
print('\\usepackage[utf8]{inputenc}')
211
print('\\usepackage{fontspec}'
212
- ' % This Line only for XeLaTeX and LuaLaTeX')
+ ' % This line only for XeLaTeX and LuaLaTeX')
213
print('\\usepackage{pgfplots}')
214
if tikzlibs:
215
print('\\usetikzlibrary{' + tikzlibs + '}')
0 commit comments