tikzplotlib icon indicating copy to clipboard operation
tikzplotlib copied to clipboard

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

Open felinae98 opened this issue 2 years ago • 0 comments
trafficstars

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.

felinae98 avatar May 22 '23 15:05 felinae98