OK so I have this snippet of code that behaves very differently in JMP14 vs JMP15. The JMP 14 picture is the one I want it to look like. Why is it different in JMP15??
JMP 15 output - bad - axes are flipped, data is missing, etc.
JMP 15 - no good!!
JMP14 output - this is what I expect.
JMP 14 - yes, please
Chart(
Y( :calc_st_dr, :calc_st_dr Prediction Formula ),
Horizontal( 1 ),
Category Axis << {Axis Name( "Rows" )},
Label by Value,
Show Labels,
Bar Chart( 1 ),
SendToReport(
Dispatch(
{},
"Chart",
OutlineBox,
{Set Title( "calc_st_dr Prediction Formula" )}
)
)
);
JMP 15 took a transition step away from some of the Legacy graph, into a new world where Graph Builder generates all of the graphs. You can change your JMP 15 Chart back to using the legacy form of the Chart Platform, by going to
File=>Preferences=>Platforms=>Chart
and unchecking the "Use Graph Builder"
JMP 15 took a transition step away from some of the Legacy graph, into a new world where Graph Builder generates all of the graphs. You can change your JMP 15 Chart back to using the legacy form of the Chart Platform, by going to
File=>Preferences=>Platforms=>Chart
and unchecking the "Use Graph Builder"
As @txnelson, the legacy Chart platform is deprecated will go away in a future release.
JMP is trying to interpret your Chart() JSL to give you the same kind of graph using Graph Builder but it clearly missed the mark here. @XanGregg can look at this and see if we can do a better conversion to Graph Builder() with the Chart() syntax you were using.
In the meantime, I think you can make the graph you're looking for in Graph Builder.
You should end up with a graph that looks like this (with Big Class):