Hi
how can show the graph result as percent?
Percent
-
- Super Administrator
- Posts: 4827
- Joined: Wed Mar 05, 2003 3:10 am
Re: Percent
You haven't provided much information, so I'll guess.
Assuming you have a value that ranges between 0-1, create a new variable and plot that.
some variable = 0.5
some variable percent = 0.5 * 100
Assuming you have a value that ranges between 0-1, create a new variable and plot that.
some variable = 0.5
some variable percent = 0.5 * 100
Advice to posters seeking help (it really helps us to help you)
http://www.ventanasystems.co.uk/forum/v ... f=2&t=4391
Units are important!
http://www.bbc.co.uk/news/magazine-27509559
http://www.ventanasystems.co.uk/forum/v ... f=2&t=4391
Units are important!
http://www.bbc.co.uk/news/magazine-27509559
Re: Percent
Let me tell you what I mean with an example.
Here we have a graph that shows the ceiling of 10 million.
I want Vensim to show it as a percentage as display 10 million in 100%
Here we have a graph that shows the ceiling of 10 million.
I want Vensim to show it as a percentage as display 10 million in 100%
- Attachments
-
- IMG_20231212_155600.jpg (54.53 KiB) Viewed 7393 times
Re: Percent
If the endpoint is fixed, you can use the approach of creating a variable.
If the endpoint is uncertain, specifically, not known at the start of the run, there isn't really a way to do this, except by postprocessing the output in some other tool (Excel, R, Python ...)
If the endpoint is uncertain, specifically, not known at the start of the run, there isn't really a way to do this, except by postprocessing the output in some other tool (Excel, R, Python ...)
/*
Advice to posters (it really helps us to help you)
http://www.ventanasystems.co.uk/forum/v ... f=2&t=4391
Blog: http://blog.metasd.com
Model library: http://models.metasd.com
Bookmarks: http://delicious.com/tomfid/SystemDynamics
*/
Advice to posters (it really helps us to help you)
http://www.ventanasystems.co.uk/forum/v ... f=2&t=4391
Blog: http://blog.metasd.com
Model library: http://models.metasd.com
Bookmarks: http://delicious.com/tomfid/SystemDynamics
*/