Question: pointplot3d - doesn't show one point using axes=boxed autoscaling issue

A small glitch

with(plots):
pointplot3d({[2,3,4],[1,2,3],[4,5,6]},symbol=box,axes=boxed)

The third point is missing from the plot however if I use axes=normal all three points are displayed but when the boxed option is enabled the point [4,5,6] is not displayed. 

It seems the autoscaling undercuts the last point and so is out of view of the plot.  In order to have the 3rd point visible (it is there) we need to use the view=[ xmin..xmax,ymin..ymax,zmin..zmax ] option.

Does anyone know if this happens in Maple 13 or has this issue been fixed?

Please Wait...