Skip to content

Fix #16995: browsevar/editvar => plot = hist3d => bar3d after MR !135

BUG / Test

a = rand(20,10);
browsevar
// click right on "a": Plot matrix => hist3d
// -->
//  "Variable non définie : hist3d"
editvar a
// Toolbar: last tool = Plot the selection => hist3d
// -->
//  "Variable non définie : hist3d"

Merge request reports