class AstroToolkit.Misc.grid.Datapage[source]

This structure is returned from the datapage() tool.

Attributes

figurebokeh layout

the stored datapage


Methods

saveplot(fname)[source]

Saves the datapage stored in the ‘figure’ attribute to local files without opening it in the web browser.

Parameters:

fname (str) – file name to save the figure to


showplot(fname)[source]

Opens the datapage stored in the ‘figure’ attribute in the default web browser, and saves it to local files.

Parameters:

fname (str) – file name to save the datapage to