cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Choose Language Hide Translation Bar
Sukanyap
Level II

Changing data types and modelling type while plotting data

Hi Team,

It's kind of I'm stuck, I want to change the data type of a column when plotting. 

Explanation : My original data type is "numeric and continuous" but I want to change the data type to "character and nominal" via JSL. It is needed because visual analysis of plots are not very impressive as we can see here

Sukanyap_0-1687513616469.png

And with data types changed it's acceptable

Sukanyap_1-1687513663281.png

1) I'm using JSL for plotting using Graph builder, by any chance can I change here in below line beside "user density" while plotting?

Sukanyap_2-1687513840440.png

 

To explain more here, though I'm changing the data and modelling types but it seems JMP is not processing the below line arrow marked 

Sukanyap_3-1687514008520.png

Whereas when I'm using this open function code is working as desired and JMP is reading the user density data type and while plotting it's giving desired results.

Sukanyap_4-1687514211169.png

 

1 ACCEPTED SOLUTION

Accepted Solutions
jthi
Super User

Re: Changing data types and modelling type while plotting data

You can change the data type of column by sending message << Data Type()

jthi_0-1687517188908.png

and for modeling type use << Set Modeling Type()

jthi_1-1687517234774.png

Perform these actions after you have the data table open

-Jarmo

View solution in original post

1 REPLY 1
jthi
Super User

Re: Changing data types and modelling type while plotting data

You can change the data type of column by sending message << Data Type()

jthi_0-1687517188908.png

and for modeling type use << Set Modeling Type()

jthi_1-1687517234774.png

Perform these actions after you have the data table open

-Jarmo