Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit aee6ffda authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

Merge pull request #79 in VECTO/vecto-sim from ~EMQUARIMA/vecto-sim:develop to develop

* commit '20d1d9fd':
  add simple tool to plot comparison graphs vecto 2 and vecto3
parents 9bad0f26 20d1d9fd
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,9 @@
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Windows.Forms.DataVisualization" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
......
......@@ -4,6 +4,8 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
using TUGraz.VectoCore.Tests.Utils;
using System.Drawing;
using System.Windows.Forms.DataVisualization.Charting;
namespace GraphDrawer
{
......@@ -11,12 +13,7 @@ namespace GraphDrawer
{
private static void Main(string[] args)
{
var imgV3 = @"..\..\..\VectoCoreTest\bin\Debug\Coach_DriverStrategy_Drive_50_slope_dec-inc.vmod";
var imgv22 =
@"..\..\..\VectoCoreTest\TestData\Integration\DriverStrategy\Vecto2.2\Coach\24t Coach_Cycle_Drive_30_Dec_Increasing_Slope.vmod";
GraphWriter.Write(imgV3, imgv22);
//GraphWriter.Write(args[0], args[1]);
GraphWriter.Write(args[0], args[1]);
}
}
}
\ No newline at end of file
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