summaryrefslogtreecommitdiff
path: root/graphics/mathspic/dos/mpicm02a.pic
blob: 7214fd2539ef656520b27cc9837a8d3a14b39243 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
%* -------------------------------------------
%* 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}