We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9f3277 commit adf866cCopy full SHA for adf866c
examples/linear_model/plot_robust_fit.py
@@ -82,7 +82,7 @@
82
83
legend_title = 'Error of Mean\nAbsolute Deviation\nto Non-corrupt Data'
84
legend = plt.legend(loc='upper right', frameon=False, title=legend_title,
85
- fontsize='x-small')
+ prop=dict(size='x-small'))
86
plt.xlim(-4, 10.2)
87
plt.ylim(-2, 10.2)
88
plt.title(title)
0 commit comments