Units Profile by default in Hyperview

Altair Community Member
Updated by JM Desrosiers
Hi.
Is there a way in Hypergraph to change the Units Profile by default?
Everytime I open a T01 file, I have to manually select the correct units (mm, ms, g for my case) in the column D in the picture bellow.
Thanks in advance!
Sort by:
1 - 3 of
31

Altair Community Member
Updated by Mario_21478
Hello JM,
There is also the elegant way via the options: Preferences->Options.
Here you can switch the scaling and/or dialog on or off. See picture.
You'll find it in the Hypergraph client.
Best Regards,
Mario
To disable the unit scaling using the following Preferences Statement:
*BeginPlotDefaults()
*EnableUnitScaling(false)
<?xml version="1.0" encoding="UTF-8"?>