<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="0.92">
<channel>
	<docs>http://backend.userland.com/rss092</docs>
	<title>DPlot</title>
	<link>http://www.dplot.com/forums/</link>
	<description>http://www.dplot.com</description>
	<managingEditor>support@dplot.com</managingEditor>
	<webMaster>support@dplot.com</webMaster>
	<lastBuildDate>Thu, 11 Mar 2010 22:24:21 GMT</lastBuildDate>
<item>
	<title>Suggestions/Questions :: RE: How to substract two data-curves from each other?</title>
	<link>http://www.dplot.com/forums/viewtopic.php?p=3534#3534</link>
	<description>Author: &lt;a href=&quot;http://www.dplot.com/forums/profile.php?mode=viewprofile&amp;u=1433&quot; target=&quot;_blank&quot;&gt;EdK&lt;/a&gt;&lt;br /&gt;

Posted: Tue Mar 09, 2010 2:39 pm (GMT -5)&lt;br /&gt;
Topic Replies: 2&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Thanks a lot!
&lt;br /&gt;
I will try that!
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Suggestions/Questions :: RE: How to substract two data-curves from each other?</title>
	<link>http://www.dplot.com/forums/viewtopic.php?p=3533#3533</link>
	<description>Author: &lt;a href=&quot;http://www.dplot.com/forums/profile.php?mode=viewprofile&amp;u=2&quot; target=&quot;_blank&quot;&gt;DPlotAdmin&lt;/a&gt;&lt;br /&gt;

Posted: Tue Mar 09, 2010 12:38 pm (GMT -5)&lt;br /&gt;
Topic Replies: 2&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Generate-&amp;gt;Y=f(X,Y1,Y2,...)
&lt;br /&gt;

&lt;br /&gt;
Y=Y1*Y2 (or whatever)
&lt;br /&gt;

&lt;br /&gt;
The result will be evenly-spaced in X, not necessarily at the input X's. That function does a linear interpolation between X's that bound an output X to find the Y1 and Y2 values.
&lt;br /&gt;_________________&lt;br /&gt;David Hyde
&lt;br /&gt;
&lt;a href=&quot;mailto:support@dplot.com&quot;&gt;support@dplot.com&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Suggestions/Questions :: How to substract two data-curves from each other?</title>
	<link>http://www.dplot.com/forums/viewtopic.php?p=3532#3532</link>
	<description>Author: &lt;a href=&quot;http://www.dplot.com/forums/profile.php?mode=viewprofile&amp;u=1433&quot; target=&quot;_blank&quot;&gt;EdK&lt;/a&gt;&lt;br /&gt;
Subject: How to substract two data-curves from each other?&lt;br /&gt;
Posted: Tue Mar 09, 2010 9:59 am (GMT -5)&lt;br /&gt;
Topic Replies: 2&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Hi all!
&lt;br /&gt;

&lt;br /&gt;
I have a little trouble with a simple task:
&lt;br /&gt;

&lt;br /&gt;
If I have two surfaces in one plot, it is easy to e.g. multiply or divide the surfaces with each other by using the &lt;span style=&quot;font-style: italic&quot;&gt;Z3=f(Z1,Z2)&lt;/span&gt; function.
&lt;br /&gt;

&lt;br /&gt;
So I have data sets like
&lt;br /&gt;
Xa1, Ya1, Za1; Xa2, Ya2, Za2; ...
&lt;br /&gt;
Xb1, Yb1, Zb1; Xb2, YB2, ZB2; ...
&lt;br /&gt;
...
&lt;br /&gt;

&lt;br /&gt;
and can easily multiplicate or divide surface &lt;span style=&quot;font-style: italic&quot;&gt;a&lt;/span&gt; and surface &lt;span style=&quot;font-style: italic&quot;&gt;b&lt;/span&gt;, which are defined by the data points.
&lt;br /&gt;

&lt;br /&gt;
However, I have been looking for a while now to do exactly the same for 2D data but did not find anything...
&lt;br /&gt;

&lt;br /&gt;
So I have 
&lt;br /&gt;
Xa1, Ya1; Xa2, Ya2; ...
&lt;br /&gt;
Xb1, Yb1; Xb2, YB2; ...
&lt;br /&gt;
...
&lt;br /&gt;

&lt;br /&gt;
Is there any possibility to multiply or divide the curves &lt;span style=&quot;font-style: italic&quot;&gt;a&lt;/span&gt; and &lt;span style=&quot;font-style: italic&quot;&gt;b&lt;/span&gt; resulting from these data points (not functions!)?
&lt;br /&gt;

&lt;br /&gt;
I am currently using the trial version of DPlot but I am going to order it ASAP. 
&lt;br /&gt;

&lt;br /&gt;
Thanks for your help!
&lt;br /&gt;

&lt;br /&gt;
Ed
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Suggestions/Questions :: RE: Problems with date number format</title>
	<link>http://www.dplot.com/forums/viewtopic.php?p=3531#3531</link>
	<description>Author: &lt;a href=&quot;http://www.dplot.com/forums/profile.php?mode=viewprofile&amp;u=2&quot; target=&quot;_blank&quot;&gt;DPlotAdmin&lt;/a&gt;&lt;br /&gt;

Posted: Thu Mar 04, 2010 5:27 pm (GMT -5)&lt;br /&gt;
Topic Replies: 2&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;The problem is with the &amp;quot;Date and Time&amp;quot; number format, not anything to do with &amp;quot;Edit&amp;gt;YYYYMMDDHHMM to Serial...&amp;quot;. If you right-click on the dates along the X axis and choose &amp;quot;Calendar Date&amp;quot; instead of &amp;quot;Date and Time&amp;quot; then you'll get proper pre-1900 dates.
&lt;br /&gt;

&lt;br /&gt;
The goof here is that DPlot originally had the same limitations as Excel dates: Jan 1, 1900 through Dec 31, 2078 (just a guess, but MS must have wanted to be able to represent the date as an unsigned 2-byte integer). The &amp;quot;Calendar Date&amp;quot; number format and other date-related features were later modified to accept dates from Oct 15, 1582 to Dec 31, 9999, but the &amp;quot;Date and Time&amp;quot; number format didn't follow suit. This is fixed at my end and will be included in the next release.
&lt;br /&gt;

&lt;br /&gt;
Thanks again for pointing out the problem.
&lt;br /&gt;_________________&lt;br /&gt;David Hyde
&lt;br /&gt;
&lt;a href=&quot;mailto:support@dplot.com&quot;&gt;support@dplot.com&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Suggestions/Questions :: RE: Problems with date number format</title>
	<link>http://www.dplot.com/forums/viewtopic.php?p=3530#3530</link>
	<description>Author: &lt;a href=&quot;http://www.dplot.com/forums/profile.php?mode=viewprofile&amp;u=2&quot; target=&quot;_blank&quot;&gt;DPlotAdmin&lt;/a&gt;&lt;br /&gt;

Posted: Thu Mar 04, 2010 9:58 am (GMT -5)&lt;br /&gt;
Topic Replies: 2&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;John,
&lt;br /&gt;
Thanks for pointing the problem out. It is indeed because the Excel serial number system goes negative with pre-1900 dates, but there's no reason DPlot can't handle this correctly. I'll either fix it or sheepishly explain why it can't be done for the next release.
&lt;br /&gt;_________________&lt;br /&gt;David Hyde
&lt;br /&gt;
&lt;a href=&quot;mailto:support@dplot.com&quot;&gt;support@dplot.com&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Suggestions/Questions :: Problems with date number format</title>
	<link>http://www.dplot.com/forums/viewtopic.php?p=3529#3529</link>
	<description>Author: &lt;a href=&quot;http://www.dplot.com/forums/profile.php?mode=viewprofile&amp;u=160&quot; target=&quot;_blank&quot;&gt;John&lt;/a&gt;&lt;br /&gt;
Subject: Problems with date number format&lt;br /&gt;
Posted: Thu Mar 04, 2010 12:34 am (GMT -5)&lt;br /&gt;
Topic Replies: 2&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;In using the &amp;quot;Edit&amp;gt;YYYYMMDDHHMM to Serial...&amp;quot; command, it correctly displays dates after 1900, but anything pre-1900 (e.g., 1850,1860,1870,1880,1890 in the form of 185001010000, etc.) is displayed as ########## in the graph.  If I use the &amp;quot;Edit&amp;gt;Edit Data...&amp;quot; menu command, all the dates display correctly.  If I'm reading things correctly, I notice the pre-1900 serial numbers (i.e., when displayed in default number format rather than date format) are negative and this is where the above problem occurs.
&lt;br /&gt;

&lt;br /&gt;
Hope I'm not missing anything obvious here, but any help would be appreciated.
&lt;br /&gt;_________________&lt;br /&gt;--John
&lt;br /&gt;
Using Dell Optiplex GX 260, Windows XP Professional SP3, Intel Pentium 4 @ 2.66 GHz, 1GB RAM.&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Suggestions/Questions :: RE: Edition of minorgrid color separately</title>
	<link>http://www.dplot.com/forums/viewtopic.php?p=3528#3528</link>
	<description>Author: &lt;a href=&quot;http://www.dplot.com/forums/profile.php?mode=viewprofile&amp;u=1428&quot; target=&quot;_blank&quot;&gt;villela&lt;/a&gt;&lt;br /&gt;

Posted: Mon Mar 01, 2010 8:24 pm (GMT -5)&lt;br /&gt;
Topic Replies: 2&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Thanks, David.
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Suggestions/Questions :: Suggestion: Background image(s) with 3D Contour plot</title>
	<link>http://www.dplot.com/forums/viewtopic.php?p=3527#3527</link>
	<description>Author: &lt;a href=&quot;http://www.dplot.com/forums/profile.php?mode=viewprofile&amp;u=1429&quot; target=&quot;_blank&quot;&gt;gks&lt;/a&gt;&lt;br /&gt;
Subject: Suggestion: Background image(s) with 3D Contour plot&lt;br /&gt;
Posted: Mon Mar 01, 2010 4:46 pm (GMT -5)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;I am evaluating the capability of DPlot for my application.  Overall, this is the great software with this price.  I am going to buy it anyway.
&lt;br /&gt;
My application requires the background image(s) -- layer(s) of PCBA drawings, and foreground with a 3D Contour (rainbow colored) graphic shows the NFE (Near Field Emission) level.  The foreground should be able to Alpha-blend with background image.
&lt;br /&gt;

&lt;br /&gt;
This can be done with another application (like Visio), but needs additional steps. It will be a great feature if this can be done in DPlot application.
&lt;br /&gt;

&lt;br /&gt;
I saw someone had already suggested this feature in this forum back in December, but had no reply.
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Suggestions/Questions :: RE: Suggestions - Windowed Zoom, Average Value Between Cursor</title>
	<link>http://www.dplot.com/forums/viewtopic.php?p=3526#3526</link>
	<description>Author: &lt;a href=&quot;http://www.dplot.com/forums/profile.php?mode=viewprofile&amp;u=184&quot; target=&quot;_blank&quot;&gt;jsc&lt;/a&gt;&lt;br /&gt;

Posted: Mon Mar 01, 2010 3:59 pm (GMT -5)&lt;br /&gt;
Topic Replies: 3&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Yes, using the arrow keys with a Y2 axis are a bit quirky.  The left and right arrows keys work okay for panning once zoomed in, but don't use the up and down because it messes up the display scaling.  When I find an area that I'm interested in, I have to return to no zoom, then zoom back in with one selection.  Then if I can pan only left and right, I'm in pretty good shape.
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Suggestions/Questions :: Sum function</title>
	<link>http://www.dplot.com/forums/viewtopic.php?p=3525#3525</link>
	<description>Author: &lt;a href=&quot;http://www.dplot.com/forums/profile.php?mode=viewprofile&amp;u=184&quot; target=&quot;_blank&quot;&gt;jsc&lt;/a&gt;&lt;br /&gt;
Subject: Sum function&lt;br /&gt;
Posted: Mon Mar 01, 2010 3:53 pm (GMT -5)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;I'm having a little trouble understanding where and how this function could be used.
&lt;br /&gt;

&lt;br /&gt;
I'd love to do this:  sum(if(Y1&amp;gt;600,1,0))
&lt;br /&gt;

&lt;br /&gt;
and have DPlot immediately calculated a running total of equation at each point dX.   But that is not allowed.
&lt;br /&gt;

&lt;br /&gt;
I first have to build the curve, then sum it.  Or from the menu, I could integrate the curve in this case.  Both generate an additional curve, and I'm trying to stay under that 9 curve limit for being able to do calculations on curves.
&lt;br /&gt;

&lt;br /&gt;
Any ideas?  (Am I doing this all wrong?)
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Suggestions/Questions :: RE: Suggestions - Windowed Zoom, Average Value Between Cursor</title>
	<link>http://www.dplot.com/forums/viewtopic.php?p=3524#3524</link>
	<description>Author: &lt;a href=&quot;http://www.dplot.com/forums/profile.php?mode=viewprofile&amp;u=1423&quot; target=&quot;_blank&quot;&gt;jdm&lt;/a&gt;&lt;br /&gt;

Posted: Mon Mar 01, 2010 3:23 pm (GMT -5)&lt;br /&gt;
Topic Replies: 3&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Thanks for the tips jsc. The &amp;quot;List Peak Values within a Range&amp;quot; is exactly what I was looking for.
&lt;br /&gt;

&lt;br /&gt;
Zooming and panning are still a bit quirky for me. Try this; create a 2D XYYY plot with variable on Y and an Independent Y2. Y range = 0-200. Y2 Range = 0-1000. My Y data is falls 0-40, my Y2 data is 180-240. I set the Y and Y2 range so that all the curves can be visible as I zoom in and the noise in the data is not so visible. Once I've zoomed in on the part of the chart I want to examine I can pan left,right,up and down using the arrow key or cntrl arrow for finer increments.
&lt;br /&gt;

&lt;br /&gt;
If I zoom in and use &amp;lt;cntrl&amp;gt; up and &amp;lt;cntrl&amp;gt; down, the y2 scale begins to change and my Y2 graph begins to flatten. If I do three up and three down repeated 5 times my new Y2 range is -900,000 to +1.2M. The Y range stays the same. 
&lt;br /&gt;

&lt;br /&gt;
A bit strange...
&lt;br /&gt;

&lt;br /&gt;
jdm
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Suggestions/Questions :: Boolean Operators</title>
	<link>http://www.dplot.com/forums/viewtopic.php?p=3523#3523</link>
	<description>Author: &lt;a href=&quot;http://www.dplot.com/forums/profile.php?mode=viewprofile&amp;u=184&quot; target=&quot;_blank&quot;&gt;jsc&lt;/a&gt;&lt;br /&gt;
Subject: Boolean Operators&lt;br /&gt;
Posted: Mon Mar 01, 2010 9:05 am (GMT -5)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;I was looking for a Boolean &amp;quot;AND&amp;quot;, but found that this kind of formula worked in the Generate f(X,Y1,Y2...):
&lt;br /&gt;

&lt;br /&gt;
&amp;quot;if(if(Y1&amp;lt;5,1,0)+if(Y2&amp;gt;600,1,0)=2,1,0)&amp;quot;
&lt;br /&gt;

&lt;br /&gt;
Is there an easier way?
&lt;br /&gt;

&lt;br /&gt;
But I guess this will do the job!
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Suggestions/Questions :: RE: Edition of minorgrid color separately</title>
	<link>http://www.dplot.com/forums/viewtopic.php?p=3522#3522</link>
	<description>Author: &lt;a href=&quot;http://www.dplot.com/forums/profile.php?mode=viewprofile&amp;u=2&quot; target=&quot;_blank&quot;&gt;DPlotAdmin&lt;/a&gt;&lt;br /&gt;

Posted: Sat Feb 27, 2010 7:49 pm (GMT -5)&lt;br /&gt;
Topic Replies: 2&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Good suggestion, thanks. I'll try to have this in the next release.
&lt;br /&gt;_________________&lt;br /&gt;David Hyde
&lt;br /&gt;
&lt;a href=&quot;mailto:support@dplot.com&quot;&gt;support@dplot.com&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Suggestions/Questions :: Edition of minorgrid color separately</title>
	<link>http://www.dplot.com/forums/viewtopic.php?p=3521#3521</link>
	<description>Author: &lt;a href=&quot;http://www.dplot.com/forums/profile.php?mode=viewprofile&amp;u=1428&quot; target=&quot;_blank&quot;&gt;villela&lt;/a&gt;&lt;br /&gt;
Subject: Edition of minorgrid color separately&lt;br /&gt;
Posted: Sat Feb 27, 2010 5:25 pm (GMT -5)&lt;br /&gt;
Topic Replies: 2&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;I would like to edit the color of the minor grid separately of the grid. I think this is useful because I could use the minor grid with the same line type and thickness of grid and distinguish easily between them.
&lt;br /&gt;

&lt;br /&gt;
Thanks.
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Suggestions/Questions :: RE: Pie Charts?</title>
	<link>http://www.dplot.com/forums/viewtopic.php?p=3520#3520</link>
	<description>Author: &lt;a href=&quot;http://www.dplot.com/forums/profile.php?mode=viewprofile&amp;u=2&quot; target=&quot;_blank&quot;&gt;DPlotAdmin&lt;/a&gt;&lt;br /&gt;

Posted: Tue Feb 23, 2010 9:37 am (GMT -5)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;No. I'm not a big believer in pie charts, sorry.
&lt;br /&gt;_________________&lt;br /&gt;David Hyde
&lt;br /&gt;
&lt;a href=&quot;mailto:support@dplot.com&quot;&gt;support@dplot.com&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
</channel>
</rss>

