I saw this message that seems to be smililar to what I want: "move the specific points over their respective box plot", but I can't seem to grasp exactly what needs to be combined in 'tables > stack' to separate the points into their respective "series" as excel would call it and here is defined with overlay.
It is as if the box plots have a hidden 'series overlap' variable set to 0% (excel term with bar graphs) and the points have a separate hidden 'series overlap' variable set to 100%. So how with tables>stacks or some other change can I get the point overlap to 0%?
Used variable columns:
X: Percent Type
Y: log(fold change)
Overlay: Type
Active graphs: Box plot & points
Thank you for your guidance, as I could continue to blindly click around for a few more hours, or check with a few gurus...
John,
This is not an issue with your table, it is an idiosyncracy of GraphBuilder with Overlay:
[The message you pointed to the user had two Y values]. I have a couple alternatives and recommendations:
I have a recommendation to right click on the column you use for teh X-axis and select Property Value Ordering, so you can get the order you prefer on the X-axis.
To customize the color of the boxplots, Right click in on the graph (framebox) and select Customize. You will see each boxplot listed. Click on sech one and select the coordinating color for Type. If you are doing ths often, this can be done with a script, vs. point and click.
Hope that helps. This should be marked as a wishlist item to have a Graph Builder option to offset points when Overlay is used, so the offset matches the boxplot offest.
John,
This is not an issue with your table, it is an idiosyncracy of GraphBuilder with Overlay:
[The message you pointed to the user had two Y values]. I have a couple alternatives and recommendations:
I have a recommendation to right click on the column you use for teh X-axis and select Property Value Ordering, so you can get the order you prefer on the X-axis.
To customize the color of the boxplots, Right click in on the graph (framebox) and select Customize. You will see each boxplot listed. Click on sech one and select the coordinating color for Type. If you are doing ths often, this can be done with a script, vs. point and click.
Hope that helps. This should be marked as a wishlist item to have a Graph Builder option to offset points when Overlay is used, so the offset matches the boxplot offest.
OK, here are the results for those interested in something similar:
Option 1:
Original graph with 'type' nested into the x axis (top nest insert, not bottom):
Option 2:
Same as above with 'type' removed from the 'overlay' section and box plots colored in manually:
If I can find out how to find the entire script that is used to build the graph, I might use option 2, but if I have to manually color all 18 boxes, I'll stick to option 1, because I need to build 24 graphs and I don't yet see how to make a script or "template" that I can import new data into an existing graph and replace it's data table...time to look up scripting.
Thanks gzmorgan0.
If you put type on the color then the points get colored by that as well, you may have to adjust styles/markers/colors in certain situations, but usually this will do the job already ( based on your result).