
********************************************************
--------------------------------------------------------
	to run					type
--------------------------------------------------------

 DataViews on HP98700A  ---------------- <pathname>/DV2627A


********************************************************
--------------------------------------------------------
	to run					type
--------------------------------------------------------

 DataViews on HP300H  ---------------- <pathname>/DV300H


********************************************************
--------------------------------------------------------
	to run					type
--------------------------------------------------------

 DataViews on HP300L  ---------------- <pathname>/DV300L


********************************************************
--------------------------------------------------------
	to run					type
--------------------------------------------------------

 DV-Draw on HP98700A  ---------------- <pathname>/Draw98700A


********************************************************
--------------------------------------------------------
	to run					type
--------------------------------------------------------

 DV-Draw on HP300H  ---------------- <pathname>/Draw300H


********************************************************
--------------------------------------------------------
	to run					type
--------------------------------------------------------

 DV-Draw on HP300L  ---------------- <pathname>/Draw300L

***********************************************************
-----------------------------------------------------------
	DataViews Subroutine Package
-----------------------------------------------------------

To compile your source files, use:

#include	<pathname>/subrs/std.h 	
#include	<pathname>/subrs/dvstd.h


To link with the DataViews subroutine package, call:

    <pathname>/DVlink <your source and object files>

There is an example program, <pathname>/subrs/example.c,
that you can refer to.

********************************************************
--------------------------------------------------------
	to run					type
--------------------------------------------------------

 DataViews demo on HP98700A --------- <pathname>/Demo98700A

********************************************************
--------------------------------------------------------
	to run					type
--------------------------------------------------------

 DataViews demo on HP300H --------- <pathname>/Demo300H

********************************************************
--------------------------------------------------------
	to run					type
--------------------------------------------------------

 DataViews demo on HP300L --------- <pathname>/Demo300L

************************************************************************

                 Play back a saved state
------------------------------------------------------------------------

   to run -------------- <pathname>/DVplay $1 $2 $3 $4 ($5 $6 $7 $8)

------------------------------------------------------------------------

DVplay will play back a previously saved DataViews saved state.

The required arguments are:
   $1 device, $2 saved state, $3 begining iteration, $4 end iteration

A viewport can be optionally specified using coordinates 
in the range 0 to 32767. The optional viewport arguments are:
   $5 lower left x, $6 lower left y, $7 upper right x, $8 upper right y
