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 d3ae3c8 commit fd49878Copy full SHA for fd49878
src/Argmax2D/Argmax2D.jl
@@ -91,7 +91,9 @@ $TYPEDSIGNATURES
91
92
Plot the data sample for the [`Argmax2DBenchmark`](@ref).
93
"""
94
-function Utils.plot_data(::Argmax2DBenchmark, sample::DataSample; kwargs...)
+function Utils.plot_data(
95
+ ::Argmax2DBenchmark, sample::DataSample; θ_true=sample.θ_true, kwargs...
96
+)
97
(; instance) = sample
98
pl = init_plot()
99
plot_polytope!(pl, instance)
0 commit comments