VENIX Graphics on the Professional: Difference between revisions

From Computer History Wiki
Jump to navigationJump to search
Vaxorcist (talk | contribs)
New Page "VENIX Graphics on the Professional"
 
Vaxorcist (talk | contribs)
m Corrected lists of routines added
 
Line 6: Line 6:
  * chart    draw a flow/organizational chart
  * chart    draw a flow/organizational chart
  * hist      draw a histogram
  * hist      draw a histogram
* graph    draw a graph
  * pie      draw a pie chart
  * pie      draw a pie chart
  * scat      draw a scatter graph
  * scat      draw a scatter graph
* spline    interpolate smooth curve


Some graphics handling tools have been added as well:
Some graphics handling tools have been added / modified as well:


  * erase    graphics and text screen erase
  * erase    graphics and text screen erase
  * plot      graphics filters
  * plot      graphics filters (modified for the PRO)
  * pscreen  screen dump to graphics line printer
  * pscreen  screen dump to graphics line printer
  * setscreen set video screen mode
  * setscreen set video screen mode
* sscreen  save screen
* lscreen  load screen


If you use the "demo" login, you get an [https://youtu.be/lGTok05WTls impressive demo] of what is possible using VENIX/PRO graphics.  
If you use the "demo" login, you get an [https://youtu.be/lGTok05WTls impressive demo] of what is possible using VENIX/PRO graphics.  

Latest revision as of 06:40, 3 August 2023

VENIX/PRO Graphics Logo


To take advantage of the DEC PROs graphics capabilities, VENIX/PRO UNIX has got some special drawing routines added:

* bar       draw a bar chart
* chart     draw a flow/organizational chart
* hist      draw a histogram
* pie       draw a pie chart
* scat      draw a scatter graph

Some graphics handling tools have been added / modified as well:

* erase     graphics and text screen erase
* plot      graphics filters (modified for the PRO)
* pscreen   screen dump to graphics line printer
* setscreen set video screen mode
* sscreen   save screen
* lscreen   load screen

If you use the "demo" login, you get an impressive demo of what is possible using VENIX/PRO graphics.

All of the above has been realized with the Xhomer Professional simulator and VENIX/PRO V2.0.

The same results would have been achieved using a real DEC Professional computer (if I had one ;-)).