nschloe / tikzplotlib

:bar_chart: Save matplotlib figures as TikZ/PGFplots for smooth integration into LaTeX.
MIT License
2.42k stars 218 forks source link

"minor xticklabels" key is not in PGFPLOTS #330

Open esarradj opened 5 years ago

esarradj commented 5 years ago

This code:

https://github.com/nschloe/tikzplotlib/blob/aee7a4ff145159476a7d07248f4b93c2372e73e7/tikzplotlib/axes.py#L207-L209

may produce the axes key 'minor xticklabels' which is not know in PGFPLOTS as of version 1.16

The same holds for y

nschloe commented 5 years ago

For reference: https://tex.stackexchange.com/a/513659/13262