-
FlexPro
- Auf einen Blick
- Features & Optionen
- Einsatzgebiete
- Alle Vorteile
- Neu in FlexPro 2021
- FlexPro gratis testen
- FlexPro View OEM Freeware
- Kaufberatung
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
- Produkte
- News
- Support
- Unternehmen
- Jobs
- Kontakt
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
Change Sec to mSec on Xaxis of a graph
- Dieses Thema hat 3 Antworten und 2 Teilnehmer, und wurde zuletzt aktualisiert vor 17 Jahre, 2 Monaten von
Nicolas Beaupré.
-
AutorBeiträge
-
Januar 30, 2006 um 11:32 pm Uhr #12654
Nicolas Beaupré
MitgliedHi,
I got datasets wich X-Axis unit is in seconds. I would like to plot them in a graph where the time-Axis of the graph is in milliseconds…
The only way I see is to do a scaling on the Xcomponents values of the dataset, but I want them to stay in seconds…
Is there a way to plot them in mSec without changing the dataset ?
Thanks!Januar 30, 2006 um 11:32 pm Uhr #8317Nicolas Beaupré
MitgliedHi,
I got datasets wich X-Axis unit is in seconds. I would like to plot them in a graph where the time-Axis of the graph is in milliseconds…
The only way I see is to do a scaling on the Xcomponents values of the dataset, but I want them to stay in seconds…
Is there a way to plot them in mSec without changing the dataset ?
Thanks!Januar 31, 2006 um 6:28 pm Uhr #9060Bernhard Kantz
TeilnehmerYou don’t need to change the x-values of the data set data.
Create a formula for scaling of the values:
Signal(data.y, data.x * 1000)
Now you can visualize the new formula instead of the original data set.Alternatively you can scale your data in the diagram.
Open the properties window of the curve in the diagram.
Open the properties page data.
Choose Seperate data sets for X and Y-components.
Now can insert the X-data set: 1000 * data.xFebruar 2, 2006 um 12:23 am Uhr #9061Nicolas Beaupré
MitgliedThanks!
It work fine and I can use it VBA 🙂 -
AutorBeiträge
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.