erg/crates/erg_compiler/lib/external/matplotlib.d/figure.d.er
2023-06-29 15:03:56 +09:00

5 lines
186 B
Python

axes = pyimport "./axes"
.Figure!: ClassType
.Figure!.
add_axes!: (self: RefMut(.Figure!), rect: [Nat; 4], projection := Str or NoneType, polar := Bool, label := Str) => axes.Axes!