Node:canvas, Next:Indexes, Previous:arrow, Up:Top
Canvas is an object that corresponds to a single output file. It provides a set of methods for drawing lines, polygons, texts, and other things in a manner independent of the file's format. Canvas is usually hidden from the user, as PyChart creates a "default" canvas when it starts up and implicitly writes all charts on the default canvas (unless the user specifies otherwise; more on that later). There are some occasions, however, in which you might want to manipulate a canvas explicitly, e.g., when you want to create multiple graphs from a single file, or you just want to add lines and texts directly.