Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 34 Next »

Worksheet

JIRASUMMARYDETAILS

ORG-20220

Paste link in column label rows not working

Select some column and choose Copy (including label rows) 

Then paste link in new column's label cell. 

==> label isn't copied over. 

ORG-20269

XYZ Gridding: TPS failed for some data and empty matrix was createdThe problem existed since Origin 2016.

ORG-20642

Worksheet column and row scroll position should be preserved when toggling Column List View

ORG-20542

Fill Column with a set of Date/Time Values dialog failed to accept fraction number as increment

Right click a column and choose Fill Column with: A Set of Date/Time Values...

It didn't accept increment less than 1 in older versions. Fixed in Origin 2020.


ORG-20118

Autofill issue for date or text with negative increment number

E.g.

Enter 6/30/2019, 7/31/2019 in cells and drag to auto fill.

Enter a65, a55 in cells and drag to auto fill.


ORG-20747Exchange Label with Data should exclude data type checking for the selected data(1st column)Exchanging column labels with 1st column should always work without checking data type.

ORG-20736

Interpolate With Unevenly Spaced X FailInterpolation is now working properly even if the x values of input is largely uneven. 

ORG-20664

Unstack Columns by Date/Time can't output Date group values in Comments cells

E.g. if user has date values in column A and customized it to only display HH:mm

Unstack column B based on date value in column A.

==> In output sheet, it showed Julian date instead of HH:mm in column Comments row.

This is broken since Origin 2018b and fixed in Origin 2020.

Graphing

JIRASUMMARYDETAILS

ORG-20482

Axes Dialog slow to open when there are workbook with a lot of columnsDouble clicking axis to open Axis dialog gets slower if there are workbook with many columns. 

ORG-20129

Fill to Next Plot with Pattern Fail

Fill area between two curves and set fill pattern. Fill area will be gone. Newly broken since Origin 2019b. 


ORG-20324

Fit Page to Layer damages the GraphAfter using Graph: Fit Page to Layer..., to resize page, when resizing graph window, graph failed to redraw. Broken since Origin 2018 SR0.

ORG-20100

Copy/Paste Axis Format Failed

Copy one axis format to other axis may fail. Newly broken since Origin 2019b.

ORG-20093

Plot: Line: Spline failed with monotonic decreasing X

ORG-20685

Allow deleting rectangle box with enlarged graph

Click Scale in toolbar button and click on a graph will create an individual graph window with ROI (region of interest) box in source graph.

Moving the ROI box will update the Enlarged graph.

But user couldn't select the rectangle box and press Delete key to delete the ROI

Origin 2020 is updated so user can delete the ROI box. Corresponding Enlarged graph will be deleted as well. 

ORG-20471

Failure to select custom contour line

If user turn on contour line at some level. Can't single click multiple times to pick the contour line and extract it.

ORG-20509

3-Color Limited Mixing do not work in Set Colors dialog

Right click contour plot and choose Colormap: Set Colors... context menu.

Choose 3-Color Limited Mixing and set colors. It failed to color as expected.

Broken since Origin 2019 and fixed in Origin 2020.



ORG-20152

Data Points and Grid Lines fail to show in contour when label is enable

In XYZ Contour plot, check Show Grid Lines and Show Data Points checkboxes.

Check to show Labels in graph

==> Grid lines and data points disappeared. 

Broken since Origin 2019b and fixed in Origin 2020. 

Import & Export

JIRASUMMARYDETAILS

ORG-20444

Import CSV file with custom date format is very slow

ORG-20145

Graph labels Numeric separator fails to keep page setting when exporting raster formats

For example,

  1. In EOS, in Preferences: Options dialog, on Numeric Format tab, Separators is 1.000,0 (as GOS Windows default setting). 
  2. In Graph, double click the plot and go to Page level. Set Numeric separator to be 1,000.0 so they are different from Preferences: Options dialog. 
    -->Axis tick labels show as 1,000.0 formats.
  3. Export the graph as raster formats, like png, bmp, jpg, gif, pcx,psd, tga, tif
    ==>Axis tick labels show as 1.000,0 formats.

Note:
The bug was introduced in Origin 2018 when we added Numeric separator control in Graph Page level. It also exists for numeric data labels.


ORG-20573

CSV Connector only import 100 columns of data if column delimiter is comma

ORG-20679

Export Excel File Only Keep First User Parameter LineIf user has many user-defined parameter rows above data, after exporting to Excel, only 1st user-defined parameter row is kept.

Analysis

JIRASUMMARYDETAILS

ORG-21008

Origin crashed if global fit with fix specific parameter

This bug was introduced since Origin 2018b.

Steps to see the issue:

  1. Select multiple data and open Nonlinear Curve Fit dialog.
  2. Pick a fitting function.
  3. Set Multi-Data Fit Mode as Global Fit.
  4. Go to Parameters tab, check fix checkbox on some parameters.
  5. Click Fit button.

==> Origin not responding or crashes

Gadget

JIRA

ORG-20750

Vertical Cursor: When Showing All Info in One Label position issues

When showing All info. in one label and moving the box on top of the page, moving vertical cursor should not move the box to middle of the page. 



Miscellaneous

JIRASUMMARYDETAILS

ORG-20607

Saving project will pop up error Undefined Variable:R# when there is R# in the long file pathE.g. the file path is long and there is R1, R2, etc.

Programming

JIRASUMMARYDETAILS

ORG-20390

XF failed resolve argument having comma in GOS
  1. In GOS, the numeric separator is 1.000,0 by default
  2. New a workbook
  3. Run below script failed to change fill color of column A to red because the arguments are separated by ,
    wcellcolor 1 color(255, 0, 0);

    Fixed in Origin 2020.



  • No labels