This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision Last revision Both sides next revision | ||
release:3.0 [Sun Jan 10 20:25:24 2021] Alexander |
release:3.0 [Fri Jan 29 14:25:41 2021] Alexander |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Introducing MagicPlot 3.0 [NOT RELEASED YET] ====== | + | ====== Introducing MagicPlot 3.0 ====== |
- | **This is a non-complete draft document. The features described are subject to change.** | + | Released January 18, 2021.\\ |
+ | [[: | ||
- | ===== MagicPlot Pro and Student editions were merged into a single application | + | ==== MagicPlot Pro and Student editions were merged into a single application ==== |
MagicPlot 3.0 provides the full-functional 30-days trial period without entering a license key. Some features will be disabled at the end of the trial period if the license key is not entered. This limited-features application may be used for non-commercial purposes as the ' | MagicPlot 3.0 provides the full-functional 30-days trial period without entering a license key. Some features will be disabled at the end of the trial period if the license key is not entered. This limited-features application may be used for non-commercial purposes as the ' | ||
- | ===== 1. New Interface ===== | + | ==== MagicPlot 2.x licenses |
- | MagicPlot 3.0 utilizes | + | * All MagicPlot Pro 2.x perpetual and annual licenses purchased after 01.01.2020 are valid for MagicPlot 3.0. You can update for free: just download and run the new version, there is no need to re-enter the license key. |
+ | * MagicPlot Pro 2.x licenses purchased before 01.01.2020: [[https:// | ||
- | ===== 2. Improvements in Formulas | + | ===== 1. New good-looking cross-platform interface |
- | ==== 2.1. Setting variables in formulas | + | MagicPlot 3.0 utilizes the new unified interface style [[https:// |
+ | |||
+ | {{: | ||
+ | |||
+ | ===== 2. New in expressions: | ||
+ | |||
+ | ==== 2.1. Setting variables in expressions | ||
In MagicPlot 3.0 you can set variables in formulas: write an assignment and a semicolon to separate it from the next part of the formula, for example: '' | In MagicPlot 3.0 you can set variables in formulas: write an assignment and a semicolon to separate it from the next part of the formula, for example: '' | ||
Line 19: | Line 27: | ||
The variables can be used in Column Formula, Custom Fit Curve equation and in any other formula fields in MagicPlot. | The variables can be used in Column Formula, Custom Fit Curve equation and in any other formula fields in MagicPlot. | ||
- | {{: | + | {{: |
- | === Tip: Inserting | + | === Tip: Inserting |
You can copy the fit equation with variables from the Report tab of a Fit Plot and paste it in any formula field including Column Formula (but it is generally better to use new '' | You can copy the fit equation with variables from the Report tab of a Fit Plot and paste it in any formula field including Column Formula (but it is generally better to use new '' | ||
- | {{: | + | {{: |
- | ==== 2.2. Comments in formulas | + | ==== 2.2. Comments in expressions |
You can insert comments in any formula using ''/ | You can insert comments in any formula using ''/ | ||
- | {{: | + | {{: |
- | Use '' | + | Press '' |
- | ==== 2.3. Bessel, Erf, Beta, Gamma special functions added ==== | + | ==== 2.3. Bessel, Erf, Gamma, Beta special functions added ==== |
- | The special functions listed below are now available in formulas. MagicPlot special function implementation is based on the well-known Colt 1.2 scientific open-source library. | + | The special functions listed below are now available in formulas. MagicPlot special function implementation is based on the well-known |
^ Bessel functions ^^ | ^ Bessel functions ^^ | ||
Line 64: | Line 72: | ||
| '' | | '' | ||
| '' | | '' | ||
- | ^ Boolean operation | + | ^ Other ^^ |
| '' | | '' | ||
+ | | '' | ||
+ | | '' | ||
==== 2.5. Improvements in Boolean operations ==== | ==== 2.5. Improvements in Boolean operations ==== | ||
- | === Standard | + | === The Boolean |
- | MagicPlot uses ordinary floating-point numbers to store boolean | + | MagicPlot uses ordinary floating-point numbers to store Boolean |
- | === Negation Operator | + | ^ App version ^ The result of '' |
+ | | MagicPlot 3.0 and later | If '' | ||
+ | | MagicPlot 2.9.3 and earlier | If '' | ||
- | We have added negation operator with well-known syntax '' | ||
- | '' | + | === Negation operator |
- | ==== 2.6. Undo/Redo in Formula Editor | + | * New negation operator example: '' |
+ | * '' | ||
+ | |||
+ | ==== 2.6. Undo/Redo in formula editor | ||
MagicPlot now supports Undo and Redo in formula editor using '' | MagicPlot now supports Undo and Redo in formula editor using '' | ||
- | ===== 3. Improvements in Tables ===== | + | ===== 3. Improvements in Tables: $A notation, formula for multiple columns and more ===== |
==== 3.1. Simplified column formula notation: ' | ==== 3.1. Simplified column formula notation: ' | ||
Line 92: | Line 106: | ||
The new notation only works with constant column/cell indexes. Use '' | The new notation only works with constant column/cell indexes. Use '' | ||
- | {{: | + | {{: |
- | ==== 3.2. Setting a common | + | ==== 3.2. Setting a common |
The same formula can be set for multiple selected columns. You can use this feature to compute matrices. The '' | The same formula can be set for multiple selected columns. You can use this feature to compute matrices. The '' | ||
- | ==== 3.3. Calculation in Reverse Row Order ==== | + | ==== 3.3. Calculation in reverse row order ==== |
You can swap '' | You can swap '' | ||
- | ==== 3.4. Optimized | + | ==== 3.4. Optimized |
- | We have optimized the program code of the redrawing of the Table to eliminate lags when scrolling and editing a Table with tens or hundreds of thousands of columns. | + | We have optimized the program code of the redrawing of the Table to eliminate lags when scrolling and editing a Table with hundreds of thousands of columns. |
- | ===== 4. Improved | + | ===== 4. Fit results management: Adding curves to table, no ' |
- | ==== 4.1. ' | + | ==== 4.1. Adding fit sum and fit curve column |
- | Staring MagicPlot 3.0 The ' | + | You can now add a column |
- | The 'Data-Baseline' | + | {{: |
- | Now you can manually create | + | Column(s) from the selected curve(s) (including Fit Sum) can be added to the Table using the context menu of the Curve itself in the plot area or in the curves list or from the context menu of the legend symbol: |
- | {{:release:y-minus-baseline-adding.png? | + | {{:release:add-curve-to-table.png? |
- | ==== 4.2. Adding Fit Sum and Fit Curve Column | + | The new columns are added to the Table where Y column of the Fit Plot data is located: |
- | You can now add a column | + | {{: |
- | {{: | + | The created columns have links to the Fit Plot. The Auto Recalculation is on by default for the created columns and can be switched off. |
- | Column(s) from the selected curve(s) (including Fit Sum) can be added to the Table using the context menu of the Curve itself in the plot area or in the curves list or from the context menu of the legend symbol: | + | ==== 4.2. ' |
- | {{: | + | Staring MagicPlot 3.0 The 'Data-Baseline' |
- | The new columns | + | The ' |
- | {{: | + | The analog of the 'Data-Baseline' |
- | The created columns have links to the Fit Plot. The Auto Recalculation is on by default for the created columns and can be switched off. | + | {{: |
+ | |||
+ | ===== 6. Miscellaneous improvements ===== | ||
- | ===== 5. Descriptive | + | ==== 6.1. Descriptive |
The statistics on table rows can now be calculated using Descriptive Statistics dialog. The Columns/ | The statistics on table rows can now be calculated using Descriptive Statistics dialog. The Columns/ | ||
- | {{: | + | {{: |
+ | ==== 6.2. Vertical and horizontal dash markers ==== | ||
- | ===== 6. Other Minor Improvements ===== | + | New marker types were added: vertical and horizontal dash. |
+ | |||
+ | {{: | ||
+ | |||
+ | ==== 6.3. Other changes | ||
* The keyboard shortcut for Undo History was changed to '' | * The keyboard shortcut for Undo History was changed to '' | ||
* A new shortcut for creating a Folder was added: '' | * A new shortcut for creating a Folder was added: '' | ||
+ | * The calculator (menu ' | ||
* 0000567: [Other] Adding table curve to multiple selected figures when copy-pasting table | * 0000567: [Other] Adding table curve to multiple selected figures when copy-pasting table | ||
* 0000256: [Processing] Add empty cell (NaN) check function in column formula syntax | * 0000256: [Processing] Add empty cell (NaN) check function in column formula syntax | ||
* 0000565: [Plots] Allow zero values for 1) Width of caps of error bars 2) Marker edge width 3) Marker size | * 0000565: [Plots] Allow zero values for 1) Width of caps of error bars 2) Marker edge width 3) Marker size | ||
- | * 0000599: [Plots] Add vertical and horizontal dash line as markers | ||
* 0000584: [Other] Java 6 inspired bug: round(0.49999999999999994) = 1 | * 0000584: [Other] Java 6 inspired bug: round(0.49999999999999994) = 1 | ||
* Bugs Fixed | * Bugs Fixed | ||
+ | |||
+ | See also: [[: | ||
+ | |||
+ | ===== Known issues ===== | ||
+ | |||
+ | * [macos] On **MacOS 11 Big Sur** if the MagicPlot window is switched to full screen any dialog window (properties dialog) open full screen and the program interface freezes. Caused by OpenJDK bug: [[https:// | ||
+ | |||
+ | * [macos] For some fonts sub/ | ||
===== Appendix 1: Features available in licensed version only ===== | ===== Appendix 1: Features available in licensed version only ===== | ||
- | The features listed below are available in MagicPlot after entering the license key and during | + | The features listed below are available in MagicPlot after entering the license key only and will be disabled after the 30-days trial period. |
* Custom fit equations | * Custom fit equations | ||
Line 172: | Line 201: | ||
* Quick plot tool | * Quick plot tool | ||
- | ===== Appendix 2: Java Runtime Requirement | + | ===== Appendix 2: System requirements |
- | For running MagicPlot 3.0 on Linux-like | + | * Windows 8.1 or later |
+ | * MacOS 10.10 or later | ||
+ | * Linux-like | ||