Hi everyone I have some lab data to draw them in Mathematica 12. Do I need a package? I want to use Error Bar Log Plots. Needs command line. Thanks for helping.
Needs["ErrorBarLogPlots`"]
alldata =
Join[data1xg1, data1xg2, data1xg3, data1xg4, data1xg5, data1xg6];
aliQ10 = ListLogLinearPlot[%, Joined -> True]
ErrorListLogLinearPlot[SMC97g1pQ10]
ErrorListLogLinearPlot[SMC98g1pQ10];
Show[%, %%, %%%]
Attachments: