nschloe / tikzplotlib

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

style of `extra_groupstyle_parameters` in signature of `get_tikz_code` wrong #588

Open felinae98 opened 1 year ago

felinae98 commented 1 year ago

According to https://github.com/nschloe/tikzplotlib/blob/450712b4014799ec5f151f234df84335c90f4b9d/src/tikzplotlib/_axes.py#L453-L454 the type of extra_groupstyle_parameters should be list[str], but in https://github.com/nschloe/tikzplotlib/blob/450712b4014799ec5f151f234df84335c90f4b9d/src/tikzplotlib/_save.py#L33 it is dict.