help wantedprojectviz
仓库指标
- Star
- (3,453 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
Hi @dlwh,
is it possible to draw contour plots like in octave, e.g. contour(u, v, z, [0, 0], 'LineWidth', 2)? I wanted to draw a polynomial decision boundary for logistic regression with scala/breeze like this:

The scatter plot for the data works fine, but I cant find a way to plot such a decision boundary.
Many thanks in advance!