<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to patches</title><link href="https://sourceforge.net/p/nplot/patches/" rel="alternate"/><link href="https://sourceforge.net/p/nplot/patches/feed.atom" rel="self"/><id>https://sourceforge.net/p/nplot/patches/</id><updated>2011-09-05T12:23:38Z</updated><subtitle>Recent changes to patches</subtitle><entry><title>Prevent overflow exception from single point Inf/NaN data</title><link href="https://sourceforge.net/p/nplot/patches/7/" rel="alternate"/><published>2011-09-05T12:23:38Z</published><updated>2011-09-05T12:23:38Z</updated><author><name>C. Gleerup</name><uri>https://sourceforge.net/u/cromozon/</uri></author><id>https://sourceforge.net0c5753afb2853a9da592d84cb157605bbf5b1dbd</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;small modification that checks input data and does nothing in case of NaN/Inf when drawing single point.&lt;br /&gt;
this prevents a possible stackOverflow exception from system drawing.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Utilities additions for Axis.cs</title><link href="https://sourceforge.net/p/nplot/patches/6/" rel="alternate"/><published>2009-03-20T10:31:37Z</published><updated>2009-03-20T10:31:37Z</updated><author><name>hywel thomas</name><uri>https://sourceforge.net/u/hywelthomas/</uri></author><id>https://sourceforge.netf581a7df3ae1dfba8cae5652724fda552dd5f1e5</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Additional methods are provided for modifying and defining the WorldRange of an Axis.&lt;br /&gt;
These are all based on expressing the new WorldMin and WorldMax as proportions of the current range, as done in the existing 'IncreaseRange' method.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;This approach greatly simplifies any re-ranging done as a result of Mouse Interactions, so that more common code can be used here.&lt;br /&gt;
NB - CSDiff file attached is wrt svn revision 31, and also contains TicksAngle and Mono Bugfix patches as well&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>CandlePlot should use ILists, not Arrays</title><link href="https://sourceforge.net/p/nplot/patches/5/" rel="alternate"/><published>2007-10-03T10:30:42Z</published><updated>2007-10-03T10:30:42Z</updated><author><name>Eyal</name><uri>https://sourceforge.net/u/eyal0/</uri></author><id>https://sourceforge.net2e1ca07da241ad36b7a40d8396e6ce0a39ebe6c2</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The IList is a parent class of the Array.  LinePlot expects input data to be IList, but CandlePlot uses Array.  I fixed this in the patch below.&lt;/p&gt;
&lt;p&gt;Also edited the text of some exceptions to be more accurate.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Fix For HistogramPlot Issue</title><link href="https://sourceforge.net/p/nplot/patches/3/" rel="alternate"/><published>2007-01-19T17:32:20Z</published><updated>2007-01-19T17:32:20Z</updated><author><name>Ryan Shyffer</name><uri>https://sourceforge.net/u/rshyffer/</uri></author><id>https://sourceforge.net5e8fda017d96e01f2ebacfcfac95a72dbca64d30</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I ran into a problem displaying a HistogramPlot when the displayed plot width is smaller than the length of the DataSource array.  I made a fix to get around this problem instead of rebinning the data.  I changed the brushes to take in RectangleF's in addition to Rectangles.  In addition I removed the casts to int in HistogramPlot.Draw(), line 177.  The changed files are attached.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Various Bugfixes and improvements for Windwos.PlotSurface2d</title><link href="https://sourceforge.net/p/nplot/patches/2/" rel="alternate"/><published>2006-12-27T13:58:53Z</published><updated>2006-12-27T13:58:53Z</updated><author><name>Pawel Konieczny</name><uri>https://sourceforge.net/u/konieczp/</uri></author><id>https://sourceforge.net417cc23a8cc8ba82eed19695ccf558b621061b9e</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Here are various bugfixes and improvements for Windows.PlotSurface2D control, patch against version 0.9.10.0. Note: although the code should not contain any .NET 2.0 specifics, I have tested it only in the .NET 2.0 context.&lt;/p&gt;
&lt;p&gt;//Pawel&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Bugfix for optimized draw of LinePlot and StepPlot</title><link href="https://sourceforge.net/p/nplot/patches/1/" rel="alternate"/><published>2006-12-27T02:31:57Z</published><updated>2006-12-27T02:31:57Z</updated><author><name>Pawel Konieczny</name><uri>https://sourceforge.net/u/konieczp/</uri></author><id>https://sourceforge.net171c6f2d3c5cbfca5151ff62d4af677cb01777cb</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;On large zoom levels it may happen that one part of the points is behind the left edge of the plot area while the rest is behind the right edge. Still the line between two points closest to the left and right edge should be drawn as it could fall within the viewport of the plot area.&lt;/p&gt;
&lt;p&gt;Currently, the line simply disappears.&lt;/p&gt;
&lt;p&gt;This patch was originally generated against 0.9.2.0, but should be applicable to 0.9.10.0&lt;/p&gt;
&lt;p&gt;//Pawel&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>