From 70ae54b0f05eda5ea750e3aa9ff6c7489d1b3b86 Mon Sep 17 00:00:00 2001
From: pompert <sdos@astron.nl>
Date: Thu, 1 Jun 2006 14:37:31 +0000
Subject: [PATCH] BugID: 701 Additions: -Logarithmic data axis type.

---
 .../src/nl/astron/lofar/java/gui/plotter/PlotConstants.java      | 1 +
 1 file changed, 1 insertion(+)

diff --git a/JAVA/GUI/Plotter/src/nl/astron/lofar/java/gui/plotter/PlotConstants.java b/JAVA/GUI/Plotter/src/nl/astron/lofar/java/gui/plotter/PlotConstants.java
index 82c58fd57b1..9b3429e5fed 100644
--- a/JAVA/GUI/Plotter/src/nl/astron/lofar/java/gui/plotter/PlotConstants.java
+++ b/JAVA/GUI/Plotter/src/nl/astron/lofar/java/gui/plotter/PlotConstants.java
@@ -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;
-- 
GitLab