Gsharp User Guide

Working with Data

Plotting Data

Projecting Data

The Gsharp Script Language (GSL)

Extending Gsharp

 

Most of the answers include GSL scripts as illustrations. You can either paste these examples into the ScriptBuilder or perform each command one at a time interactively. e.g.
create Viewport page_1.view
  ( XuNyRatio = 1,
    XuNxRatio = 1
  );

means create a viewport on page_1 and call it view. Set the Y Ratio to be 1, set the X Ratio to be 1 and click on OK.