I want to draw a coordinate system like this:

I would like to specify the width and height of the coordinate system and where the origin begins (upper left corner). I also want to specify the x and y axes with arrows. Additionally the end of the x and y axis should be indicated with the text "200px".
I'm a LaTeX beginner and am not sure how to do that.
Can anyone recommend a latex package for it?


pgf(also namedtikzin its front-end layer) orpstricks. Both have amazing drawing capabilities and support just what you request. – zeroth Feb 17 at 14:09