Menu

Find Limits of existing graph

Help
2022-09-22
2022-09-24
  • Alan Bromborsky

    Alan Bromborsky - 2022-09-22

    How to I find the limits of an existing graph (one that has been draw) so that I can make sure additional line segments that I would draw on the graph do not exceed the limits?

     
  • John Bowman

    John Bowman - 2022-09-22

    You can use pair point(picture, dir, bool user=true)for this. For example:
    draw(point(SW)--point(NE));

     
  • Alan Bromborsky

    Alan Bromborsky - 2022-09-24

    As always thanks again.

     

Log in to post a comment.