Package 

Class NormedXYSeries

  • All Implemented Interfaces:
    com.androidplot.Series , com.androidplot.xy.XYSeries

    
    public class NormedXYSeries
     implements XYSeries
                        

    Wrapper implementation of XYSeries that wraps another XYSeries, normalizing values in the range of 0 to 1. Note that it's possible to push normed values outside of the standard 0, 1 range by applying a sufficiently large offset.

    • Constructor Detail

      • NormedXYSeries

        NormedXYSeries(XYSeries rawData)
        Normalizes yVals only, auto calculating min/max.