move scatter plot creation into an AggregateHandler
This commit is contained in:
@@ -1,14 +1,19 @@
|
||||
package org.lucares.pdbui.domain;
|
||||
|
||||
/**
|
||||
* Note: The order in this enum defines the order in which the aggregates are drawn.
|
||||
*/
|
||||
public enum Aggregate {
|
||||
NONE,
|
||||
|
||||
PARALLEL,
|
||||
|
||||
SCATTER,
|
||||
|
||||
/**
|
||||
* Empirical cumulative distribution functions
|
||||
*
|
||||
* @see https://serialmentor.com/dataviz/ecdf-qq.html
|
||||
*/
|
||||
CUM_DISTRIBUTION,
|
||||
|
||||
PARALLEL
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user