Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions figures/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
An important point is that we should not expect this module to be a permanent
home for functionality.
"""

from __future__ import absolute_import
import os
import calendar
import csv
import datetime
Expand Down Expand Up @@ -396,7 +396,7 @@ def header(self):
self.set_font('DejaVuSerif', size=14)
self.cell(0, 18, '', 0, 0, 'C', True)
self.ln(1)
self.image(name=logo_url, x=70, w=65, h=15)
self.image(name=logo_url, x=110, h=15)
self.ln(5)

def footer(self):
Expand Down