Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Graphing

JIRASUMMARYDETAILS
ORG-18243Log10, etc. axis scale broken in Trellis Plot

In Trellis plot, if you change Y axis to log scale, etc. the panels will mess up. 

The issue only exists in Origin 2018b. 

ORG-18283Error bar fill failed to draw transparency correctly

Newly broken in 2018b.

Plot error bar as filled area. If the data plot isn't set as transparent

while error bar filled area is set as transparent, filled area shows hatched pattern.

ORG-18186Minus error bar failed to start from top of the bar

Newly broken in 2018b.

When plotting statistics bar of a column with error bars,

e.g. mean+sd, error bar failed to draw from the top of the bar

ORG-18304

Align Color Scale with layer


Before Origin 2019, when selecting layer and then color scale

to align them and set uniform width, they are not totally aligned.

In Origin 2019, the header and tail will be ignored so they can align well.

ORG-18323

Object/Text size changes when resizing graph page

If user sets layer size set to mm, in, etc. not % of page and scale factor fixed to 1,

then when making page wider, font should not be changed. 

Fixed in Origin 2019. Before Origin 2019, user can set system variable @psm=100


ORG-18077Axis Stats Reference Line e.g. Mean(plotdata(*, Y)) should ignore hidden plotsMean(plotdata(*, Y)) refers to mean of all plots. In the past it includes hidden plots. Now the reference line will exclude those hidden plots.

ORG-18781

Origin crashes when clicking/draging the label with leader line in 3d scatterNew bug introduced in Origin 2018b. Fixed in 2019.
ORG-19224Box Chart: Fail to connect customized percentiles pointsNew bug introduced in Origin 2018b. Fixed in 2019.
ORG-19099Contour profile's arbitrary line not work for vm plotNew bug introduced in Origin 2018b. Fixed in 2019.

ORG-18696

 
 Make Page Setup menu for changing page size/orientation less confusingNo matter user wants to change orientation(portrait or landscape), or change the size in Page Setup dialog, after pressing YES for "Printer and graph size is mismatched. Do you want to resize the graph to the printer's dimension?" prompt.
ORG-18669Fail to add straight line when source date data is time format
  1. source date data is time format
  2. Graph: Add straight line to open the dialog.
  3. modify the setting of At Value, enter value which is within the axis scale

==> hint is showed: please specify a value within the axis scale
==> apply button and OK button are unavailable

Fixed in Origin2019.

ORG-18460Pick Point Tool Fails When List Separator is SemicolonIn Windows: Control Panel: Region: Formats: Additional settings, set List separator as other, pick points window fails to work
ORG-18028Origin crash when set decimal symbol to '
  1. change decimal symbol to ,
  2. open origin and save a file(project or template)
  3. change decimal symbol to '
  4. open origin and load the file
    ==> Origin crash

Fixed in Origin2019

ORG-18555Data point tooltip display issuesWhen mouse is moved away from the data point, data point tooltip still stays
ORG-17484Axis Dialog Too Tall or BigIn lower Resolution, such as 1280*720, when open Axis dialog, fails to show whole dialog.
ORG-18761Data Selector fails to toggle
  1. New a worksheet and fill with row number, plot Line.
  2. Data selector on the graph and press OK.
  3. Active the Data Selector (two red lines), single click it.
  4. Press Space in keyboard. 

      ==> Fails to work

ORG-18730Data Selector fails to work when zoomed in the graphFixed in Origin2019
ORG-18070Data cursor offset in High DPIFixed in Origin2019
ORG-18902 Layout's inserted image show different resolution in 2016 and 2018

 

User can use @ii control and "Enable Interpolation" check box.

ORG-18034

Fail to align color scale with layerWhen align color scale or uniform width/height, if there is no background, we should only consider the color scale bar.
ORG-18626A redundant error bar shows when make multiple X error plot
  1.  make 2D scatter plot with XXerYXXerYXXerY
  2. open Plot Detail dialog

==> There is a redundant X error bar 

Fixed in Origin2019.

ORG-18462Lines in Line Series plot disappear by Data Cursor tool
  1. Make a worksheet, and fill random numbers to columns A and B.
  2. Highlight both columns, and choose "Plot> Line+Symbol> Line Series" menu.
  3. Choose Data Cursor tool, and double-click a data point in A dataset to put a marker on the plot.
  4. Double-click a data point in B dataset.

      ==> All lines between A and B disappear.

ORG-18719Data Reader could not show cursor on right spot when there is wrap panel
  1. Plot a scatter plot, horizontal panel to a column with a b
  2. Wrap panels if columns/rows exceed 1
  3. Use data reader to click a point

      ==> Red cross do not show on point, there is some offset

ORG-17120Plot Details dialog too big, reorganize smallerPlot detail dialog is too big to click OK button for high dpi, (for example: dpi:150% and Resolution: 1920*1080)
ORG-18124Data Reader Settings needs session option
  1. Fill col(A) & col(B) with some random numbers, and make a scatter
  2. Open data reader, open perference dialog, make some changes. say add one more column
  3. Set as <default> and OK. 
  4. Make a new graph, open the data reader.==> It's still the original display
 ORG-18886 Group By's dropdown list could not show when select multi wks for plotbylabelWith multiple worksheet as input, Select All datasets in Dataset Browser of plotbylabel dialog, Group by option becomes edit box with value <xcol>. There is no drop-down list.
 ORG-19041simple Col function could not work in Label Tab "In Indices from dataset or space separated numbers"Label Tab of Plot Detail dialog's show at Specified Indices Only option support col(B) or just B (B is LN/SN) if Specified Indices are the same sheet with plotting data. But it's not working since 9.5

...

JIRASUMMARYDETAILS
ORG-18496Advanced color list failed to work in LabTalk GetN dialog

Try Script,

Code Block
win -t Plot;
layer.color = 16777471; 
mycolor = layer.color;
GetN (Layer bgColor) mycolor:@CNCR;

==> The color list failed to show.

Fixed in Origin 2019.


ORG-18551DDE command error in G version and G Office

In German OS, Origin2018b G and Office2013 G

1. Open Origin and the Excel file in attachment.
2. Run below script in Script Window:

dde -c Excel|[Xdaten.xls]Tabelle1 idxd;
dde -rc idxd R1C1:R5C2 [Book1]Sheet1!R1C1;

3. Refresh

==>#Command Error!

To fix this problem, replace the second command with

dde -rc idxd Z1S1:Z5S2 [Book1]Sheet1!R1C1;


ORG-19149Protect sheet and save project leads to crash

1. New a book, fill cols with data and plot

2. In same book, add a sheet and insert the graph in any cell

3. Protect that sheet with script: layer -lw hex(182);

4. Delete that sheet and save project.

==>error "Junk dataset with NULL elements found !!! " dump into message.

==>origin crashes after new project.

ORG-18921Origin 2018b crashes when using Certain User Files folder from 2017
ORG-18535Active window changed to Origin workspace when autosave happens

When autosave happens, Code Builder active window changes to Origin workspace.

Fixed in Origin 2019.

ORG-15823 P7Improve Project Backup for Labtalk saving case

In Origin 2018b, use below labtalk script to save opju several times:

save -DIX %yMyProject.opju;
==>User File folder generates Backup.opju instead of creating a MyProject.opju under C:\Users\<User>\Documents\OriginLab\Backup\ folder.