cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.
Choose Language Hide Translation Bar
lala
Level IX

Is it possible to achieve this type of plotting using JSL?

Plotting in a specified column: Plotting data from multiple columns in the same row as a graphic within this column.

It seems the effect of the new column manager is not like this.

Thanks!2025-02-25_18-33-07.png

17 REPLIES 17
jthi
Super User

Re: Is it possible to achieve this type of plotting using JSL?

You can create the plot in graph builder, save the graph(s) as data table and join to your table

-Jarmo
lala
Level IX

Re: Is it possible to achieve this type of plotting using JSL?

 

I wanted to have a quick way, easy like excel.

Of course, that's not the figure I showed above.It's just a schematic.

 

Thanks!

jthi
Super User

Re: Is it possible to achieve this type of plotting using JSL?

I have no idea what you mean by quick in this case

-Jarmo
jthi
Super User

Re: Is it possible to achieve this type of plotting using JSL?

JMP does have Hist Seg which could be used in formula to build something like this

jthi_0-1740486150537.png

 

-Jarmo
lala
Level IX

Re: Is it possible to achieve this type of plotting using JSL?

Thank jthi !

How can it be implemented with JSL?

2025-02-25_20-55-31.png

jthi
Super User

Re: Is it possible to achieve this type of plotting using JSL?

You have great example how to create Hist Seg with JSL. Combine it with data table subscripting to get the values and finalize with << Get Picture on the Hist Seg (or some other method of turning it into picture)

-Jarmo
lala
Level IX

Re: Is it possible to achieve this type of plotting using JSL?

I can't find this Hist Seg formula
How to use JSL can only be done in a loop step by step.
It's convenient if you can do it in a formula.

 

Thanks Experts!

lala
Level IX

Re: Is it possible to achieve this type of plotting using JSL?

Looking at the Hist Seg application in this help is completely different from excel's graph, I need to use a row of multiple columns of data to create a graph

 

2025-02-25_21-29-06.png

jthi
Super User

Re: Is it possible to achieve this type of plotting using JSL?

And you can for example use data table subscripting to access values row by row.

-Jarmo

Recommended Articles