From: Jason G. <jas...@cr...> - 2013-02-08 02:58:01
|
On 2/7/13 8:08 PM, Erik Bray wrote: > A couple easier solutions: Allow > the `.title` (and other such attributes) to be assigned to with a > (value, options) tuple where the value is the title itself, and the > options is a dictionary or tuple of supported options for the title. Interesting. Just brainstorming here...then ax.title += (None, moreoptions) could set more options (without changing the title text or already set options), or ax.title -= (None, deleteoptions) could reset just certain options to default values. Thanks, Jason |