DPlot Jr full changelog
DPlot Jr 2.3.5.3
released May 6, 2014 (New Release)
Bug fix: Reading 4-byte unformatted data was broken with the addition of support for 8-byte unformatted data in version 2.3.4.7.
The Label Points command had a few quirks when working with hidden curves.
Bug fix: List Peaks did not report the correct mean or number of points for "curves" consisting of a single point.
The Label Points command had a few quirks when working with hidden curves.
Bug fix: List Peaks did not report the correct mean or number of points for "curves" consisting of a single point.
DPlot Jr 2.3.5.1
released Mar 21, 2014 (New Release)
DPlot will now correctly interpret text files with lines terminated by a carriage return only, as opposed to what most Windows users are accustomed to with a carriage return/line feed sequence.
Added a "Date separator" entry to the General Options dialog. This entry might be important for German users (or for users from any other country where the default date separator is a '.') who typically read text files in which the decimal point character is a '.'. (Version 2.3.4.6 added support for '.' as the date separator, but this broke DPlot for many German users who also used '.' as the decimal point.)
DPlot is a bit smarter about re-allocating arrays for unformatted data, both 4- and 8-byte files. In previous versions when it was found that the arrays were of insufficient size, DPlot used the power of 2 greater than or equal to the required size. Since the required size was known, in many cases this was overkill - particularly for millions of points.
Added a "Date separator" entry to the General Options dialog. This entry might be important for German users (or for users from any other country where the default date separator is a '.') who typically read text files in which the decimal point character is a '.'. (Version 2.3.4.6 added support for '.' as the date separator, but this broke DPlot for many German users who also used '.' as the decimal point.)
DPlot is a bit smarter about re-allocating arrays for unformatted data, both 4- and 8-byte files. In previous versions when it was found that the arrays were of insufficient size, DPlot used the power of 2 greater than or equal to the required size. Since the required size was known, in many cases this was overkill - particularly for millions of points.
DPlot Jr 2.3.4.7
released Feb 27, 2014 (New Release)
The Playback feature now uses more modern settings for the Open dialog for videos.
Added a new file type that can be opened/saved. Unformatted binary (64-bit) is identical to the "Unformatted binary" type except that it saves data to 64-bit (8-byte) double-precision floating point values rather than 4-byte single-precision values. This might be important if you are working with large magnitude numbers with a small increment between points (date/time groups, for example) or if you have a large number of points (100,000 or so) and it is important that you preserve the increment between points.
Bug fix: Curve labels for plots using the Amplitude Limits feature might not have been aligned properly.
Bug fix: Version 2.3.4.4 included a change that caused contour lines to not be drawn if the corresponding line width was set to less than 0. This worked, but line widths resulting in a calculated pen width of 1 pixel (on most systems 0.02") were also not drawn if antialiasing was turned on.
Added a new file type that can be opened/saved. Unformatted binary (64-bit) is identical to the "Unformatted binary" type except that it saves data to 64-bit (8-byte) double-precision floating point values rather than 4-byte single-precision values. This might be important if you are working with large magnitude numbers with a small increment between points (date/time groups, for example) or if you have a large number of points (100,000 or so) and it is important that you preserve the increment between points.
Bug fix: Curve labels for plots using the Amplitude Limits feature might not have been aligned properly.
Bug fix: Version 2.3.4.4 included a change that caused contour lines to not be drawn if the corresponding line width was set to less than 0. This worked, but line widths resulting in a calculated pen width of 1 pixel (on most systems 0.02") were also not drawn if antialiasing was turned on.
DPlot Jr 2.3.4.5
released Dec 20, 2013 (New Release)
Version 2.3.4.4 was amended to accept multiple arguments (curve indices). Unfortunately this change broke SelectCurve(-1), which previously meant that all curves should be selected for subsequent operations. SelectCurve(-1) works as expected in this release.
DPlot Jr 2.3.4.4
released Dec 17, 2013 (New Release)
Added optional quot;Average Duplicate X'squot; and quot;Peak Y Values with Duplicate X'squot; for the Generate menu to the distribution for the licensed version of DPlot. For those users who have previously used these modules, both now allow you to select which curve to operate on as well as specify whether the generated data should replace the input.
Changed the SelectCurve macro/DDE command to accept multiple arguments (curve indices). In addition, the equivalent macro/DDE commands for all Edit menu commands that interactively allow you to select multiple curves now use this setting.
For 2D views of surface plots, if you set the major or minor contour line width values to less than 0, then the corresponding lines are not drawn. In previous versions those lines were drawn with a width of 1 pixel/printer dot.
Added ListPeaksOptions macro/DDE command.
Changed the SelectCurve macro/DDE command to accept multiple arguments (curve indices). In addition, the equivalent macro/DDE commands for all Edit menu commands that interactively allow you to select multiple curves now use this setting.
For 2D views of surface plots, if you set the major or minor contour line width values to less than 0, then the corresponding lines are not drawn. In previous versions those lines were drawn with a width of 1 pixel/printer dot.
Added ListPeaksOptions macro/DDE command.
DPlot Jr 2.3.3.9
released Jun 27, 2013 (New Release)
· Added MIN and MAX operations to the Z=f(Z1,Z2) menu command.
· Added a Spline Fit function to the Generate menu. This operates in much the same way the Equal Intervals command with the Cubic Spline method does, but allows for input that loops back in X - is not a function, in other words.
· Added an option to the Histogram command to plot the frequency of a given bin rather than the count.
· Added AND, NOT, OR, and XOR functions for use in Y=f(X), Operate on Y, and similar commands.
· Bug fix: Text and arrows for point labels that were copied to the clipboard may have been incorrectly placed with standard (as opposed to enhanced) metafiles.
· Bug fix: A roundoff error in axis label placement for 2D surface plots might have resulted in the last label being omitted.
· Added a Spline Fit function to the Generate menu. This operates in much the same way the Equal Intervals command with the Cubic Spline method does, but allows for input that loops back in X - is not a function, in other words.
· Added an option to the Histogram command to plot the frequency of a given bin rather than the count.
· Added AND, NOT, OR, and XOR functions for use in Y=f(X), Operate on Y, and similar commands.
· Bug fix: Text and arrows for point labels that were copied to the clipboard may have been incorrectly placed with standard (as opposed to enhanced) metafiles.
· Bug fix: A roundoff error in axis label placement for 2D surface plots might have resulted in the last label being omitted.
DPlot Jr 2.3.3.8
released May 20, 2013 (New Release)
· Added Open-High-Low-Close (OHLC) chart option. This is primarily useful for those tracking stock prices.
· Added X=f(T), Y=g(T), Z=h(T) command on the Generate menu, which allows you to generate points in a 3D scatter plot with X, Y, and Z all a user-defined function of a fourth independent parameter T.
· Added entries for the SAE J211 CFC filters to the Filter command on the Edit menu. This is mostly a matter of convenience to those who crash cars for a living: the filter coefficents are defined here.
· Modified the MultipleXAxes and MultipleYAxes commands so that they will accept an equation as input.
· Extents for scales using quot;Calendar Datequot; number formatting are now rounded to the nearest integer (nearest day). Though technically correct before, previous versions were visually confusing if, for example, the low extent was at some time other than midnight since the time was not shown.
· The setup program now copies examples.xls to the DPlot folder below your quot;My Documentsquot; folder
· Added X=f(T), Y=g(T), Z=h(T) command on the Generate menu, which allows you to generate points in a 3D scatter plot with X, Y, and Z all a user-defined function of a fourth independent parameter T.
· Added entries for the SAE J211 CFC filters to the Filter command on the Edit menu. This is mostly a matter of convenience to those who crash cars for a living: the filter coefficents are defined here.
· Modified the MultipleXAxes and MultipleYAxes commands so that they will accept an equation as input.
· Extents for scales using quot;Calendar Datequot; number formatting are now rounded to the nearest integer (nearest day). Though technically correct before, previous versions were visually confusing if, for example, the low extent was at some time other than midnight since the time was not shown.
· The setup program now copies examples.xls to the DPlot folder below your quot;My Documentsquot; folder
DPlot Jr 2.3.3.6
released Mar 18, 2013 (New Release)
· Added Open-High-Low-Close (OHLC) chart option. This is primarily useful for those tracking stock prices.
· Added X=f(T), Y=g(T), Z=h(T) command on the Generate menu, which allows you to generate points in a 3D scatter plot with X, Y, and Z all a user-defined function of a fourth independent parameter T.
· Added entries for the SAE J211 CFC filters to the Filter command on the Edit menu. This is mostly a matter of convenience to those who crash cars for a living: the filter coefficents are defined here.
· Modified the MultipleXAxes and MultipleYAxes commands so that they will accept an equation as input.
· Extents for scales using quot;Calendar Datequot; number formatting are now rounded to the nearest integer (nearest day). Though technically correct before, previous versions were visually confusing if, for example, the low extent was at some time other than midnight since the time was not shown.
· The setup program now copies examples.xls to the DPlot folder below your quot;My Documentsquot; folder
· Added X=f(T), Y=g(T), Z=h(T) command on the Generate menu, which allows you to generate points in a 3D scatter plot with X, Y, and Z all a user-defined function of a fourth independent parameter T.
· Added entries for the SAE J211 CFC filters to the Filter command on the Edit menu. This is mostly a matter of convenience to those who crash cars for a living: the filter coefficents are defined here.
· Modified the MultipleXAxes and MultipleYAxes commands so that they will accept an equation as input.
· Extents for scales using quot;Calendar Datequot; number formatting are now rounded to the nearest integer (nearest day). Though technically correct before, previous versions were visually confusing if, for example, the low extent was at some time other than midnight since the time was not shown.
· The setup program now copies examples.xls to the DPlot folder below your quot;My Documentsquot; folder
DPlot Jr 2.3.3.5
released Jan 31, 2013 (New Release)
· Updated the Garmin GPX file import plugin to import heartrate information stored between tags. This includes Nike+ files exported as GPX and possibly other devices. If you have a GPS device that records heartrate and exports to GPX but heartrate is not supported by this plugin, of course let us know.
· Added AxisArrowheads macro/DDE command.
· Added ATAN2 operator to the Z3=f(Z1,Z2) command on the Generate menu for 3D surfaces.
· DPlot files opened by double-clicking in Explorer or dragging-and-dropping on to the DPlot window now reset the default folder for opening files in the same way that the File>Open menu command works. In particular this might make a difference for you when using the Directory(1) macro command.
· Bug fix: A SelectCurve command prior to an EditSmooth command did nothing. Generally every curve on the plot would be smoothed.
· Added AxisArrowheads macro/DDE command.
· Added ATAN2 operator to the Z3=f(Z1,Z2) command on the Generate menu for 3D surfaces.
· DPlot files opened by double-clicking in Explorer or dragging-and-dropping on to the DPlot window now reset the default folder for opening files in the same way that the File>Open menu command works. In particular this might make a difference for you when using the Directory(1) macro command.
· Bug fix: A SelectCurve command prior to an EditSmooth command did nothing. Generally every curve on the plot would be smoothed.
DPlot Jr 2.3.3.1
released Sep 14, 2012 (New Release)
· Added several new options for vector plots. You can use up to 8 colors (previous limit was 2), draw a color key, and specify the magnitudes associated with each color. Added an option to the VectorPlot command to include a heading for the optional color key, added several new options to the VectorPlotOptions command, and added a new VectorPlotColors command.
· XY and XYXY macro/DDE commands will now accept coordinates in the text placeholder form $X(i,j), $Y(i,j). Previous versions would accept only numbers.
· Added options to the Directory macro/DDE command that allow you to set the default directory to the last folder used by manual File Open, Append, or Save As commands.
· Modified the behavior of the Histogram and SwitchX macro/DDE commands so that the active document for any subsequent macro commands becomes the newly-created document. In the case of SwitchX this only applies to creating a new document.
· XY and XYXY macro/DDE commands will now accept coordinates in the text placeholder form $X(i,j), $Y(i,j). Previous versions would accept only numbers.
· Added options to the Directory macro/DDE command that allow you to set the default directory to the last folder used by manual File Open, Append, or Save As commands.
· Modified the behavior of the Histogram and SwitchX macro/DDE commands so that the active document for any subsequent macro commands becomes the newly-created document. In the case of SwitchX this only applies to creating a new document.
DPlot Jr for Windows 7 - free download notice
Windows 7 Download periodically updates software information of DPlot Jr from the publisher.
« BACK
My Account
Help
Windows 7 Software Coupons
-
MacX Video Converter Pro
56% Off -
Media Player Morpher
85% Off -
MacX DVD Ripper Pro
50% Off -
MacX DVD Video Converter
58% Off -
WinX DVD Copy Pro
42% Off
My Saved Stuff
You have not saved any software.
Click "Save" next to each software.
Click "Save" next to each software.
Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
- Minister Scheduler Pro 5.2.2 B4
- GeoGebra Portable 6.0.907.0
- Portable SMath Studio 0.95 B4594
- Jutoh 3.28.0
- Global Mapper x64 25.1
- MathType 7.4.8
- UniConv 2.02
- Workrave Portable 1.10.52
- EarMaster School 5.0 Build 6
- Diamond Scheduler 6.96 B4058
- OpenGLM 1.2.158
- MartView 2.5.4
- Portable Brain Workshop 4.8.4
- QuranReciter 4.1
- SMath Studio 1.0.8763
- Portable Marble 2.2.0
- KidLogger Pro 8.6
- My Music Tutor 1.1.0.2
- EarMaster Essential 5.0 Build 6
- Get Organized 1.09
Popular Tags
guitar
course
software
medical template
organizer
user-friendly
ipad pdf transfer
quiz
education
viewer
create
equation
vocabulary
exam
tuner
manager
ebook
classics
e book
medical office notes
fables
music
metronome
literature
creator
chords
math
solve equation
learn
chinese
Popular Windows 7 Software
- Punjabi Typing Master 4.0.0
- Windows 7 for Beginners
- PowerAFA Aphasia Treatment Software 7.1.6
- Minister Scheduler Pro 5.2.2 B4
- GeoGebra Portable 6.0.907.0
- Design Master 8.0.11
- Language Reader 2.01
- Portable SMath Studio 0.95 B4594
- Jutoh 3.28.0
- Global Mapper x64 25.1
- ICE Book Reader Professional 9.6.4
- MathType 7.4.8
- UniConv 2.02
- Borno - A FREE Bangla Typing Software 2025.1.13
- Hindi Typing Tutor
© 2025 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.



