Opened 15 years ago

Closed 15 years ago

#160 closed enhancement (fixed)

Changing the aspect ratio of plots

Reported by: james.green@… Owned by: Malte Marquarding
Priority: normal Milestone: ASAP 2.4
Component: General Version: 2.0
Severity: normal Keywords:
Cc:

Description

It would be good for the user to be able to control the aspect ratio of plots. Thanks.

Change History (1)

comment:1 Changed 15 years ago by Malte Marquarding

Resolution: fixed
Status: newclosed

I have added this feature. It also honours your matplotlibrc file if it exists.

call as follows:

#create new plotter
plotter2 =  asapplotter(size=(9,5)) # size is (w,h) in inches (8,6) is the default.

or

del plotter # remove standard plotter
plotter =  asapplotter(size=(9,5))
Note: See TracTickets for help on using tickets.