mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-28 20:14:45 +00:00
5 lines
186 B
Python
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!
|