Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
rmtruji
Posted - 12/11/2003 : 4:35:20 PM When I import data into a worksheet, then plot the data the Y column is automatically set as "Categorical". This changes my plot. What is causing this?
1 L A T E S T R E P L I E S (Newest First)
yuivanov
Posted - 12/11/2003 : 5:54:48 PM Hi Regina When you make a plot of dataset which is mostly text Origin considers this dataset to be categorical and changes column type accordingly. You may suppress this feature by setting system variable @TH to 100 or even to 101. In the script window type @th=101 This is threshold of "categoricity". Setting it to higher then 100% will suppress automatic categorical support. Hope this helps. Yuri