%* -------------------------------------------
%* mathsPIC 2.1
%* Copyright (c) RWD Nickalls 1999-2000
%* Email: dicknickalls@compuserve.com
%* Date (m/d/y) : 11-05-2000  20:51:54
%* Command Line: /b/s  MPICM02A.M
%* Input Filename:  MPICM02A.M
%* Output Filename: MPICM02A.MT
%* -------------------------------------------
%% mPICm02a.m  (figure 2a)
%% mathsPIC    axes
%%-------------
%\documentclass[a4paper]{article}
%\usepackage{pictexwd}
%\begin{document}
%%---------------
\beginpicture
%% setup the plot area
%% paper{units(mm),xrange(0,50),yrange(0,50),axes(LRTB),ticks(10,10)}  
\setcoordinatesystem units < 1mm, 1mm>
\setplotarea x from  0 to  50, y from  0 to  50
\axis left ticks numbered from  0 to  50 by  10  /
\axis right ticks numbered from  0 to  50 by  10  /
\axis top ticks numbered from  0 to  50 by  10  /
\axis bottom ticks numbered from  0 to  50 by  10  /
\endpicture
%%-------------------
%\end{document}