Origin 2021 Bug Fixes
Analysis
General
JIRA | SUMMARY | DESCRIPTION | DETAILS |
---|---|---|---|
No lock in source graph if using Dynamic input range | No lock on source graph if using Dynamic input range and output to inputX newY. | New bug in Origin 2020b. If using Dynamic input range and output to inputX newY, fail to generate analysis lock on the source graph. | |
Do not modify output designation if column exists | Output designation not modified if column exists. Meaning: After recalculation, column designations should not be changed. | After recalculation, column designation should not be changed. E.g. for some analysis, the output X is set as <input>, so only Y is output to new column. When change source data, recalculation is triggered. But column designation is changed such as column is set as X, etc. Fixed in Origin 2021 so column designation will not be changed by default. Set @SDN=0 to restore old behavior. | |
ORG-22346 | Fitting result table is wrong if using the theme | Fitting result table is wrong if using the theme for fitting. | Use Last Used Theme in Peak Analyzer two or more times, the short name of Fitting results table in Summary Graph keep the same, leads the result changes |
Batch Processing
JIRA | SUMMARY | DESCRIPTION | DETAILS |
---|---|---|---|
Speed up Statistics on rows when do batch processing with large data | Improved the speed of getting data for statistics on rows when doing batch processing with large source data. | Improve the speed of getting data for statistics on rows when do batch processing with large source data | |
Origin crashes when export ascii with script during batch processing | Origin crashed when exporting ASCII via script during batch processing. | new bug in Origin2020b.
string fname$= "%(system.path.program$)Samples\Curve Fitting\Sensor01.dat";
string TemplateBook$= system.path.program$ + "Samples\Batch Processing\Sensor Analysis.ogwu";
batchProcess name:=TemplateBook$ id:=<none> fill:=<auto> append:=Result remove:=0 loopscript:=<[<string strFWPath$="C:\test\test.dat";expASC iw:=[%(_book$)]Result type:=0 path:=strFWPath$ separator:=TAB;>]>; ==>origin crashes | |
Annotation is lost after batch plotting | Fail to keep annotation when do batch plotting | Issue existed since Origin2018
==>annotation is lost in result graph |
Peak Analyzer
JIRA | SUMMARY | DESCRIPTION | DETAILS |
---|---|---|---|
Subtracted baseline data is not added back to fitted curve when recalculated with changed data |
|
|
Statistics
JIRA | SUMMARY | DESCRIPTION | DETAILS |
Statistics on Rows fails to works when selecting input via Ctrl + click | Statistics on Rows fails to works when selecting input via Ctrl + click | Statistics on Rows fails to works when selecting input via Ctrl + click Fixed in Origin 2021. | |
Non Parametric Test Wrong Verdict | Some bug fixes in Non-parametric text | Origin 2021 fixed Kolmogorov-Smirnov test issue which Upper tail and Lower tail results were reverse. Origin 2021 also improved Kolmogorov-Smirnov test, Mann-Whitney test and (NPH) Two Independent Samples footnote more clearly. | |
Some statistics tools failed on discontinuous ranges | Some statistics tools failed if selecting discontinous ranges before open the dialog | Broken in Origin 2020b. Fixed in Origin 2021.
| |
rowstats Issue with Filtered Data | Output column pads top with missing values for those filtered out data | rowstats (Statistics on Rows) outputs incorrectly when run against filtered data. ==> It pads top of output columns with missing values for the filtered out data. Fixed in Origin 2021. | |
Crosstab gets wrong results with Layers and Filters | Cross Tabulation and Chi-Square gets wrong results with Layers and Filters | Cross Tabulation and Chi-Square gets wrong results with Layers and Filters This issue has existed since Origin 2019. Fixed in Origin 2021. |
Data Handling
Worksheet
JIRA | SUMMARY | DESCRIPTION | DETAILS |
---|---|---|---|
Improve speed on Function sub-pop up menu in SCV dialog | Slowness when clicking on Function menu the first time in Set Column Values dialog. | Click Function menu in the Set Values dialog, the menu should be pop up very quickly without too much delay in Origin 2021. | |
Worksheet cell displays wrong decimals | Issues with big number in a narrow column (poor rounding) and the display of number with German decimal separators. | New bug in Origin 2020b. E.g. big number, e.g. 83859232 which fits in the cell tightly was rounded e.g. to 83959200 by mistake. It should show with scientific notation e.g. 8.38592E7 since in Preferences: Options, Numeric Format tab, we set the upper threshold as 6. Resize column width will fix the issue. Also there are display issues with German numeric separator. E.g. 898,10906 when resized the column wider, it shows 89810904. Fixed in Origin 2021. | |
Should not reset column label row including sparklines | Turning on sparkline of other columns should not change sparkline heights. | E.g. If sparkline height has be adjusted and then turn on sparkline for some column, the sprkline row height was reset. It should not. Fixed in Origin 2021. | |
SCV Recalculate with input in label row | Set column value recalculation trigger issue when it uses a value in column label rows. | Declare variable to access column label cell in the Before Formula Scripts and use in the formula. When change label cell value, it fails to trigger recalcuation in following cases.
Fixed in Origin 2021. | |
Keep Sampling Interval info when append worksheet by column | Sampling interval was lost in output. Fixed to keep it when appending worksheet by column. | When append worksheet by column, keep the sampling interval info in the result columns. | |
Origin Crashes when switching window in PE | Origin Crashes sometimes when switching windows in Project Explorer. | Issue existed at least since Origin 8.1. Double click to open worksheet window in Project Explorer may crashes Origin. | |
plotm fail to resolve input matrix range | plotm X-Function failed to resolve input matrix range. | Issue existed at least since Origin 9.0. Labtalk function plotm fail to operate with matrix object if it’s index is larger then 33 | |
Update matrix result sheet’s dimension goes wrong | Update of matrix result sheet’s dimension is incorrect. | New bug in Origin 2020b. | |
Worksheet Find and Replace Issues | Various worksheet Find and Replace issues. |
| |
ORG-21514 | Copy entire hierarchical sheet as HTML | Copy entire hierarchical sheet as HTML failed to copy properly. |
|
Worksheet user defined label cell format issue | digit precision issue and editing of date time value issue in user-defined column label rows |
| |
Repainting issue when editing of worksheet cell with long text string | Ghost text shows when editing in worksheet cell when content is long | Suppose a cell with a long text string, e.g. over 400 characters, resize the row height and column width so that all characters can be read. Now, double-click into the cell and try editing. Fixed in Origin 2021. |
Import
JIRA | SUMMARY | DESCRIPTION | DETAILS |
---|---|---|---|
ASCII import failed to detect number of columns when there is main headers | ASCII import failed to properly detect the number of columns when there are main headers. | When there are many header lines, and if import the header lines into data area, impASC will import only one column data even though there are so many columns of data. This issue have been fixed in Origin 2021. | |
Drag and drop Excel to Origin does not work if first sheet is empty | Drag and drop Excel did not work if first sheet is empty. | In Origin 2020b, if the first sheet of Excel file is empty, drag and drop import will import the first empty sheet. In Origin 2021, drag and drop import will skip the first empty sheet and import the first no-empty sheet. | |
Long SQL with LabTalk substitution failed | A long SQL statement caused LabTalk substitution to fail. | In SQL Editor, when query SQL string is too long, says over than 8192 bytes, then LabTalk substitution inside the query string will be failed. Fixed in Origin 2021, now the limitation has been double. | |
From Web Auto-Detection Fails for Content of Certain URL | “From Web” file type detection failed for certain URLs. | Connect to Web… fails to auto detect the type of content in certain URL. Fixed in Origin 2021. | |
Assertion failed when import certain NetCDF file | Assertion failed when importing certain NetCDF files resulting in failed import. | Failed to import Certain NetCDF file. Fixed in Origin 2021. | |
ORG-22153 | Origin’s Removal of SQL Comments Breaks Apache Drill | Removal of SQL comments broke SQL for certain RDBMS.
| Origin used to remove comments from SQL statements but that broke Apache Drill. Origin no longer removes comments. But user must be careful to only use comment types supported by their database system. System variable @SQLC = 0 by default. To restore to old behavior (remove comments), set it to 1. |
Export
JIRA | SUMMARY | DESCRIPTION | DETAILS |
---|---|---|---|
ORG-21946 | Export Excel reset row bound | Export Excel improperly reset row bounds (value of i2 variable). |
Fixed in Origin2021. |
Print Report Sheet failed to show footer | Printing report sheet failed to show footer. |
Fixed in Origin2021. | |
ORG-22455 | Print Option fail to open if print to PDF | Print Options dialog fail to open if printing to PDF. |
Fixed in Origin2021. |
ORG-21823 | Exported tif Graph Background Issue | Fixed issue with TIF/PNG/PCX backgrounds when using 24-bit color depth. | We set the default to higher 24-bit Color as color depth to produce good enough image quality. This also affect the default value of PCX and PNG format. |
Graphing
JIRA | SUMMARY | DESCRIPTION | DETAILS |
---|---|---|---|
Plotting with 10000-column data makes Origin crash and slow | Plotting with 10,000-columns makes Origin very slow or even crash. | Origin 2021 fixed it. | |
ORG-21861 | Open recent graph with Note window active leads crash | Opening a recent graph with a Note window active led to a crash. | New bug in Origin 2020b |
Origin crashes when Popup by More Palettes and still select palette behind | The “More Palettes” dialog can be opened when you select to change palette from the GUI from. In some cases after selecting a palette, Origin crashed. | After some specific steps, More Palette dialog can be open while you can select palette from menu. After select a palette Origin will crash. | |
ORG-21877 | Turn on Label in 3D Vector Plot's XY Projection causes to crash | Turning on Label in 3D Vector Plot's XY Projection can lead to crash. | 1.make 3D Vector plot Fixed in Origin 2021. |
Crash after plot Ternary Contour with certain data | Crash after copying a certain type of data from Excel, pasting into worksheet, and making ternary contour plot. | Copy some data from Excel and then make ternary contour, Origin will crash. No crash will happen import from Data Connector. | |
Origin crashes when change order of wedges to by column if data plot from loose dataset | Origin crashes when changing the order of wedges in a pie chart to by column if data plot is from a loose dataset. | It exists for an ogg graph. | |
ORG-21620 | Undo For Layer Content LC Dialog | Undo For Layer Contents Dialog did not work properly. |
Fixed in Origin 2021. |
Scatter Skip Point failed to show correct number of Plot Details | Scatter plot Skip Points failed to show correct value in Plot Details. | Reopen Plot Detail dialog, Drop Lines tab’s "Skip Points" option is changed. | |
Some stack plot draw differently in 2020b | Some stack plots did not show the correct offset- plots drawn differently in 2020b. | Some stack plot could not show correct offset. | |
ORG-21811 | Global Font setting could not apply to reference line label | Global Font setting was not applied to reference line labels. | 1.plot a scatter plot with random data Fixed in Origin 2021. |
Axis increment is not good if x position of box plot is not monotone | Axis increment is not good if X data of box plot is not monotonic. | For a box plot with not monotone data as x position, axis increment or label position could be not good. Fixed in Origin 2021. | |
Horizontal and Vertical offset of tick label fails to work when click Apply | Horizontal and Vertical offset of tick label does not work properly when clicking Apply. | Open Axis dialog and go to Tick Labels: Format: Offset in % Point Size. Set Horizontal(or vertical) and then click Apply. ==> Tick Labels fail to change position. But click OK then tick labels shift. | |
Bar is missing if inside Y axis break region | Bar is missing if inside Y axis break region. | It exists when y axis break is set. | |
ORG-22329 | Fail to connect line across axis break for specific break | Failed to connect lines across axis break for an axis break in 3D trajectory plot. |
Fixed in Origin 2021. |
Scientific display of axis tick label does not right in Log10 scale | Scientific display of axis tick label was incorrect for Log10 scale. | When tick label’s display is Scientific, it could not display properly. | |
ORG-22539 | Fail to set gap for axis break | Larger/Smaller break gap button fails to work in 2020b. | Larger/Smaller break gap button fails to work in 2020b Fixed in Origin 2021. |
ORG-22067 | Axis Paste Format Fly-out is wrong | Axis Paste Format fly-out menu is incorrect. |
Fixed in Origin 2021. |
No fill color control for open symbols with +, -, x, | in it | No fill color control for open symbols with +, -, x, | shapes within the symbol. | Because of the bug, plots behind it failed to be hidden. In Origin 2021, if such symbol shape is chosen for scatter plot, user can set the fill color to be white or other colors. to block the plot behind it. | |
0 | Point by Point legend for column/bar plot with incrementing pattern | For column/bar plot, after setting fill pattern to be by Point ->Incrementing, right click legend, Legend: Point by Point context menu was grayed out before Origin 2021. | |
ORG-21747 | Edit Range automatically changes for some certain data | Edit Range automatically changes for some source data such as for the Line and Symbol Graphs - Error Bars with Fill Area example in Learning Center. |
|
ORG-22167 | Japanese Origin not allow to enter decimal point in Data: Edit Range dialog | Japanese Origin failed to allow entering decimal point in Data: Edit Range dialog. | In Japanese version, select a range by "X value" instead of "Index" when making a range selection for the plot, in the dialog that opens with "Data"("データ" in Japanese)>"Edit Range"("範囲を編集") on the main menu. With the "By X"("Xの範囲") radio button selected, uncheck "Auto"("自動"), an alert will appear if I try to enter a decimal point in "From"("開始") or "To"("終了"). Fixed in Origin 2021. |
LaTeX \q drawing issues | LaTeX \q drawing issues- space was missing. | LaTeX space with \q was missing. Fixed in Origin 2021. | |
Refresh issue on profile line's text object | When changing a text object location, the text object's position was not updated correctly. | When change Text Location, Text object's position is not updated correctly | |
Data Label on Grouped column chart showed at wrong position | Data label on grouped column chart showed at the wrong position. |
Bug since Origin 2020b. Fixed in Origin 2021. | |
Outline of Symbol can not be shown in Legend in 2020b and 2020 | Outline of symbol disappears in Legend in Origin 2020b and 2020. | Outline of symbol disappear in some legends. | |
Line Spacing of Legend is not correct if items checked hide plots in 2020b | When “Show Legend for Visible Plots Only” is checked, some legend items overlap. | When Show Legend for Visible Plots Only is checked, some legends will overlap. | |
Remove Text Format Bug in legend | “Remove Text Format” button in the Legend dialog fails to remove complicated formatting. | Remove Text Format button in Legend dialog fails to remove complicated text's format. | |
Legend misalign when mix of auto translation text and manually entered text | Legend misaligned when there is a mix of auto translation text and manually entered text. | Open Legend dialog and unchecked "Align columns" in the "Text" tab, the characters can be aligned. | |
Fail to D&D non-1st plot's label to change position for 2d line graph | Fixed issue- show label for a 2nd or 3rd line plot, then Drag and Drag label to change its position. The label is still in original position. | Show label for 2nd or 3rd line plot, then Drag and Drag label to change position. Label is still in original position. | |
ORG-21899 | Dropline at specified values failed to show if X column descending | Droplines at specified values failed to show if X column is in descending order. | 1.Import baseline.dat under samples\Spectroscopy\ folder. Fixed in Origin 2021. |
Issues with Special Points | Special Points and Drop Lines failed to show for certain projects. | Special points and drop lines failed to show for some project. | |
Colormapped scatter plot failed to show specified color | Colormapped scatter plot failed to show specified color(s) after editing one or more colors. | The colormap is initially applied correctly but after editing one or more colors in the color map, or even a color in another layer of the graph, the colormapped points become black and the colormap cannot be restored without remaking the graph. Fixed in Origin 2021. | |
ORG-21747 | Edit Range automatically changes for some certain data | Edit Range automatically changes for some source data such as for the Line and Symbol Graphs - Error Bars with Fill Area example in Learning Center. |
|
ORG-21421 | Color is auto changed after change the shape of 3d grouped scatters | Symbol color is improperly changed after a change in the shape of 3D grouped scatters. | 1.make 3D grouped scatters plot with XYZZ or XYZXYZ Fixed in Origin 2021. |
ORG-21951 | Fail to show format setting edit box for 3D special scatter point | Failed to show numeric display format edit box for 3D scatter special point. | 1.make 3D scatter plot Fixed in Origin 2021. |
ORG-21888 | Wrong tabs show for 2nd plot when 3D vector is enable | Wrong tabs show for 2nd plot when 3D vector is enabled for a 3D scatter plot. | 1.Plot a 3d scatter plot with XYZXYZ data Fixed in Origin 2021. |
ORG-22337 | Wrong tick labels for 3D XYY bars | Fixed issue with wrong tick labels for 3D XYY bars. |
Fixed in Origin 2021. |
ORG-21901 | 3D Side by Side Bars with Error bar can not be plotted from XYYErr data | 3D Side by Side Bars with Error bar can not be plotted from XYYErr data. |
Fixed in Origin 2021. |
ORG-21756 | Layer stack offset was changed when change plot type | Layer stack offset changed when changing plot type. | 1.Fill 5 rows with row number, select all to plot column 4.Click rescale button |
Hard to select target symbol for bullet chart | It was hard to select the target symbol for bullet charts. | Added a new System Variable: @PHTO: plot hit-testing order, 1 for hit-test by WYSIWYG(default), 0 for old behavior. | |
ORG-22172 | Rescale issue for Parallel plot with Rescale Each Axis Independently uncheck | Fixed a rescale issue for Parallel plots with “Rescale Each Axis Independently” unchecked. | 1.Import the Fisher's Iris Data.dat in \Samples\Statistic. Fixed in Origin 2021. |
ORG-21772 | Axis will missing after rescale a Log scale parallel plot | Axis disappeared after rescaling a Log scale parallel plot. | 1.new worksheet, select 10 rows to fill row number Fixed in Origin 2021. |
Scatter matrix should show axis of scatter Plots | In the past, if showing histogram in diagonal cells, the top row of plots used histogram’s axis. It should show scatter plot’s axis. | Currently in Scatter Matrix the axis of the upper-left layer is set to be axis of Histogram. But in fact, we should show axis of the scatters plots, which is the second layer. | |
Hisotgram Distribution curve Fill to bottom issue | Distribution curve failed to fill to bottom with exchanged XY axes | Plot a histogram graph and turn on distribution curve and check Fill to bottom. It fails to bottom of axis fine. But if you exchange XY axes, it failed to fill to the bottom of the axis. Fixed in Origin 2021. | |
Color Scale cannot open properties dialog on scatter matrix | Color Scale properties dialog fails to open for scatter matrix. | For some scatter matrix opj, right click on the color bar and choose Properties. Then color scale properties dialog fails to open. Fixed in Origin 2021. | |
ORG-21825 | Fail to copy colormap setting from streamline | Failed to copy colormap settings from Streamline, Sankey, Alluvial, and Kite plots. | This is also not working in sankey, alluvial, kite... Fixed in Origin 2021. |
Tick labels 1.10^n scientific format display as g(x)10^n when axis is log scale | Tick labels 1.10^n scientific format display as g(x)10^n when axis is log scale | Issue exist since Origin2016SR2
Display 1x10^3 as 1.10^3 for Scientific:10^3 Format in Preferences: Options dialog
Log10 in Scale tab, Display as Scientific:10^3 in Tick labels tab. ==>1.10^3 show as g(x)10^3 | |
ORG-21761 | Bad Plot Highlight in 2D Waterfall | Bad Plot highlighting in 2D Waterfall fixed. | 1.New Worksheet, fill column A with row number, column B C with random data Fixed in Origin 2021. |
ORG-21740 | Failing to clip label in heatmap | Failed to clip labels for heatmaps when zooming or panning. | 1.make heatmap with labels Fixed in Origin 2021. |
ORG-21168 | Graph Theme should support new Window View | Graph Themes should support Window View. | 1.Open Theme Organizer. Fixed in Origin 2021. |
ORG-22188 | Properties dialog of radar chart's axis title is imperfect | Properties dialog of radar chart's axis title was improperly rendered- buttoned lacked icons. |
Fixed in Origin 2021. |
ORG-21557 | Fail to remember the setting of minor tick label for 3D | Failed to remember the minor tick label settings for 3D plots. |
Fixed in Origin 2021. |
ORG-22228 | Issue with Creating Enlarged Graph on virtual matrix (heatmap) | Issue with creating enlarged graph from Scale In tool for virtual matrix plots (e.g. heatmap). Also wrong display from a custom label row for heatmaps. | P1 P2 Fixed in Origin 2021. |
Label of Vector Plot could not move to right place in 1st time | When vector label is attached to Arrow Head, Ctrl-click a label and moving it would not move to right place in the 1st time. | When vector label attach to Arrow Head, Ctrl-click a label, move it would not move to right place in the 1st time. Fixed in Origin 2021.
| |
ORG-21911 | Fit Page to Layer for Pie Chart | Cannot remove graph margins of pie chart with Fit Page to Layer. | Cannot remove graph margins of pie chart with Fit Page to Layer Fixed in Origin 2021. |
Transparency in XYZ colormap contour bug | Some part of an XYZ contour plot are not transparent if there are duplicate points in XYZ colormap contour. | Some part of graph not transparent if there are duplicate points. Fixed in Origin 2021. | |
Support Transparent Color Scale | Transparency of color scale should follow that of the contour/heatmap. | The transparency of color scale bar not follow that of the contour/heat chart. | |
ORG-21984 | Fail to close load palette popup menu properly | Fail to close load palette popup menu properly. |
Fixed in Origin 2021. |
ORG-22255 | Fail to normalize data when plot 3D Tetrahedral from plot setup | Failed to normalize the data when plot 3D Tetrahedral from Plot Setup dialog. |
Fixed in Origin 2021. |
ORG-22328 | Clip range fail to save in PD dialog for 3D | Clip range fails to save in PD dialog for 3D plots. |
Fixed in Origin 2021. |
ORG-22339 | Fail to copy symbol format of 3D waterfall | Fail to copy symbol format of 3D waterfall. |
Fixed in Origin 2021. |
ORG-22382 | 3D stack bar failed with log Z axis | 3D stack bar failed to render properly with log Z axis. | We support log scale for stacked 3D Bar and stacked 3D XYY Bar. |
Format data in plotvm dialog fails to work correctly | plot virtual matrix failed to work for certain date/time format data | Could not plot graph by virtual matrix if specific date/time format data exists. Fixed in Origin 2021 | |
ORG-22317 | Wrong colormap for 3D surface | Wrong colormap for 3D surface whenset %C -spi 2 is run . |
Fixed in Origin 2021. |
ORG-22643 | Fail to move label by keyboard | Failed to move label by keyboard in Sankey plot. |
Fixed in Origin 2021. |
Fill area works badly for polar r therta plot | Fill area worked poorly for Polar R Theta plot. Colormap was wrong. |
Fixed in Origin 2021. | |
Fail to add dataset as line type by default to OHLC graph | Failed to add a dataset as line type by default to OHLC graph. | Select one column in source worksheet and try to drag & drop into a OHLC graph. The line plot fails to add to OHLC graph. | |
Scale In Tool Can't Handle Plot Offset | Scale In tool can't handle plot offsets. | Use Scale In Tool to Scale into an offsetted plot, the plot does not render. Fixed in Origin 2021. | |
Issues with Label designation on plot setup | Issues with Label designation on Plot Setup. | Try to make a group column plot via plot setup with designation XYyErLYyEr. Click Add and OK. Then the graph is wrong. | |
Insert Graph toolbar does not keep source graph ratio | If change Target graph/layout window’s Page Orientation, then insert Graph by Insert Graph button in tools toolbar. the inserted graph fail to keep source graph ratio. | If change Target graph/layout window’s Page Orientation, then insert Graph by Insert Graph button in tools toolbar. the inserted graph fail to keep source graph ratio. | |
ORG-20924 | Data selector fails to copy and paste plot with missing value | Text shows instead of plot when copy a plot range with missing values and paste to another graph window | Use data selector on the plot with missing value, copy the selected range and paste in another graph, show text. Bug since Origin 2019 and show graph in Origin 2020b |
ORG-22160 | Data Selection markers lost when hiding/showing in Object Manager | If there are data selector markers in graph, and user show or hide plots in Object Manager, the marker will disappear. | When plot with Data selection markers, hide and show in Object Manager, the Data selection mark disappear. Fixed in Origin 2021 |
ORG-21529 | 3D function plot won't update when change axis range | If we click Insert > Function Plot menu to add 3d plot, 3D function plot won't update when change axis range. But no such problem if use File > New > Function Plot > 3D Function Plot menu. | It is not wrong. The two menus create different kinds of function plot, so behaves differently. |
Miscellaneous
JIRA | SUMMARY | DESCRIPTION | DETAILS |
---|---|---|---|
ORG-21893 | Origin crash after run sensitivity analysis | Origin may crash after running sensitivity analysis in Monte Carlo App. | 1.Install and open Monte Carlo Simulation app, Fixed in Origin 2021. |
Project Explorer Lower Panel Scroll bar auto jump to beginning when drag it to bottom | With narrow bottom panel of Project explorer, when using scrollbar to scroll to the last window, it jumps to the beginning. |
| |
ORG-21959 | Error message pops up when notes window is render mode | New a Note Window, select HTML: Load Samples: Hello World.html will pop up script error. | New bug in 2020b For a clean PC with Origin2020b, new a Note Window, select HTML: Load Samples: Hello World.html will pop up script error. |
ORG-19272 | UIM issue in high DPI | UIM objects poorly rendered in Hi DPI. | Issue exists since Oriign2018b UIM object mess up in high dpi, like QC(X-bar R) Chart with default settings |
ORG-22599 | HSL value is incorrect in custom color dialog since origin2016 | The HSL value were a little different after copy and paste html color code. Fixed in Origin2021. | The HSL value were a little different after copy and paste html color code. Fixed in Origin2021. The HSL values are remapped to a scale 0-255 in CMFCColorDialog. |
MRUP(most recently used projects) list issues - max of 16 and list erased when new version installed | Increased the maximum number of recent projects list to 32. | Origin 2021 fixed this issue and have increased the maximum number of recent windows to show to 32. System variable System variable @MRUP to control the maximum number. | |
Graph View Full Screen Issues | Fixed the bug of when viewing graphs in full view, it failed to show based on slide index order and it failed to skip graphs that are set as Skipped | Origin 2021 improved:
| |
Fail to show download app progress info in status bar and App Center | Fixed the bug of progress bar not showing during App download and installation. | Issue exist since Origin2019 when download app in origin, progress info should be shown in status bar and App Center dialog.
|
Programming
JIRA | SUMMARY | DESCRIPTION | DETAILS |
---|---|---|---|
R fails to parse Japanese character in Japanese version | R fails to parse Japanese characters in Japanese version of Origin. | Open R console, run car <- c("スズキ", "ボルボ", "メルセデス") ==> Error: invalid multibyte character in parser at line 1 | |
wks.insertrows() Crashs with Certain OPJU | Fixed a crash when run wks.insertrows() command with a specified project file. | Fixed a crash when run wks.insertrows() command with a specified project file. | |
XF tree output failed to dump to Command Window | XF tree output failed to dump to Command Window. | system variable @XDO is added to control dump output tree when execute x-function in command window. | |
"set %c 0 -r" fails to clear all special points | "set %c 0 -r" fails to clear all special points | Bug introduced in Origin 2020. Make a Scatter plot, then make some special points, run “set %c 0 -r;“. Fixed in Origin 2021. |