[chronojump] Remove definitivly NPlot



commit 447bc1cca309663be231b134e20877bce8c86650
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Wed Sep 2 01:16:11 2009 +0200

    Remove definitivly NPlot
    	Deleted NPlot sources and removed NPlot references in configure.ac

 configure.ac                            |    3 -
 nplot/Makefile.am                       |    3 -
 nplot/license.txt                       |   44 -
 nplot/nplot-gtk/Gtk.PlotSurface2D.cs    |  303 ----
 nplot/nplot-gtk/Makefile.am             |   53 -
 nplot/nplot-gtk/NPlot.Gtk.dll.config    |    6 -
 nplot/nplot-gtk/sysdraw.cs              |   51 -
 nplot/nplot/AdapterUtils.cs             |  767 --------
 nplot/nplot/ArrowItem.cs                |  455 -----
 nplot/nplot/AssemblyInfo.cs             |   68 -
 nplot/nplot/AxesConstraint.cs           |  519 ------
 nplot/nplot/Axis.cs                     | 1654 -----------------
 nplot/nplot/BarPlot.cs                  |  298 ----
 nplot/nplot/BasePlot.cs                 |  138 --
 nplot/nplot/BasePlot3D.cs               |   96 -
 nplot/nplot/BaseSequenceLinePlot.cs     |   69 -
 nplot/nplot/BaseSequencePlot.cs         |  118 --
 nplot/nplot/Bitmap.PlotSurface2D.cs     |  541 ------
 nplot/nplot/BubblePlot.cs               |   72 -
 nplot/nplot/CandlePlot.cs               |  891 ----------
 nplot/nplot/DateTimeAxis.cs             |  702 --------
 nplot/nplot/ErrorHandler.cs             |  179 --
 nplot/nplot/FilledRegion.cs             |  203 ---
 nplot/nplot/FontScaler.cs               |   46 -
 nplot/nplot/Grid.cs                     |  248 ---
 nplot/nplot/HistogramPlot.cs            |  521 ------
 nplot/nplot/HorizontalLine.cs           |  287 ---
 nplot/nplot/IDrawable.cs                |   72 -
 nplot/nplot/IDrawable3D.cs              |   27 -
 nplot/nplot/IGradient.cs                |   73 -
 nplot/nplot/IMeshPlot.cs                |   49 -
 nplot/nplot/IPlot.cs                    |  104 --
 nplot/nplot/IPlot3D.cs                  |   33 -
 nplot/nplot/IPlotSurface2D.cs           |  255 ---
 nplot/nplot/IPlotSurface2Dnew.cs        |   19 -
 nplot/nplot/IPlotSurface3D.cs           |   17 -
 nplot/nplot/ISequencePlot.cs            |   85 -
 nplot/nplot/ISurface.cs                 |   98 -
 nplot/nplot/ITransform2D.cs             |   78 -
 nplot/nplot/ImagePlot.cs                |  369 ----
 nplot/nplot/LabelAxis.cs                |  356 ----
 nplot/nplot/LabelPointPlot.cs           |  324 ----
 nplot/nplot/Legend.cs                   |  352 ----
 nplot/nplot/LegendBase.cs               |  459 -----
 nplot/nplot/LinePlot.cs                 |  355 ----
 nplot/nplot/LinearAxis.cs               |  650 -------
 nplot/nplot/LinearGradient.cs           |  159 --
 nplot/nplot/LogAxis.cs                  |  678 -------
 nplot/nplot/Makefile.am                 |   98 -
 nplot/nplot/Marker.cs                   |  487 -----
 nplot/nplot/MarkerItem.cs               |  136 --
 nplot/nplot/NPlotException.cs           |   90 -
 nplot/nplot/PageAlignedPhysicalAxis.cs  |  151 --
 nplot/nplot/PhysicalAxis.cs             |  276 ---
 nplot/nplot/PiAxis.cs                   |  230 ---
 nplot/nplot/PiePlot.cs                  |  120 --
 nplot/nplot/PlotSurface2D.cs            | 1334 --------------
 nplot/nplot/PlotSurface2Dnew.cs         |  439 -----
 nplot/nplot/PlotSurface3D.cs            |   64 -
 nplot/nplot/PointD.cs                   |   91 -
 nplot/nplot/PointD3D.cs                 |   45 -
 nplot/nplot/PointPlot.cs                |  182 --
 nplot/nplot/PointPlot3D.cs              |   65 -
 nplot/nplot/RectangleBrushes.cs         | 1953 --------------------
 nplot/nplot/RectangleD.cs               |  143 --
 nplot/nplot/SequenceAdapter.cs          |  330 ----
 nplot/nplot/SequenceAdapter3D.cs        |   28 -
 nplot/nplot/StartStep.cs                |  111 --
 nplot/nplot/StepGradient.cs             |  149 --
 nplot/nplot/StepPlot.cs                 |  347 ----
 nplot/nplot/StrongName.snk              |  Bin 596 -> 0 bytes
 nplot/nplot/TextItem.cs                 |  178 --
 nplot/nplot/TradingDateTimeAxis.cs      |  713 --------
 nplot/nplot/Transform2D.cs              |  190 --
 nplot/nplot/Utils.cs                    |  379 ----
 nplot/nplot/VerticalLine.cs             |  293 ---
 nplot/nplot/Web.Design.PlotSurface2D.cs |  121 --
 nplot/nplot/Web.PlotSurface2D.cs        |  669 -------
 nplot/nplot/Windows.PlotSurface.cs      |  113 --
 nplot/nplot/Windows.PlotSurface.resx    |   42 -
 nplot/nplot/Windows.PlotSurface2D.cs    | 2942 -------------------------------
 nplot/nplot/Windows.PlotSurface2D.resx  |  106 --
 nplot/nplot/Windows.PlotSurface2Dnew.cs |  155 --
 nplot/nplot/house_rules.txt             |   94 -
 84 files changed, 0 insertions(+), 25811 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e961d45..d5d6bac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -81,9 +81,6 @@ done
 AC_CONFIG_FILES([
 Makefile
 chronopic-tests/Makefile
-nplot/Makefile
-nplot/nplot/Makefile
-nplot/nplot-gtk/Makefile
 src/Makefile
 po/Makefile
 chronojump_server/Makefile



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]