narunlifescience / AlphaPlot

:chart_with_upwards_trend: Application for statistical analysis and data visualization which can generate different types of publication quality 2D and 3D plots with extensive visual customization.
http://alphaplot.sourceforge.net/
GNU General Public License v2.0
243 stars 37 forks source link

add a 'standard error' computation to TableStatistics.cpp #13

Closed achjaj closed 4 years ago

achjaj commented 5 years ago

I added standard error column to TableStatistics.cpp like in QtiPlot. It is a small change but it is useful, at least for me :smiley: .

narunlifescience commented 5 years ago

Hi.. Thanks for the pull request. I will merge it bit later as I am doing some changes locally. (or let me check otherwise) I am in the process of QT5 port which is almost complete. did you compile the master branch ? new Alpha plot will be using QCustomPlot library for 2d plotting. I will encourage you to compile the latest master branch of AlphaPlot for your suggestions. you can compile AlphaPlot with QT5.6 or later

narunlifescience commented 4 years ago

Hi.. can you give me a fresh request ?

achjaj commented 4 years ago

Should I include fix for #12 ?

narunlifescience commented 4 years ago

that would be great!

narunlifescience commented 4 years ago

Thanks!