Skip to content

TypeError: title() missing 1 required positional argument: 'label'。 #1

@changrui

Description

@changrui

raceback (most recent call last):
File ".\fit_curve.py", line 167, in
draw_fit_curve(xs=xs, ys=ys, A=A, order=order) # 可视化多项式曲线拟合结果
File ".\fit_curve.py", line 157, in draw_fit_curve
plt.title(s='最小二乘法拟合多项式N={}的函数曲线f(x)'.format(order))
TypeError: title() missing 1 required positional argument: 'label'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions