-
Notifications
You must be signed in to change notification settings - Fork 207
Choose thumbnail image from multiple figures in same example #110
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
For the moment this feature is not available/designed. It is in our plan. Possible we might implement it by introducing comment flags on the file header to specify if a particular image is to be preferred. |
This could work I guess. You would use some kind of number inside the example source code, right, something like: sphx_glr_fig_number = 3 If the variable is not found it would default to 0 to match the current behaviour. Alternatively we could have a convention that if a variable with an agreed name and of the right type (some kind of matlplotlib figure) is found in the |
I think part of what I was trying to say is that just using a variable in the |
Is there a way to choose the thumbnail image figure for examples that generate multiple figures?
The text was updated successfully, but these errors were encountered: