News

Let's look at a super simple example from the plotly heatmap tutorial. Oh, plotly is an awesome online graphing tool. You can enter data and plots manually or have data sent from python.
A simple linear regression of Oxygen on RunTime is performed, and a plot of Oxygen*RunTime is requested. The fitted model, the regression line, and the four default statistics are also displayed in ...