Script execution

This commit is contained in:
gac-S_Changer
2017-07-10 08:51:06 +02:00
parent 2796cb9b4e
commit d42323646c

10
script/test/Layout.py Normal file
View File

@@ -0,0 +1,10 @@
p = plot(None)[0]
p.setLegendVisible(True)
for block in get_blocks():
print block
(xmin, xmax) = block.x_range
(ymin, ymax) = block.y_range
plot_rectangle(p, xmin, ymin, xmax, ymax, name = block.id)