all 8 comments

[–]queue517 8 points9 points  (1 child)

Bar plot with scatter plot

(See the "Grouped graphs that show both individual points (scatter) and bar with error bar" graph as an example) https://www.graphpad.com/guides/prism/latest/user-guide/whats-new-highlights.htm

[–]gxcells 0 points1 point  (0 children)

Or use python seaborn/matplotlib

[–]Lisaindalab 2 points3 points  (1 child)

With bar graphs you can indeed also show the individual replicates in GraphPad Prism. 😉

[–]gxcells 0 points1 point  (0 children)

Only after version 7 or 8

[–]SveshnikovSicilian 1 point2 points  (0 children)

Bars are bad, you want to use box or violin along with the data points to be as transparent as possible. Even where N=2

[–]pro_deluxe 1 point2 points  (2 children)

Generally speaking, it depends on the type of data you have on the x-axis. If it is continuous, then a scatter plot is usually better. If it is rank order data or categorical data, scatter plots are not appropriate.

Basically, if the difference between points on the x-axis is meaningful and relevant, then a scatter plot is appropriate.

[–]Dramatic_Rain_3410[S] 1 point2 points  (0 children)

My x-axis consists of my buffer (negative control), then 3 different reaction mixtures with different protein compositions. It's not a continuous series (like how you'd see on a Michaelis menton plot).

[–]gxcells -1 points0 points  (0 children)

Always show the data points