Hi,
I have created the following graph but need to cut the x-axis at around 500. When I add the code xscale(range(0 500)) to my graph code nothing happens. Any suggestions?
Additionally, I need to invert cumPSM1 and cumPSM2. What code would I use for this?
line cumPSM1 cumPSM2 cumPSM3 cumPSM4 price, sort xscale(range(0 500)) ylab(, grid) ytitle("Cummulative Frequency") xlab(, grid) xtitle("Price Level ($)") title("Van Westendorp Price Sensitivity Meter") subtitle("360 participants???")
Thanks,
Carmen
I have created the following graph but need to cut the x-axis at around 500. When I add the code xscale(range(0 500)) to my graph code nothing happens. Any suggestions?
Additionally, I need to invert cumPSM1 and cumPSM2. What code would I use for this?
line cumPSM1 cumPSM2 cumPSM3 cumPSM4 price, sort xscale(range(0 500)) ylab(, grid) ytitle("Cummulative Frequency") xlab(, grid) xtitle("Price Level ($)") title("Van Westendorp Price Sensitivity Meter") subtitle("360 participants???")
Thanks,
Carmen
Comment