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

Google Earth : KML files should not show up in PlotIndex or animations #161

Open
donnaaboise opened this issue May 24, 2015 · 3 comments
Open

Comments

@donnaaboise
Copy link
Contributor

I looked into how to skip KML files when creating the PlotIndex, latex output or animations, but it wasn't completely obvious where to insert something like

if plotfigure.use_for_kml:
   pass
@donnaaboise donnaaboise changed the title KML files should not show up in PlotIndex or animations Google Earth : KML files should not show up in PlotIndex or animations May 24, 2015
@mandli
Copy link
Member

mandli commented May 24, 2015

Maybe temporarily (or always) set the plotfigure.show to False?

@donnaaboise
Copy link
Contributor Author

I tried this, and the figure is skipped entirely - no PNG files are printed. How the plotfigure.show supposed to work?

@mandli
Copy link
Member

mandli commented May 24, 2015

That's the correct behavior but maybe that's implemented to far out to be useful for the KML plots. Perhaps adding logic at that point and checking if use_for_kml is True would still trigger making plots but keeps track of which figure numbers are to be used?

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

2 participants