~ascurion/+junk/plPoiFoc

« back to all changes in this revision

Viewing changes to pointFoc.py

  • Committer: Christof Buchbender
  • Date: 2012-01-27 13:55:03 UTC
  • Revision ID: christof.buchbender@gmail.com-20120127135503-f01rg6fxun0wn78n
Transperancy bug in png format eliminated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
374
374
        # Finally the figure is saved to disk in EPS format
375
375
        fig1.savefig(output, dpi=None, facecolor='w', edgecolor='w', 
376
376
                     orientation='portrait', format=format,
377
 
                     transparent=True, bbox_inches='tight')
 
377
                     bbox_inches='tight')
378
378
 
379
379
def main(argv):
380
380
        startDate, endDate, project, output, format = getInput(argv)