erg/crates/erg_compiler/lib/external/matplotlib.d/axes.d/_axes.d.er
2023-06-03 12:03:31 +09:00

21 lines
497 B
Python

.Axes!: ClassType
.Axes!.
scatter!: (
self: RefMut(.Axes!),
x: Num, # TODO: Float | ArrayLike
y: Num,
s := Num,
c := Iterable(Int),
vmin := Float,
vmax := Float,
) => NoneType
set!: (
self: RefMut(.Axes!),
xlabel := Str,
xlim := (Float, Float),
xticks := Iterable(Obj),
ylabel := Str,
ylim := (Float, Float),
yticks := Iterable(Obj),
title := Str
) => NoneType