from circles import PlateLayout p = PlateLayout(5, 150.0) p.compute_layout() p.generate_svg('plate_sketch.svg')