Fix offset issue for xen
This commit is contained in:
parent
f4588ebda5
commit
0c0fbc10e9
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ def paste_image(
|
|||
status_print('Calculating contour lines')
|
||||
plot_contours(out_img,
|
||||
target,
|
||||
offx=(0, 0),
|
||||
offx=(tminx, tminy),
|
||||
scale=scale,
|
||||
status_print=lambda *args: status_print(' ', *args))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue