yt.reason GUI Methods and Objects

When the GUI is onscreen, you can open up a shell to not only interact with the data already in existence but to add new data objects. The one instance of ReasonMainWindow is known as mainwindow in the namespace of the interpreter.

Additionally, within the namespace of the Reason interpreter, you have access to outputs, which is a list of the outputs open in the main window, and data_objects, which is every single derived data object generated in the GUI.

class yt.reason.ReasonMainWindow

Comments

Feel free to leave comments! If you've got a GMail account, you can use https://www.google.com/accounts/o8/id as your OpenID URL.
comments powered by Disqus

Previous topic

yt.raven Plotting and Plot Interfaces

Next topic

Convenience Functions

This Page