Get the page by name.
GetPage(name)
a pointer points to the specified page
import PyOrigin gp=PyOrigin.GetPage('Graph1') # Set the dimension of the graph into 6*6 inth gp.SetHeight(6) gp.SetWidth(6)