Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hako-mikan authored Oct 14, 2024
1 parent ff7ef47 commit dc168fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/mergers/xyplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,9 +396,11 @@ def finedealer(fine,xyzval: list,xyztype: list):
for z in zs:
ycount = 0
xyimage = []
deep = deep_ori
xydealer(z,ztype,xtype,ytype)
deep_z = deep
for y in ys:
deep = deep_ori
deep = deep_z
xydealer(y,ytype,xtype,ztype)
xcount = 0
for x in xs:
Expand Down

0 comments on commit dc168fe

Please sign in to comment.