cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
djhanson
Level V

JMP Variability Chart - Vertical Reference Lines?

Hi, does anyone know how to add in vertical reference line(s) to a Variability/Gauge Chart?  To clarify, I don't mean the optional CustomStreamSeg vertical line red separators for each grouping which are controlled via a Dispatch.

For example:

Variability Chart(

    Y(:Data),

    X(:State, :Fruit, :Time),

    .....

    );

I want to add in some x-axis vertical reference lines by Time for the State and Fruit groupings.  thoughts?  thx, dj

1 ACCEPTED SOLUTION

Accepted Solutions
XanGregg
Staff

Re: JMP Variability Chart - Vertical Reference Lines?

The axis there is categorical and doesn't have a reference line feature, but you can tap in to the underlying numeric scale and add a custom script to draw vertical lines. Right-click on graph > Customize > Add button. Here's an example with two red reference lines. You can use the "Text()" function to draw text inside the graph or add an Annotation over the axis.

7183_varreflines.png

View solution in original post

3 REPLIES 3
XanGregg
Staff

Re: JMP Variability Chart - Vertical Reference Lines?

The axis there is categorical and doesn't have a reference line feature, but you can tap in to the underlying numeric scale and add a custom script to draw vertical lines. Right-click on graph > Customize > Add button. Here's an example with two red reference lines. You can use the "Text()" function to draw text inside the graph or add an Annotation over the axis.

7183_varreflines.png

Steven_Moore
Level VI

Re: JMP Variability Chart - Vertical Reference Lines?

I t would be great to have such features added to add reference lines without having to write a script.  I suspect many users (like me) just don't have the aptitude/time to learn/interest, etc. for writing scripts.

Steve
XanGregg
Staff

Re: JMP Variability Chart - Vertical Reference Lines?

Agreed. We are already working to improve our categorical axes in general features like reference lines, though Variability is one of the more complex case.

Recommended Articles