You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created two shape collection tests for tutorial:
tut_shapes_p1
tut_shapes_p2
in all 3 languages. C++ and Java produce the same output, while python does not - its missing two polyline shapes (x and y axis drawn as polylines) and the triangle is in the wrong place. I think I carefully checked the code to make them identical.
The text was updated successfully, but these errors were encountered:
Matthew:
I created two shape collection tests for tutorial:
tut_shapes_p1
tut_shapes_p2
in all 3 languages. C++ and Java produce the same output, while python does not - its missing two polyline shapes (x and y axis drawn as polylines) and the triangle is in the wrong place. I think I carefully checked the code to make them identical.
The text was updated successfully, but these errors were encountered: