emergency fix for xyz plot
This commit is contained in:
parent
5cea278d3a
commit
94ffa9fc53
1 changed files with 0 additions and 1 deletions
|
@ -500,7 +500,6 @@ class Script(scripts.Script):
|
|||
zs = process_axis(z_opt, z_values)
|
||||
|
||||
# this could be moved to common code, but unlikely to be ever triggered anywhere else
|
||||
Image.MAX_IMAGE_PIXELS = opts.img_max_size_mp * 1.1 # allow 10% overhead for margins and legend
|
||||
grid_mp = round(len(xs) * len(ys) * len(zs) * p.width * p.height / 1000000)
|
||||
assert grid_mp < opts.img_max_size_mp, f'Error: Resulting grid would be too large ({grid_mp} MPixels) (max configured size is {opts.img_max_size_mp} MPixels)'
|
||||
|
||||
|
|
Loading…
Reference in a new issue