How can I change unit of time from hrs to days? I am wondering how to divide time colume by 24 hours.
I would like to change y axis label to non scientific notation. I used yformatter = :plain but it still gives me lable like 1.00x10^4. How can I change it to 10000?
I don’t know if it is possible to tell VPC plot to convert units directly. But you can rerun your model with the units as hours by dividing the time by 24 as you suggested.
Hello, @storopoli
Thank you so much!
I tried both yformatter = string and yformatter = :string, but unfortunately they didn’t work. But thank you for your help!