Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style of extra_groupstyle_parameters in signature of get_tikz_code wrong #588

Open
felinae98 opened this issue May 22, 2023 · 0 comments
Open

Comments

@felinae98
Copy link

According to

group_style = [f"group size={geom[1]} by {geom[0]}"]
group_style.extend(data["extra groupstyle options [base]"])

the type of extra_groupstyle_parameters should be list[str], but in
extra_groupstyle_parameters: dict = {},

it is dict.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant