erg/crates/erg_compiler/lib/external/matplotlib.d/figure.d.er
Shunsuke Shibayama 92aa3ea078 add external files
2024-02-11 23:04:16 +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!