Hi @Malik_se,
Welcome in the Community !
Please try to provide data in JMP format, or at least in Excel/CSV format, this saves some time and trouble.
Would this graph be what you're looking for ? :
If yes, here is the script to generate it :
Graph Builder(
Size( 522, 456 ),
Show Control Panel( 0 ),
Variables( X( :µm ), Y( :"%"n ) ),
Elements(
Points( X, Y, Legend( 3 ) ),
Caption Box(
X,
Y,
Legend( 6 ),
Summary Statistic( "Median" ),
Summary Statistic 2( "Std Dev" )
),
Line( X, Y, Legend( 7 ) ),
Bar( X, Y, Legend( 8 ) )
),
SendToReport(
Dispatch(
{},
"µm",
ScaleBox,
{Add Ref Line(
2.86,
"Dashed",
"Dark Red",
"Median",
2,
1,
Label Settings( {Opposite Axis( 1 )} )
), Add Ref Line(
{1.1701, 4.54999},
"Solid",
"Orange",
"+/- SD",
1,
0.25
)}
),
Dispatch(
{},
"%",
ScaleBox,
{Min( -0.0534175 ), Max( 6.10537188137755 ), Inc( 1 ), Minor Ticks( 0 )}
),
Dispatch(
{},
"graph title",
TextEditBox,
{Set Text( "Size distribution" )}
),
Dispatch(
{},
"400",
LegendBox,
{Legend Position( {3, [0], 7, [-1], 8, [1]} )}
)
)
)
And you can find attached the datatable used for this graph.
You can do a lot of things on Graph Builder, by combining different graph types with MAJ+click on the graph type you want to have in addition of the original one. The caption box is very useful to show summary statistics. You can also take advantage of axis customization, by right clicking on the axis you want to customize, and then go into "Axis Settings", to add line, range, specify the X and Y ranges and modify them, specifying the intervals, ...
Please note that your cumulative sum of percentages is not equal to 100%, but to 101,02106%.
Hope this answer will help you,
Victor GUILLER
L'Oréal Data & Analytics
"It is not unusual for a well-designed experiment to analyze itself" (Box, Hunter and Hunter)