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!
To disable the unit scaling using the following Preferences Statement:
*BeginPlotDefaults()
*EnableUnitScaling(false)
<?xml version="1.0" encoding="UTF-8"?>
Thanks for the answer! I'll try that
JM
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"?>