<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">

<channel>
    <title>DPlot Graph Software</title>
    <link>http://www.dplot.com</link>
    <description>DPlot Graph Software for Scientists and Engineers</description>
	<lastBuildDate>Sun, 11 May 2008 22:50:00 GMT</lastBuildDate>
	<language>en-us</language> 
	<copyright>Copyright 2001-2008 HydeSoft Computing, LLC.</copyright> 
	<managingEditor>David Hyde</managingEditor> 
	<webMaster>admin@dplot.com</webMaster> 
<image>
	<title>DPlot Graph Software</title> 
	<url>http://www.dplot.com/logo_small.png</url> 
	<link>http://www.dplot.com</link> 
	<width>141</width> 
	<height>45</height> 
	<description>Graph Software for Scientists and Engineers</description> 
</image>

<item>
	<title>Log scales on box-and-whisker plots, bug fixes</title>
	<link>http://www.dplot.com/revisions.htm#R2168</link>
	<description>
	<content:encoded>
	<![CDATA[
	<a name="R2168"></a><h3>12 May, 2008<br />
	Version 2.1.6.8</h3>
	<ul>
	<li><a href="http://www.dplot.com/help/index.htm?gettingstartedwith1dplots.htm">Box-and-whisker plots and dot graphs</a>
		may now have a logarithmic scale. Scaling may be set programmatically with the new 
		<a href="http://www.dplot.com/help/index.htm?stat_scalingcommand.htm">Stat_Scaling</a>
		macro/DDE command.<br />&nbsp;</li> 

	<li>For XY plots, if you copy/paste a curve into the same document then the new curve's legend will be 
		&quot;Copy of &lt;source legend&gt;&quot;, or &quot;Copy of Curve <i>x</i>&quot; if the source
		curve has no legend entry.<br />&nbsp;</li>

	<li>Increased the maximum number of reference lines from 50 to 100. (This was needed for a user plugging in many
		reference lines in place of grid lines at desired locations different than those chosen by DPlot. New options
		for grid lines will be coming soon.)<br />&nbsp;</li>

	<li>Bug fix: The legend in 2D contour plots might have been clipped when saving a bitmap image and/or copying 
		a bitmap to the Clipboard.<br />&nbsp;</li>

	<li>Bug fix: An error in processing Campbell Scientific datalogger files might have resulted in overwriting
		another area in memory, causing later unpredictable behavior. In the last DPlot update this might have
		resulted in a false positive when testing for a pirated version of DPlot.<br />&nbsp;</li>
	</ul>
	]]> 
	</content:encoded>
	</description>
</item>

<item>
	<title>New probability scale and bubble plot options. Resize plot with mouse</title>
	<link>http://www.dplot.com/revisions.htm#R2167</link>
	<description>
	<content:encoded>
	<![CDATA[
	<a name="R2167"></a><h3>2 May, 2008<br />
	Version 2.1.6.7</h3>
	<ul>
	<li>Probability scales may now range from 0-1 instead of the default 0-100. Among other things, this allows you to
		use <i>Percent</i> number formatting on a probability scale. Amended 
		<a href="http://www.dplot.com/help/index.htm?probabilityflagscommand.htm">ProbabilityFlags</a> macro/DDE 
		command to take	account of this option.<br />&nbsp;</li>

	<li>For Bubble plots, the mouse hover tooltip gadget now shows the bubble magnitude as &quot;Z=&quot; in addition
		to the X and Y values.<br />&nbsp;</li>

	<li>The maximum number of decimal places on the Number Formats dialog has been increased from 8 to 12.<br />&nbsp;</li>

	<li>Slightly modified the way <a href="http://www.dplot.com/help/index.htm?helpid_scan.htm">Scan X,Y</a> works: 
		if the Shift key is pressed, then clicking on the scroll bar arrows or using the arrow keys moves 10x whatever 
		the current increment is.<br />&nbsp;</li>

	<li>Increased the maximum number of plugin modules (Generate, File Import, or File Export) from 20 to 50. This will
		primarily be of interest to those developing their own plugins for DPlot.<br />&nbsp;</li>

	<li>Added a placeholder for macro/DDE commands to specify a curve or data set by entering one or more substrings from
		the legend associated with that curve or data set. (See the description of the 
		<a href="http://www.dplot.com/help/index.htm?selectcurvecommand.htm">SelectCurve</a> command.)
		For example <i>[SelectCurve(LegendHas("ABC","DEF"))]</i> will select the first curve whose legend contains both 
		<i>ABC</i> and <i>DEF</i>. <i>LegendHas</i> may be used in any command in place of a curve index. If the search 
		fails, no replacement is made (which will subsequently result in an error message when attempting to interpret 
		<i>LegendHas("substring")</i> as a number). Thanks to Ian from <a href="http://tatamotors.com" target="_blank">Tata Motors</a>
		for the suggestion.<br />&nbsp;</li>

	<li>You may now resize a 2D plot by dragging any corner of the plot (in addition to using 
		<a href="http://www.dplot.com/help/index.htm?helpid_manualscale.htm">Specify Plot Size</a>). When sized using
		this method, <i>Specify Plot Size</i> is turned on if not previously on. The size will be rounded to the nearest
		tenth inch, millimeter, or centimeter, depending on the default measurement units selected under 
		<a href="http://www.dplot.com/help/index.htm?helpid_genoptions.htm">Options&gt;General</a>. Dimensions might be
		subject to the constraints of the plot type: triangle plots will always be an equilateral triangle, Mercator
		projections will retain the correct shape, etc.<br />&nbsp;</li>

	<li>Bug fix: Very long line segments on XY plots (made very long by zooming in or setting the plot extents to
		a small fraction of the data extents) might not have been clipped properly. In this release DPlot relies on
		its own internal clipping rather than using Windows' built-in clipping algorithm if the plot extents are
		less than 1/20 of the full extents of the data, in either direction.<br />&nbsp;</li>

	<li>Bug fix: If &quot;Axes only&quot; was used for the grid type on an XY plot, in metafiles the arrowheads on the
		axes might have been clipped.<br />&nbsp;</li>

	<li>Bug fix: The function parser (used in <a href="http://www.dplot.com/help/index.htm?helpid_f_of_x.htm">Y=f(X)</a>
		and similar commands) might have erroneously returned a &quot;Too many parameters&quot; error for functions
		of more than two arguments in which the last argument was another function, e.g. 
		<a href="http://www.dplot.com/help/index.htm?normdist.htm">NORMDIST</a>(x,0,<a href="http://www.dplot.com/help/index.htm?sqrt.htm">SQRT</a>(0.2)).
		<br />&nbsp;</li>
	</ul>
	]]> 
	</content:encoded>
	</description>
</item>


<item>
	<title>Numerous bug fixes</title>
	<link>http://www.dplot.com/revisions.htm#R2166</link>
	<description>
	<content:encoded>
	<![CDATA[
	<a name="R2166"></a><h3>9 April, 2008<br />
	Version 2.1.6.6</h3>
	<ul>
	<li>Preference files will now include line styles, symbol styles, line widths, and symbol sizes for all curves. Previous
		versions only stored this data for the first 20 curves.<br />&nbsp;</li>

	<li>Spin buttons throughout DPlot are now forced to the designed width. In previous versions spin button width was
		set to the width of a standard scrollbar (user-settable with Control Panel). This led, in some cases, to
		overlapping controls if you increased the scrollbar width above the default value.<br />&nbsp;</li>

	<li>Looks only: DPlot now uses the look of XP-specific common controls (buttons, checkboxes, etc.) on XP and Vista.
		Welcome to 2003 :-)<br />&nbsp;</li>

	<li>Bug fix: A saved DPlot file containing XY data might have erroneously saved the data as if the X axis had equally-spaced
		values if at any time the data <b>did</b> have a constant spacing but you then used <i>Delete Points in Box</i> to
		delete one or more values before saving the file.<br />&nbsp;</li>

	<li>Bug fix: A roundoff error might have resulted in symbols being 1 pixel off on logarithmic scales. This was generally
		most noticeable with symbols using crossed lines.<br />&nbsp;</li>

	<li>Bug fix: <i>List Peaks</i> might have crashed with 3D data.<br />&nbsp;</li>

	<li>Bug fix: If <i>Data points</i> was checked on the Contour Options dialog for randomly-spaced 3D data, symbols
		were drawn at each point regardless of whether that point lie outside extents set with the 
		Extents/Intervals/Size command.<br />&nbsp;</li>
	</ul>
	]]> 
	</content:encoded>
	</description>
</item>


<item>
	<title>Better support for CSV files with blank entries</title>
	<link>http://www.dplot.com/revisions.htm#R2165</link>
	<description>
	<content:encoded>
	<![CDATA[
	<a name="R2165"></a><h3>27 March, 2008<br />
	Version 2.1.6.5</h3>
	<ul>
	<li>DPlot will now correctly handle blank entries in CSV files for &quot;quoted&quot; values (date and time combinations,
		for example). In previous versions blank quoted entries were only handled correctly if represented by two
		consecutive quotation marks; for two consecutive delimiters (commas or tabs) in place of a quoted value, DPlot
		would have stopped processing the file at that point, deciding that the data type for that column didn't match
		the corresponding column in previous lines.<br />&nbsp;</li>
	</ul>
	]]> 
	</content:encoded>
	</description>
</item>


<item>
	<title>Corrections to FFT routine</title>
	<link>http://www.dplot.com/revisions.htm#R2164</link>
	<description>
	<content:encoded>
	<![CDATA[
	<a name="R2164"></a><h3>23 March, 2008<br />
	Version 2.1.6.4</h3>
	<ul>
	<li>Corrected two problems with DPlot's FFT routine that have been present from the start: a) The first point in the FFT
		<b>should</b> be equal to any offset from zero in the input record. This value was off by a factor of 2. b) For an input
		number of points equal to a power of 2, the output FFT was normalized by dividing by N, when it should have been divided
		by N-1.<br />&nbsp;</li>
	</ul>
	]]> 
	</content:encoded>
	</description>
</item>

<item>
	<title>Fix for a potential overflow error in Y=f(X) and other commands</title>
	<link>http://www.dplot.com/revisions.htm#R2163</link>
	<description>
	<content:encoded>
	<![CDATA[
	<a name="R2163"></a><h3>21 March, 2008<br />
	Version 2.1.6.3</h3>
	<ul>
	<li>Bug fix: It was possible to cause an integer overflow (crashing DPlot) with the <i>Y=f(X)</i> and similar commands if the
		range in values divided by the selected interval was greater than 2^31. This problem has actually been present for years, but
		was made much more apparent by the recent change of dynamically showing the number of points that would be generated by the
		given extents and interval.<br />&nbsp;</li>
	</ul>
	]]> 
	</content:encoded>
	</description>
</item>


<item>
	<title>Several bug fixes</title>
	<link>http://www.dplot.com/revisions.htm#R2162</link>
	<description>
	<content:encoded>
	<![CDATA[
	<a name="R2162"></a><h3>18 March, 2008<br />
	Version 2.1.6.2</h3>
	<ul>
	<li>A change in version 2.1.6.0 to remember the <i>Pick Columns to Plot</i> setting caused DPlot to display the 
		<i>Specify Columns to Plot</i> dialog when opening a file on the command line. In this release files opened
		by a command line operation will not display that dialog, regardless of whether that option was previously selected.<br />&nbsp;</li>

	<li>Bug fix: If you clipped the Z extents of a 3D view using <i>Extents/Intervals/Size</i> <b>and</b> elected to draw
		grid lines on the surface, in rare cases an integer overflow might have caused DPlot to crash, particularly when rendering to
		a high resolution device like a printer.<br />&nbsp;</li>

	<li>Bug fix: The <i>Multiple</i> option on the <i>Print</i> dialog might have crashed DPlot the first time you
		selected &quot;Select All&quot; due to an uninitialized data problem.<br />&nbsp;</li>
	</ul>
	]]> 
	</content:encoded>
	</description>
</item>


<item>
	<title>Several bug fixes, minor improvements to Y=f(X) command</title>
	<link>http://www.dplot.com/revisions.htm#R2161</link>
	<description>
	<content:encoded>
	<![CDATA[
	<a name="R2161"></a><h3>12 March, 2008<br />
	Version 2.1.6.1</h3>
	<ul>
	<li>Bug fix: A recent change meant to improve on DPlot's default tick mark intervals might have resulted in a crash
		if <i>Specify extents</i> was checked and the lower limit was a negative value with a larger magnitude than
		the positive upper limit.<br />&nbsp;</li>

	<li>Bug fix: Bar charts were not drawn properly to enhanced or standard metafiles if you zoomed in on the graph
		or set the extents of the plot to some subset of the entire data. This bug effected both metafiles copied to
		the Clipboard and saved files.<br />&nbsp;</li>

	<li>The <a href="http://www.dplot.com/help/index.htm?helpid_f_of_x.htm">Y=f(X)</a> command now presents the <i>from X</i>
		and <i>to X</i> values using the current number formatting for the X axis. (Previously, these values always used
		the default number scheme). Previous values used in this command will be displayed using more significant figures
		than in previous versions (<i>Date and Time</i>, for example, will show times down to microseconds when appropriate).
		And the dialog now shows the number of points that will be generated using the <i>from X</i>, <i>to X</i>, and 
		<i>with interval dX</i>	settings. This functionality will be added to the other curve/surface generating commands 
		in a future release.<br />&nbsp;</li>
	</ul>
	]]> 
	</content:encoded>
	</description>
</item>

<item>
	<title>New options for image exports, improved curve selection dialogs</title>
	<link>http://www.dplot.com/revisions.htm#R2160</link>
	<description>
	<content:encoded>
	<![CDATA[
	<a name="R2160"></a><h3>6 March, 2008<br />
	Version 2.1.6.0</h3>
	<ul>
	<li>Amended the BMP, GIF, PNG, and TIF file export modules to optionally use a better color quantization 
		routine when saving 8-bit images from displays with greater than 8-bit color depth (which, these 
		days, is just about	everybody). The default color quantization method does not work well 
		in some cases when saving an image with	a colored background. The optional method works much better
		but comes with a performance penalty, taking several seconds for large images. Modified the 
		<a href="http://www.dplot.com/help/index.htm?setpluginimagedimscommand.htm">SetPluginImageDims</a> 
		macro/DDE command to include this new option.<br />&nbsp;</li>

	<li>In most all dialog boxes that include lists of curves, the list entries now include a short line segment
		and/or symbol in the appropriate color. This change makes it a bit easier to quickly pick the
		desired curve from a list, particularly when the curve has no legend entry.<br />&nbsp;</li>

	<li>DPlot does a better job handling calendar date number formats on 3D/4D surface plots. In previous
		versions these numbers were treated the same internally as all other number formats, so that it 
		usually wasn't possible to get, for example, grid lines or tick marks at exact 1 month or 1 year intervals.
		<br />&nbsp;</li>

	<li>Expanded the list of built-in date formats in the Number Formats dialog from 7 to 24 of the most commonly
		used formats. As before, you may select a format from the list or enter your own format.<br />&nbsp;</li>

	<li>Added an option to <b>not</b> draw an inverted scale on the opposite side of the plot from a probability
		scale. The default is to draw that inverted scale. Added 
		<a href="http://www.dplot.com/help/index.htm?probabilityflagscommand.htm">ProbabilityFlags</a> macro/DDE
		command to set these options.<br />&nbsp;</li>

	<li>Improved on version 2.1.5.5's change in the behavior of the 
		<a href="http://www.dplot.com/help/index.htm?helpid_scale_polar.htm">Force circular plots</a> option for
		polar plots. In version 2.1.5.5 the size was set to roughly 80% of the minimum of the document window 
		width and height. This worked well for most display sizes, but not larger resolutions (unless you used 
		very large fonts). In this version DPlot will use all available display space.<br />&nbsp;</li>

	<li>The &quot;Pick columns to plot&quot; option for CSV and other multi-column text files is now turned on
		by default, and your choice for that option will be preserved. In previous versions this option was
		always initially turned off.<br />&nbsp;</li>

	<li>Bug fix: If <i>Outline solid symbols</i> was checked, then symbols from the Wingdings 2 font were drawn
		in black.
	</ul>
	]]> 
	</content:encoded>
	</description>
</item>

<item>
	<title>Bug fix for programmers producing 1000's of bitmaps</title>
	<link>http://www.dplot.com/revisions.htm#R2158</link>
	<description>
	<content:encoded>
	<![CDATA[
	<a name="R2158"></a><h3>18 February, 2008<br />
	Version 2.1.5.8</h3>
	<ul>
	<li><span class="blue">Bug fix: An obscure problem was introduced in version 2.1.5.6 that resulted in strange problems
		(toolbar bitmaps disappearing, all lines being drawn with a single-pixel black line, and other assorted weirdness)
		after saving several thousand bitmap images. Thanks to <a href="http://www.htbasic.de/" target="_blank">Sven Henze</a>
		for the assist in tracking this down.</span></li>
	</ul>
	]]> 
	</content:encoded>
	</description>
</item>


<item>
	<title>Change background color of plots and various text objects</title>
	<link>http://www.dplot.com/revisions.htm#R2157</link>
	<description>
	<content:encoded>
	<![CDATA[
	<a name="R2157"></a><h3>17 February, 2008<br />
	Version 2.1.5.7</h3>
	<ul>
	<li>You can now specify the background color of the entire plot, the legend, text notations and point labels. Past
		versions always used the Windows' window background color. Added new 
		<a href="http://www.dplot.com/help/index.htm?bkcolorcommand.htm">BkColor</a> macro/DDE command and modified the
		<a href="http://www.dplot.com/help/index.htm?legendparamscommand.htm">LegendParams</a>,
		<a href="http://www.dplot.com/help/index.htm?textnoteexcommand.htm">TextNoteEx</a>,
		<a href="http://www.dplot.com/help/index.htm?textnote3d_command.htm">TextNote3D</a>,
		<a href="http://www.dplot.com/help/index.htm?textpointlabelcommand.htm">TextPointLabel</a> and
		<a href="http://www.dplot.com/help/index.htm?textpointlabel3dcommand.htm">TextPointLabel3D</a> macro/DDE commands to take this new
		capability into account.<br />&nbsp;</li>

	<li><span class="blue">Bug fix: Retrieving a DPLOT_PLOTMETRICS structure with DPlot_GetBitmapEx or DPlot_GetPlotMetrics
		was broken in version 2.1.5.6.</span><br />&nbsp;</li>

	<li>Bug fix: If you did not install the Excel Add-In, the uninstall program for DPlot might have produced an Excel  runtime error and then
		shut down.<br />&nbsp;</li>
	</ul>
	]]> 
	</content:encoded>
	</description>
</item>

</channel>
  
</rss>
