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" )}
)
)
);