All global parameter are defined in the file ‘einit.m’.
Which global parameter are used by function you can see in the description of the function.
Global parameter | |
Handling | If you want to change any default values, edit the file ‘einit.m’. |
Environment | |
Page | |
Window(Bounding box) | |
Plot area | |
Polar plot area | |
Title obove plots | |
Grid | |
Polar grid | |
Axes | |
South axis | |
North axis | |
West axis | |
East axis | |
Polar radius axis | |
Polar angle axis | |
Plot line | |
Plot legend | |
Image | |
Image legend | |
Parameter | |
Line | |
Text | |
Text box | |
Contour line | |
Table |
If you want to change any default values, edit the file ‘einit.m’. This file is called by function eopen everytime. You can change a global parameter in a program temporarily, if you have called ‘eglobpar’ before. If you need the default values again after modifications of the global parameter, you should use the command ‘esavpar’ and ‘erespar’. ‘esavpar’ saves all global parameters and ‘erespar’ restores the last backup.
You can scale the axes with scale vectors [start step end]
if start and end == 0 then autoranging is on
if step == 0 then autoscaling is on