The default branch works correctly. The changeset below fixed the problem.
http://hg.savannah.gnu.org/hgweb/octave/rev/566cf544d020
I produced the attached changeset by back-porting/grafting to the stable branch.
hg update stable
hg graft 566cf544d020
hg tip
hg export tip> ~/Desktop/changeset.patch
hg rollback
hg revert --all
I'm doing a fresh build of the stable branch to check that nothing breaks. If
all looks ok, I'll push this change. Any concerns/objections?
Ben
The changeset works for me. None of the scatter3 demos broke.
Since we're close to a release, I'd appreciate it if someone else can take a
look and confirm they don't see any regressions or new bugs after applying the
changeset.
Ben