Open felinae98 opened 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.
extra_groupstyle_parameters
list[str]
dict
According to https://github.com/nschloe/tikzplotlib/blob/450712b4014799ec5f151f234df84335c90f4b9d/src/tikzplotlib/_axes.py#L453-L454 the type of
extra_groupstyle_parameters
should belist[str]
, but in https://github.com/nschloe/tikzplotlib/blob/450712b4014799ec5f151f234df84335c90f4b9d/src/tikzplotlib/_save.py#L33 it isdict
.