Versions Compared
Version | Old Version 4 | New Version 5 |
---|---|---|
Changes made by | ||
Saved on |
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Insert excerpt | ||||||||
---|---|---|---|---|---|---|---|---|
|
Coming Soon
HTML Comment | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||
OverviewThis feature is available in PhixFlow version 11.1+. Use custom series to add quartile, trend, target and/or arbitrary lines to your charts in PhixFlow. This page will show you how to add data as line chart to any screen. It will go through a worked example creating a line chart to display the number of students across intake years in a local school. possible to create Custom Series on charts, which include fixed values, percentile, other statistical functions and expressions.
When a single series exists on the selected axis the data points can be used as the data array. When multiple series are present then the array is the sum of the data points at each x point/category on that axis will be calculated Percentile: The specified percentile function will be calculated over the data array. This will produce a single horizontal line that should be plotted the full width of the graph area. Trend: The specified trend algorithm will be calculated over the data array, this will return a new data array with the point of the trend lines. An appropriate library should be found with a selection of trend algorithms Expression: The expression will have access to the the data array. This will allow simple expressions such as 10, or more complex ones such as rescaling and rolling averages. The expression should return either a single value (fixed horizontal line), an array of 2 values (first and last) or an array of values matching the number of x values/categories Jep functions should be added to expose the percentile and trend algorithms. PercentileImage Modified AlgorithmImage Modified ExpressionImage Modified Creating Quartile Lines(Upper/Lower control lines)There are 3 types of line charts
To change the type of line chart
Creating Trends LinesA teacher wants to display the number of students per intake year as a line chart. To add a line chart:
Image ModifiedCreating Target (Arbitrary) LinesLine Charts can display multiple series on the same graph. For example, the teacher might want to show the proportion of students of each gender on their line chart. To do this
Image Modified Styling Lines
More Information
|