Menu

#499 y-direction is mirrored

open
None
5
2011-05-11
2010-09-01
Anonymous
No

in the 3d-Plot it seems that the y-direction is mirrored. So the plotted system is not an orthonormal (kartesian) system.

Discussion

  • Samit Basu

    Samit Basu - 2011-03-23
    • assigned_to: nobody --> samitbasu
    • status: open --> pending
     
  • Samit Basu

    Samit Basu - 2011-03-26

    Works for me?

     
  • Samit Basu

    Samit Basu - 2011-03-26

    Attached is the result of the following code sample:
    t = linspace(0,5*pi,200);
    x = cos(t); y = sin(t); z = t/5;
    plot3(x,y,z);
    view(3)
    and the axes appear correct. Can you please post the code sample you used?

     
  • SourceForge Robot

    • status: pending --> closed
     
  • SourceForge Robot

    This Tracker item was closed automatically by the system. It was
    previously set to a Pending status, and the original submitter
    did not respond within 14 days (the time period specified by
    the administrator of this Tracker).

     
  • Samit Basu

    Samit Basu - 2011-04-07
    • status: closed --> open
     
  • Samit Basu

    Samit Basu - 2011-05-11
    • assigned_to: samitbasu --> geneing
     

Log in to post a comment.