-
Notifications
You must be signed in to change notification settings - Fork 10
Error when setting titles for a subset of axes using a list of titles #166
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
Comments
hmm would have to look at this. The doc states that it gets the properties according to the axis number. Which would explain the error; you are providing two titles but the SubplotGrid has three. I agree that it is rather unintuitive however. |
The fix would be to make the format a property of the SubplotGrid rather than going through Figure. Changing this would require some retooling I think. We could also parse it sequentially if the subplot grid is smaller than the number of subplots. The latter may be easier now that I think of it. |
Working on a fix see #167 |
Fixed in main |
Uh oh!
There was an error while loading. Please reload this page.
Like the issue title said. Here is a reproducible example:
I can add the titles by adding an empty string:
although the code looks a little weird.
The text was updated successfully, but these errors were encountered: