You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(9) |
Nov
(24) |
Dec
(19) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(22) |
Feb
(5) |
Mar
(10) |
Apr
(12) |
May
(6) |
Jun
(3) |
Jul
(6) |
Aug
(7) |
Sep
(1) |
Oct
(3) |
Nov
(4) |
Dec
(1) |
2008 |
Jan
|
Feb
(4) |
Mar
(6) |
Apr
(10) |
May
(2) |
Jun
(4) |
Jul
(15) |
Aug
(11) |
Sep
(3) |
Oct
|
Nov
(9) |
Dec
(11) |
2009 |
Jan
(6) |
Feb
(9) |
Mar
(24) |
Apr
(4) |
May
(7) |
Jun
(1) |
Jul
|
Aug
|
Sep
(3) |
Oct
(1) |
Nov
(1) |
Dec
(10) |
2010 |
Jan
(1) |
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
(8) |
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(2) |
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
(6) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(1) |
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: SourceForge.net <no...@so...> - 2009-05-09 11:07:13
|
Bugs item #1782467, was opened at 2007-08-27 13:33 Message generated for change (Comment added) made by hywelthomas You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=1782467&group_id=161868 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: General Group: 0.9.10.0 Status: Open Resolution: None Priority: 5 >Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Hywel Thomas (hywelthomas) Summary: HairLine doesn't XOR Initial Comment: BUGG File : PlotSurface2DDemo.cs Example : "Sound Wave Example" 1/16 Scenario: Show World Coordinates Problem : Hair Line (crosshair) trace rest on the pane when the mouth is moved rapidly over. QUEST The displayd coordinates could be static on the FORM user localizable? ---------------------------------------------------------------------- >Comment By: Hywel Thomas (hywelthomas) Date: 2009-05-09 12:07 Message: Patch added with a fix for the XOR lines problem in Windows.PlotSurface2D. UnitTests also added for the new Overlay class. The zip file also contains a document describing the problem in more detail, together with the corrections made. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=1782467&group_id=161868 |
From: Pete S. <edg...@ya...> - 2009-04-12 16:35:34
|
Hello, I was trying to do the same thing and found your post. I found that you need to rescale the XAxis once you plug in the tradingtime ranges. It's probably not the right way, but I just used the previous XAxis WorldMin and WorldMax values for the new Xaxis. It then works exactly as we want. -pete Hi, I have a intraday stock data. The quotations are between 09:30 and 16:30 so i have gap on the chart (from 16:30 to 9:30 next day). I saw StartTradinTime and EndTradingTime properties (btw great idea) but i must do something wrong because when i set that properties the chart is empty :( TradingDateTimeAxis TimeAxis = new TradingDateTimeAxis(plotsurface.XAxis1); TimeAxis.StartTradingTime = new TimeSpan(09, 30, 00); TimeAxis.EndTradingTime = new TimeSpan(16, 30, 00); plotsurface.XAxis1 = TimeAxis; In that case chart is empty, but after i comment TimeAxis.StartTradingTime and TimeAxis.EndTradingTime chart is plot but with gap... Thank you for help and best regards Jack |
From: SourceForge.net <no...@so...> - 2009-04-06 14:09:00
|
Bugs item #2737577, was opened at 2009-04-06 16:08 Message generated for change (Tracker Item Submitted) made by phatoni You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=2737577&group_id=161868 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: General Group: 0.9.10.0 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Sebastian Hiller (phatoni) Assigned to: Nobody/Anonymous (nobody) Summary: Clipping Error in Step Plots Initial Comment: The same clipping problem someone stated before applies also to StepPlots. If one point is on the left but outside the screen area and the other on the right but out side the screen area, the chart is not drawn. I would suggest to change the clipping algorithm in StepPlots.cs to something like: // do horizontal clipping here, to speed up if ((p1.X < leftCutoff && p2.X < leftCutoff && p3.X < leftCutoff) || (p1.X > rightCutoff && p2.X > rightCutoff && p3.X > rightCutoff )) { continue; } This works for me. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=2737577&group_id=161868 |
From: SourceForge.net <no...@so...> - 2009-04-04 02:20:31
|
Bugs item #2687848, was opened at 2009-03-15 18:11 Message generated for change (Settings changed) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=2687848&group_id=161868 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: General Group: 0.9.10.0 >Status: Closed Resolution: Fixed Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Hywel Thomas (hywelthomas) Summary: Gtk control does not display axes Initial Comment: Using the Gtk# control, several of the demo plots do not draw the axes, ticks and text correctly. The Log plots are the first to do so. ---------------------------------------------------------------------- >Comment By: SourceForge Robot (sf-robot) Date: 2009-04-04 02:20 Message: This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: Hywel Thomas (hywelthomas) Date: 2009-03-15 18:37 Message: Mono bug #475578 does not compile 'const double' correctly. This bug is fixed in Mono svn and in the upcoming release 2.4, but the attached patches for Axis.cs and TradingDateTimeAxis.cs fix the problem for current Mono releases. As the const is used only in the local method, removing it does not cause any issues or inefficiency. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=2687848&group_id=161868 |
From: SourceForge.net <no...@so...> - 2009-04-02 23:28:30
|
Bugs item #2727484, was opened at 2009-04-02 23:28 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=2727484&group_id=161868 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: General Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: FC Initial Comment: FC ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=2727484&group_id=161868 |
From: SourceForge.net <no...@so...> - 2009-03-25 01:48:49
|
Bugs item #2590560, was opened at 2009-02-11 16:22 Message generated for change (Settings changed) made by jamcquay You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=2590560&group_id=161868 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: 0.9.9.2 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Brent Browning (brent_browning) >Assigned to: Jamie McQuay (jamcquay) Summary: PlotSurface2D displays data incorrectly when YAxis1.Reversed Initial Comment: I am using NPlot to display contour charts using PlotSurface2D. When I reverse the Y axis order the chart does not display correctly. My data goes from 0,0 to 10,10 (11 rows and 11 columns). I want data point 0,0 to appear in the upper left hand corner of the plot. The default has Y values increasing so 0,0 is in the lower left. When I set YAxis1.Reversed I get the desired effect of the numbers on the Y axis (0 is at the top and 10 is at the bottom). But the data is plotted incorrectly. Data from row 0 is plotted on row 1, etc. Here is a code fragment for how I am plotting the data: int row = 10; int col = 10; double[,] map = new double[row, col]; for (int i = 0; i < row; i++) { for (int j = 0; j < col; j++) { map[i, j] = i; } } this.myPlotSurface.Clear(); myPlotSurface.Title = "Grid Survey"; NPlot.ImagePlot ip = new NPlot.ImagePlot(map, 0, 1, 0, 1); ip.Gradient = new NPlot.LinearGradient(Color.Blue, Color.Red); ip.Center = false; myPlotSurface.Add(ip); // Reverse Y axis so grid matches physical space myPlotSurface.YAxis1.Reversed = true; NPlot.Grid grid = new NPlot.Grid(); grid.HorizontalGridType = NPlot.Grid.GridType.Fine; grid.VerticalGridType = NPlot.Grid.GridType.Fine; myPlotSurface.Add(grid); myPlotSurface.SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.Default; myPlotSurface.AddInteraction(new NPlot.Windows.PlotSurface2D.Interactions.MouseWheelZoom()); myPlotSurface.Refresh(); ---------------------------------------------------------------------- >Comment By: Jamie McQuay (jamcquay) Date: 2009-03-24 21:48 Message: reproduced, looking into. ---------------------------------------------------------------------- Comment By: Brent Browning (brent_browning) Date: 2009-02-12 15:47 Message: I made a tentative fix by changing ImagePlot.cs as follows: public void Draw( Graphics g, PhysicalAxis xAxis, PhysicalAxis yAxis ) { .... // BRENTB - 2009/02/12 // Fix for bug when [XY]Axis1.Reversed == true // See artifact 2590560 filed against NPlot for details // //if ( !hPositive ) //{ // wY += yStep_; //} //if (!wPositive ) //{ // wX += xStep_; //} .... } ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=2590560&group_id=161868 |
From: SourceForge.net <no...@so...> - 2009-03-25 01:33:14
|
Bugs item #1688713, was opened at 2007-03-26 16:19 Message generated for change (Settings changed) made by jamcquay You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=1688713&group_id=161868 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: randalx (randalx) >Assigned to: Nobody/Anonymous (nobody) Summary: Problems ploting single point Initial Comment: Hi, My program plots various LinePlots and PointPlots using the AbscissaData and OrdinateData. The data can change based on user interaction. A bug occurs when the data is for only one point. First there is an exception in DateTimeAxis.cs void DrawTicks(...) { ... PointF lastPos = WorldToPhysical((double)largeTicks[0], physicalMin, physicalMax, true);//ed The exception is due to accessing largeTicks[0]. The previous call to WorldTickPositions() fails to add any data to the largeTicks array. A quick fix was to add the following code: if (largeTicks.Count <= 0) { return; } But the result is not very satisfactory as I'd still like to see the point plotted. My temporary hack was to adjust the XAxis1.WorldMax and XAxis1.WorldMin by 100 so as to show a centered point but this is far from ideal. Thanks, Randal ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2008-03-03 15:39 Message: Logged In: NO Hi guys ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-05-11 04:43 Message: Logged In: NO I have rather similar problem with 5 point at LabelAxis.cs This is Stack Trace of 0.9.9.2 but it happen in 0.9.10.0 as well. System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at NPlot.LabelAxis.DrawTicks(Graphics g, Point physicalMin, Point physicalMax, Object& labelOffset, Object& boundingBox) in LabelAxis.cs:line 209 at NPlot.Axis.Draw(Graphics g, Point physicalMin, Point physicalMax, Rectangle& boundingBox) in Axis.cs:line 1280 at NPlot.PhysicalAxis.Draw(Graphics g, Rectangle& boundingBox) in PhysicalAxis.cs:line 125 at NPlot.PhysicalAxis.GetBoundingBox() in PhysicalAxis.cs:line 112 at NPlot.PlotSurface2D.DeterminePhysicalAxesToDraw(Rectangle bounds, Axis xAxis1, Axis xAxis2, Axis yAxis1, Axis yAxis2, PhysicalAxis& pXAxis1, PhysicalAxis& pXAxis2, PhysicalAxis& pYAxis1, PhysicalAxis& pYAxis2) in PlotSurface2D.cs:line 831 at NPlot.PlotSurface2D.Draw(Graphics g, Rectangle bounds) in PlotSurface2D.cs:line 972 at NPlot.Bitmap.PlotSurface2D.Refresh() in Bitmap.PlotSurface2D.cs:line 433 ---------------------------------------------------------------------- Comment By: Jamie McQuay (jamcquay) Date: 2007-03-29 12:26 Message: Logged In: YES user_id=613279 Originator: NO Code snippet: plotSurface.Clear(); DateTime[] xs = { new DateTime(2002, 9, 1)}; float[] ys = { 4.7f }; Marker m = new Marker(Marker.MarkerType.Diamond, 6, Color.DarkGreen); PointPlot pp = new PointPlot(); pp.AbscissaData = xs; pp.OrdinateData = ys; pp.Marker = m; plotSurface.Add(pp); LabelAxis lay = new LabelAxis(plotSurface.YAxis1); lay.AddLabel("P3", 3); lay.AddLabel("P4", 4); lay.AddLabel("P5", 5); plotSurface.YAxis1 = lay; plotSurface.Refresh(); ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=1688713&group_id=161868 |
From: SourceForge.net <no...@so...> - 2009-03-25 01:30:18
|
Bugs item #2608044, was opened at 2009-02-16 23:54 Message generated for change (Comment added) made by jamcquay You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=2608044&group_id=161868 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: General Group: 0.9.10.0 >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: Michael Franz (michaelmfranz) >Assigned to: Jamie McQuay (jamcquay) Summary: .zip download corruption Initial Comment: the NPlot.csproj file seems to be corrupt in the zip file download. I have downloaded it twice and it will not load when opening the solution If you open this file in wordpad, right at the very end of the file is where the problem seems to be. ---------------------------------------------------------------------- >Comment By: Jamie McQuay (jamcquay) Date: 2009-03-24 21:30 Message: This is not a bug. The 0.9.10.0 release of NPlot requires that MSBEE be installed inorder to open the project http://www.codeplex.com/Wiki/View.aspx?ProjectName=MSBee This is a tool to allow users to compile for the .net 1.1 framework from visual studio 2005 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=2608044&group_id=161868 |
From: Dave C. <dav...@gm...> - 2009-03-23 23:42:41
|
NPlot Tribe, Has anyone implemented a plot type of HeatMap? -- ___________________ Dav...@gm... Lake Oswego, OR 801-473-9213 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ |
From: <jam...@us...> - 2009-03-23 13:03:14
|
Revision: 32 http://nplot.svn.sourceforge.net/nplot/?rev=32&view=rev Author: jamcquay Date: 2009-03-23 13:03:09 +0000 (Mon, 23 Mar 2009) Log Message: ----------- Added a project for UnitTesting. NOTE: Unit testing is used with the .net 2.0 framework only, there is no support for the 1.1. Added Paths: ----------- trunk/UnitTesting/ trunk/UnitTesting/ExampleTest.cs trunk/UnitTesting/NPlotUnitTesting.csproj trunk/UnitTesting/NPlotUnitTesting.sln trunk/UnitTesting/Properties/ trunk/UnitTesting/Properties/AssemblyInfo.cs Added: trunk/UnitTesting/ExampleTest.cs =================================================================== --- trunk/UnitTesting/ExampleTest.cs (rev 0) +++ trunk/UnitTesting/ExampleTest.cs 2009-03-23 13:03:09 UTC (rev 32) @@ -0,0 +1,21 @@ +using System; +using System.Collections.Generic; +using System.Text; +using NUnit.Framework; + +namespace NPlot.UnitTesting +{ + /// <summary> + /// Example Unit Test + /// </summary> + [TestFixture] + public class ExampleTest + { + // Example Test + [Test] + public void Test1() + { + Assert.AreEqual(1, 1); + } + } +} Property changes on: trunk/UnitTesting/ExampleTest.cs ___________________________________________________________________ Added: svn:mime-type + text/plain Added: svn:eol-style + native Added: trunk/UnitTesting/NPlotUnitTesting.csproj =================================================================== --- trunk/UnitTesting/NPlotUnitTesting.csproj (rev 0) +++ trunk/UnitTesting/NPlotUnitTesting.csproj 2009-03-23 13:03:09 UTC (rev 32) @@ -0,0 +1,54 @@ +<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup> + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> + <ProductVersion>8.0.50727</ProductVersion> + <SchemaVersion>2.0</SchemaVersion> + <ProjectGuid>{CC3C4E5F-8DF9-4C57-BD96-35AAE6A05FFC}</ProjectGuid> + <OutputType>Library</OutputType> + <AppDesignerFolder>Properties</AppDesignerFolder> + <RootNamespace>NPlot.UnitTesting</RootNamespace> + <AssemblyName>NPlotUnitTesting</AssemblyName> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> + <DebugSymbols>true</DebugSymbols> + <DebugType>full</DebugType> + <Optimize>false</Optimize> + <OutputPath>bin\Debug\</OutputPath> + <DefineConstants>DEBUG;TRACE</DefineConstants> + <ErrorReport>prompt</ErrorReport> + <WarningLevel>4</WarningLevel> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> + <DebugType>pdbonly</DebugType> + <Optimize>true</Optimize> + <OutputPath>bin\Release\</OutputPath> + <DefineConstants>TRACE</DefineConstants> + <ErrorReport>prompt</ErrorReport> + <WarningLevel>4</WarningLevel> + </PropertyGroup> + <ItemGroup> + <Reference Include="NPlot, Version=0.9.10.1, Culture=neutral, PublicKeyToken=4eda430eb4395eb1, processorArchitecture=MSIL"> + <SpecificVersion>False</SpecificVersion> + <HintPath>..\..\bin\net\2.0\debug\NPlot.dll</HintPath> + </Reference> + <Reference Include="nunit.framework, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> + <SpecificVersion>False</SpecificVersion> + </Reference> + <Reference Include="System" /> + <Reference Include="System.Data" /> + <Reference Include="System.Xml" /> + </ItemGroup> + <ItemGroup> + <Compile Include="ExampleTest.cs" /> + <Compile Include="Properties\AssemblyInfo.cs" /> + </ItemGroup> + <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> + <!-- To modify your build process, add your task inside one of the targets below and uncomment it. + Other similar extension points exist, see Microsoft.Common.targets. + <Target Name="BeforeBuild"> + </Target> + <Target Name="AfterBuild"> + </Target> + --> +</Project> \ No newline at end of file Property changes on: trunk/UnitTesting/NPlotUnitTesting.csproj ___________________________________________________________________ Added: svn:mime-type + text/plain Added: svn:eol-style + native Added: trunk/UnitTesting/NPlotUnitTesting.sln =================================================================== --- trunk/UnitTesting/NPlotUnitTesting.sln (rev 0) +++ trunk/UnitTesting/NPlotUnitTesting.sln 2009-03-23 13:03:09 UTC (rev 32) @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NPlotUnitTesting", "NPlotUnitTesting.csproj", "{CC3C4E5F-8DF9-4C57-BD96-35AAE6A05FFC}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {CC3C4E5F-8DF9-4C57-BD96-35AAE6A05FFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {CC3C4E5F-8DF9-4C57-BD96-35AAE6A05FFC}.Debug|Any CPU.Build.0 = Debug|Any CPU + {CC3C4E5F-8DF9-4C57-BD96-35AAE6A05FFC}.Release|Any CPU.ActiveCfg = Release|Any CPU + {CC3C4E5F-8DF9-4C57-BD96-35AAE6A05FFC}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal Property changes on: trunk/UnitTesting/NPlotUnitTesting.sln ___________________________________________________________________ Added: svn:mime-type + text/plain Added: svn:eol-style + native Added: trunk/UnitTesting/Properties/AssemblyInfo.cs =================================================================== --- trunk/UnitTesting/Properties/AssemblyInfo.cs (rev 0) +++ trunk/UnitTesting/Properties/AssemblyInfo.cs 2009-03-23 13:03:09 UTC (rev 32) @@ -0,0 +1,35 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("NPlotUnitTesting")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("NPlotUnitTesting")] +[assembly: AssemblyCopyright("Copyright © 2009")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("0813db31-f6f8-4291-81a8-362fb2b7afe2")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Revision and Build Numbers +// by using the '*' as shown below: +[assembly: AssemblyVersion("0.0.1.0")] +[assembly: AssemblyFileVersion("0.0.1.0")] Property changes on: trunk/UnitTesting/Properties/AssemblyInfo.cs ___________________________________________________________________ Added: svn:mime-type + text/plain Added: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: SourceForge.net <no...@so...> - 2009-03-20 10:31:46
|
Patches item #2697075, was opened at 2009-03-20 10:31 Message generated for change (Tracker Item Submitted) made by hywelthomas You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821570&aid=2697075&group_id=161868 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: General Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Hywel Thomas (hywelthomas) Assigned to: Nobody/Anonymous (nobody) Summary: Utilities additions for Axis.cs Initial Comment: Additional methods are provided for modifying and defining the WorldRange of an Axis. These are all based on expressing the new WorldMin and WorldMax as proportions of the current range, as done in the existing 'IncreaseRange' method. This approach greatly simplifies any re-ranging done as a result of Mouse Interactions, so that more common code can be used here. NB - CSDiff file attached is wrt svn revision 31, and also contains TicksAngle and Mono Bugfix patches as well ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821570&aid=2697075&group_id=161868 |
From: SourceForge.net <no...@so...> - 2009-03-20 06:55:22
|
Bugs item #1665403, was opened at 2007-02-21 16:47 Message generated for change (Settings changed) made by hywelthomas You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=1665403&group_id=161868 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: General Group: 0.9.9.2 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) >Assigned to: Hywel Thomas (hywelthomas) Summary: Interactions fail in Managed C++ code calls. Initial Comment: Hello, I'm writing a .NET 2003 Managed C++ application. When I try to create an interaction, the initialization fails because in NPlot 0.9.9.2, Interactions is an abstract class containing Interaction. In .NET 2003 Managed C++, this abstract class is considered like a pure virtual class and so it doesn't recognize that there's a definition within it. My solution was to remove the Interactions wrapper which is not the cleanest design, but at least my C++ code can now instantiate the Interaction ok and my charts look very pretty. Thank you for all the hard work you've put into this valuable resource. Sincerely, James Lefeu james AT ccuc DOT net ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=1665403&group_id=161868 |
From: SourceForge.net <no...@so...> - 2009-03-20 06:48:39
|
Bugs item #2687848, was opened at 2009-03-15 18:11 Message generated for change (Settings changed) made by hywelthomas You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=2687848&group_id=161868 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: General Group: 0.9.10.0 >Status: Pending Resolution: Fixed Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Hywel Thomas (hywelthomas) Summary: Gtk control does not display axes Initial Comment: Using the Gtk# control, several of the demo plots do not draw the axes, ticks and text correctly. The Log plots are the first to do so. ---------------------------------------------------------------------- Comment By: Hywel Thomas (hywelthomas) Date: 2009-03-15 18:37 Message: Mono bug #475578 does not compile 'const double' correctly. This bug is fixed in Mono svn and in the upcoming release 2.4, but the attached patches for Axis.cs and TradingDateTimeAxis.cs fix the problem for current Mono releases. As the const is used only in the local method, removing it does not cause any issues or inefficiency. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=2687848&group_id=161868 |
From: SourceForge.net <no...@so...> - 2009-03-19 21:58:54
|
Bugs item #2669326, was opened at 2009-03-06 20:07 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=2669326&group_id=161868 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: General Group: 0.9.10.0 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: DateTimeAxis throws unhandled exception due to WorldMax Bug. Initial Comment: In the file attached, I am trying to create two linePlots and add them to a single Plotting Surface, based off NPlot's example code. If the second LinePlot is not added to the plotting surface, everything works. However, if the second line is added (using the same date range) the program crashed with a "ArguementOutOfRangeException: The added or subtracted value results in an un-representable DateTime. Parameter name: months" on DateTimeAxis.cs line 587. The real problem seems to be traced back to lines 326 and 327 of the file: DateTime worldMinDate = new DateTime( (long)this.WorldMin ); DateTime worldMaxDate = new DateTime( (long)this.WorldMax ); The WorldMin seems to be 0, the "dawn of time", so to speak, and the WorldMax is some ungodly large number. (And I'm only trying to chart 50 days worth of data, and its larger than 50 days in ticks). That's as far as I've narrowed it so far. A breakpoint where the property is set might help narrow it done, and I'm going to try that next. Thanks for all the great work you've done so far. Good Hunting. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2009-03-19 21:58 Message: I've seen the same exception before. I was using a TradingDateTimeAxis for a CandlePlot but was setting the axis before adding the plot. This caused the WorldMin to remain zero causing the worldMinDate to be invalid. I worked around this problem by setting the CandlePlot data first, and then creating a new TradingDateTimeAxis initialized from the CandlePlot's SuggestXAxis() call before passing it into the graph. Then when I stepped through the NPlot source, WorldMin was no longer zero and the worldMinDate was correct. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2009-03-09 13:54 Message: The email address for follow up on this ticket is redrobot AT gmail.com. Once again, thanks for all the great work you've done so far. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=2669326&group_id=161868 |
From: Xavier P. <xav...@e-...> - 2009-03-16 10:17:11
|
Hi everybody, I'm using NPlot and I have a little problem setting the Y Axis as NPlot.LogAxis I've got YDAT as the linear array of double values I want to plot I am only able to use the expression NPlot.StepPlot.DataSource = YDAT in order to plot the linear version of the plot But NPlot.StepPlot.DataSource is set to LinearAxis by default, and I don't know how to change that Any ideas? (by the way, as you may have noticed, I am using vbnet) Thank you very much for your help Xavier |
From: SourceForge.net <no...@so...> - 2009-03-15 18:37:24
|
Bugs item #2687848, was opened at 2009-03-15 18:11 Message generated for change (Settings changed) made by hywelthomas You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=2687848&group_id=161868 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: General Group: 0.9.10.0 >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Hywel Thomas (hywelthomas) Summary: Gtk control does not display axes Initial Comment: Using the Gtk# control, several of the demo plots do not draw the axes, ticks and text correctly. The Log plots are the first to do so. ---------------------------------------------------------------------- >Comment By: Hywel Thomas (hywelthomas) Date: 2009-03-15 18:37 Message: Mono bug #475578 does not compile 'const double' correctly. This bug is fixed in Mono svn and in the upcoming release 2.4, but the attached patches for Axis.cs and TradingDateTimeAxis.cs fix the problem for current Mono releases. As the const is used only in the local method, removing it does not cause any issues or inefficiency. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=2687848&group_id=161868 |
From: SourceForge.net <no...@so...> - 2009-03-15 18:15:00
|
Bugs item #2687848, was opened at 2009-03-15 18:11 Message generated for change (Settings changed) made by hywelthomas You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=2687848&group_id=161868 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: General Group: 0.9.10.0 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) >Assigned to: Hywel Thomas (hywelthomas) Summary: Gtk control does not display axes Initial Comment: Using the Gtk# control, several of the demo plots do not draw the axes, ticks and text correctly. The Log plots are the first to do so. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=2687848&group_id=161868 |
From: SourceForge.net <no...@so...> - 2009-03-15 18:12:06
|
Bugs item #2687848, was opened at 2009-03-15 18:11 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=2687848&group_id=161868 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: General Group: 0.9.10.0 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Gtk control does not display axes Initial Comment: Using the Gtk# control, several of the demo plots do not draw the axes, ticks and text correctly. The Log plots are the first to do so. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=2687848&group_id=161868 |
From: Thomas E. <th...@th...> - 2009-03-11 14:30:29
|
Hi there, I am using NPlot with VB .Net, and I am very happy about the easy way to print my plots. However, due to lack of programming experience I am missing the possibility to change the printer. How would you do this? Thanks, Thomas |
From: SourceForge.net <no...@so...> - 2009-03-09 15:49:50
|
Bugs item #1782467, was opened at 2007-08-27 13:33 Message generated for change (Settings changed) made by hywelthomas You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=1782467&group_id=161868 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: General Group: 0.9.10.0 Status: Open Resolution: None Priority: 5 Private: Yes Submitted By: Nobody/Anonymous (nobody) >Assigned to: Hywel Thomas (hywelthomas) Summary: HairLine doesn't XOR Initial Comment: BUGG File : PlotSurface2DDemo.cs Example : "Sound Wave Example" 1/16 Scenario: Show World Coordinates Problem : Hair Line (crosshair) trace rest on the pane when the mouth is moved rapidly over. QUEST The displayd coordinates could be static on the FORM user localizable? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=1782467&group_id=161868 |
From: SourceForge.net <no...@so...> - 2009-03-09 13:54:58
|
Bugs item #2669326, was opened at 2009-03-06 20:07 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=2669326&group_id=161868 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: General Group: 0.9.10.0 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: DateTimeAxis throws unhandled exception due to WorldMax Bug. Initial Comment: In the file attached, I am trying to create two linePlots and add them to a single Plotting Surface, based off NPlot's example code. If the second LinePlot is not added to the plotting surface, everything works. However, if the second line is added (using the same date range) the program crashed with a "ArguementOutOfRangeException: The added or subtracted value results in an un-representable DateTime. Parameter name: months" on DateTimeAxis.cs line 587. The real problem seems to be traced back to lines 326 and 327 of the file: DateTime worldMinDate = new DateTime( (long)this.WorldMin ); DateTime worldMaxDate = new DateTime( (long)this.WorldMax ); The WorldMin seems to be 0, the "dawn of time", so to speak, and the WorldMax is some ungodly large number. (And I'm only trying to chart 50 days worth of data, and its larger than 50 days in ticks). That's as far as I've narrowed it so far. A breakpoint where the property is set might help narrow it done, and I'm going to try that next. Thanks for all the great work you've done so far. Good Hunting. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2009-03-09 13:54 Message: The email address for follow up on this ticket is redrobot AT gmail.com. Once again, thanks for all the great work you've done so far. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=2669326&group_id=161868 |
From: SourceForge.net <no...@so...> - 2009-03-06 20:07:40
|
Bugs item #2669326, was opened at 2009-03-06 20:07 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=2669326&group_id=161868 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: General Group: 0.9.10.0 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: DateTimeAxis throws unhandled exception due to WorldMax Bug. Initial Comment: In the file attached, I am trying to create two linePlots and add them to a single Plotting Surface, based off NPlot's example code. If the second LinePlot is not added to the plotting surface, everything works. However, if the second line is added (using the same date range) the program crashed with a "ArguementOutOfRangeException: The added or subtracted value results in an un-representable DateTime. Parameter name: months" on DateTimeAxis.cs line 587. The real problem seems to be traced back to lines 326 and 327 of the file: DateTime worldMinDate = new DateTime( (long)this.WorldMin ); DateTime worldMaxDate = new DateTime( (long)this.WorldMax ); The WorldMin seems to be 0, the "dawn of time", so to speak, and the WorldMax is some ungodly large number. (And I'm only trying to chart 50 days worth of data, and its larger than 50 days in ticks). That's as far as I've narrowed it so far. A breakpoint where the property is set might help narrow it done, and I'm going to try that next. Thanks for all the great work you've done so far. Good Hunting. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=2669326&group_id=161868 |
From: Benjamin K. <ben...@go...> - 2009-03-05 19:29:20
|
Hi Dave Sorry, but your solution didn't work for me. However, I've found a workaround. 1. Set the TickText font to a monospaced font (e. g. Courier New) 2. Supress commas by specifying {0:F0} as number format (this is OK for the moment but needs to be changed if I need floating point labels) 3. Loop through all the PlotSurface2D and find the largest WorldMin/ WorldMax (with double.ToString("F0").Length) 4. Set margin and width for each P2D based on this values -- Benjamin |
From: Dave C. <dav...@gm...> - 2009-03-03 20:53:42
|
Here's some of the axis line up code I use: plotSurface1.YAxis1.LabelOffsetAbsolute = true; plotSurface1.YAxis1.AutoScaleTicks = true; plotSurface1.YAxis1.Label = " "; plotSurface1.YAxis1.LabelOffset = 50; if ((double)chartDataTable.Rows[0][4] > 25) // xxx vs jpy plotSurface1.YAxis1.NumberFormat = "{0:F2}"; else plotSurface1.YAxis1.NumberFormat = "{0:F4}"; plotSurface1.YAxis2 = (Axis)plotSurface1.YAxis1.Clone(); plotSurface1.YAxis2.TickTextNextToAxis = false; plotSurface1.YAxis2.Label = " "; plotSurface1.YAxis2.LabelOffset = 50; plotSurface1.XAxis1 = new LinearAxis(plotSurface1.XAxis1); plotSurface1.XAxis1.IncreaseRange(1d / chartDataTable.Rows.Count); plotSurface1.XAxis1.SmallTickSize = 1; plotSurface1.XAxis1.LabelOffset = 40; // Indicator Chart indicatorPlot.Clear(); indicatorPlot.DateTimeToolTip = true; indicatorPlot.BackColor = Color.Cornsilk; indicatorPlot.PlotBackColor = Color.Ivory; indicatorPlot.Add(GetZeroLinePlot(), 1000); indicatorPlot.SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.AntiAlias; indicatorPlot.Add(new Grid()); indicatorPlot.Padding = 5; indicatorPlot.YAxis1.LabelOffsetAbsolute = true; indicatorPlot.YAxis1.AutoScaleTicks = true; indicatorPlot.YAxis1.Label = "CCI"; indicatorPlot.YAxis1.LabelOffset = plotSurface1.YAxis1.LabelOffset; indicatorPlot.YAxis2 = (Axis)indicatorPlot.YAxis1.Clone(); indicatorPlot.YAxis2.TickTextNextToAxis = false; indicatorPlot.YAxis2.Label = " "; indicatorPlot.YAxis2.LabelOffset = plotSurface1.YAxis2.LabelOffset; indicatorPlot.XAxis1 = new LinearAxis(indicatorPlot.XAxis1); indicatorPlot.XAxis1.IncreaseRange(1d / chartDataTable.Rows.Count); indicatorPlot.XAxis1.SmallTickSize = 1; indicatorPlot.XAxis1.LabelOffset = 40; |
From: Benjamin K. <ben...@go...> - 2009-03-03 19:33:02
|
Hi I'm working on a WinForms app which displays many PlotSuface2Ds in a row: 100 | | | 50 | | | 0 +-------------------------------- 1000 | | | 500 | | | 0 +------------------------------- The lower plot is shifted to the right because the TickText is a bit wider. How can I prevent this from happening? I've tried some workarounds but they sucked: - Rotated TickTexts by 90° - looks ugly - Moved TickTexts to the inside - looks even uglier I think the optimal way of accomplishing this is by specifying the width for the TickTexts but I didn't find a way to modify the bounding box of the axis. Do I need to modify NPlot's source? If so, what is the best way? Thanks in advance -- Benjamin |