Skip to content
Snippets Groups Projects
Commit 70ae54b0 authored by pompert's avatar pompert
Browse files

BugID: 701

Additions:
-Logarithmic data axis type.
parent ba6512c2
No related branches found
No related tags found
No related merge requests found
......@@ -73,6 +73,7 @@ public abstract class PlotConstants{
public static final String DATASET_AXIS_TYPE_SPATIAL = "SPATIAL";
public static final String DATASET_AXIS_TYPE_MJDTIME = "MJDTIME";
public static final String DATASET_AXIS_TYPE_TIME = "TIME";
public static final String DATASET_AXIS_TYPE_LOG = "LOGARITHMIC";
//Identifiers for plot types
public static final int PLOT_BAR = 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment