Versions Compared

Key

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

Table of Contents

Top Key Feature/Improvement List

...

JIRASummaryDetails

ORG-14468

Added system variable @DPPM=1 to disable Plot Popup Menu

Choose Tools: System Variables.

Enter DPPM and set it to 1 to turn off the Plot Popup menu.

Then the plot menu will be in old way

ORG-15297

New Plot Types added:

100% Stacked Area Plot

3D Stacked Wall and 3D 100% Stacked Wall


ORG-15808

Set Color Fill Transparency for Text Object

When Text object has Frame turned on, user can set fill color transparency to get this effect:

ORG-15071

ORG-15960

Improved color increment lists and palettesSome color lists and palettes such as HeatmapBio, Rainbow Isoluminant, Topography, Weather Temperature, etc. are added.
The default list for the line colors has been updated to improve the distinguishability even when lines are thin in the line plot.

ORG-16035

Better Increment List control of different plot types when plotting multiple data together.

When selecting multiple datasets and plot together, Origin will group them and use increment list of color, shape, etc. to distinguish them. In the past, user can set e.g. color list in Graph system theme so all graphs will have same color list. The disadvantage of this is that for different plot types, this may be not appropriate. E.g. for line plot, it's better to use some dark color list, while for column or area plot, it's better to use some light color lists.

In Origin 2017 Sr1,

  1. System Increment Lists tab is added in Theme Organizer dialog so user can easily set different color, shape, pattern, etc. list for different plot types.
  2. The order of plotting Origin graph is: first load the graph template to plot the graph, then apply system theme, finally apply the corresponding System Increment List. So you don't need to add color list in graph system theme now. Instead set it on System Increment List tab is more user-friendly and easy to understand. Of course other graph properties, e.g. tick directions, axis, etc. can still be set in system theme to get consistent look.
  3. If plotting with user-defined graph template, make sure when saving the template, check Apply System Theme & System Increment Lists to Override checkbox if you want system increment list applya to user-defined template.
  4. Context menu Set as System Increment List is added when modifying increment list on Group tab of Plot Details dialog.
  5. You can also apply increment list to existing graph(s) on System Increment Lists tab in Theme Organizer, This only supports one list at a time and it will only apply to matching plot type.

ORG-15685

White Out support for Tick Labels

White Out checkbox is added on Format subtab of Tick Labels tab in Axis dialog.

ORG-15662

Improve hit test speed when selecting 3D OpenGL Scatter or Vector plots

 Click to select (or de-select) the plot itself in 3D Scatter or Vector graph.
==> It took a few seconds to get it selected/de-selected in the past.

The problem exists since 9.0 when OpenGL is introduced.
No problem when selecting from Object Manager.

ORG-15646

ALT+dragging annotation in Contour graphAlt+Drag annotation to new location is supported in Contour graph now.

ORG-15724

Allows half-point font size such as 10.5, etc.

In the past, font size in graph could only be set as integer.

ORG-11202

Better default for square ended line and rectangle objects

Default values of the following system variables are changed in Origin 2017 SR1

  • @lcg to 2 – line object
  • @lca to 2 – axis line

New system variable @lcr (default is 1) to set the cap of rectangle or legend or text frame
0 = Line cap round 
1 = Line cap square 
2 = Line cap flat

ORG-15418

Add match modifiers by option to Batch plotting dialogThis option will affect the Match Modifiers by option of new created clone graph. 
But it should not affect the option of source graph.

ORG-15987

Improvements in Floating bar to better make plotting the following kind of Energy Diagram easier.

See more http://originlab.com/forum/topic.asp?TOPIC_ID=26067

User has X, Y and Label Data and wants to plot line+symbol graph but show each symbol as a horizontal bar and the lines should connect edges of the bars. It's hard to implement for Line+symbol graph since the line always connect to center of the points, plus even if implemented, horizontal bar width isn't adjustable.


We made the following improvements in Origin 2017 Sr1 so that user can achieve this by floating column graph.

Add Bar Graph show Zero Values checkbox on Graph tab of Tools: Options dialog to show an horizontal line if floating bar from and to values are the same.

page.BarShowZero=-1 (follow Tools: Options settings) , 0 (do not show), 1 (show)


Support connect lines between floating column/bars. Open Plot Details dialog. Select Layer on left panel. Go to Stack tab. Check Show Connect Line on Stacked/Floating Column/Bar checkbox. This checkbox was only working for stacked column/bars and was called Show Connect Line on Stacked Column/Bar in the past.

User can go to Spacing tab to and set Gap Between Bars to adjust bar width.

ORG-15962

Rescale Axes and Colormap Controls during Batch Plotting

ORG-16052

Improve rendering of raster images inserted into graphs

After inserting raster image into Origin, when zoom out, or resizing, the image doesn't look clear any more.

Improved in Origin 2017 SR1.

New System Variable Added:

@II, whether enable interpolation for bitmap drawing, 1 for enable(default), 0 for disable.
Notice: use @GDIPIE (default 7) for interpolation quality. Set it lower will speed up the drawing but poor quality.
ORG-16041Add XY scale range for Kernel Density plotAdd a treenode Grid Range for 2D Kernel Density. User can specify X/Y Minimum/Maximum scale range for Kernel Density plot.

ORG-15925

laymplot X-Function is added to move plot(s) to new y axis/layer

Many times, user asks how to move a plot to right Y axis. Before Origin 2017 SR1, user needs to move the plot from existing layer, add new layer with right Y axis. Then add plot to it.

In Origin 2017 SR1, we added an X-Function so it's much easier.

With graph window active, choose Window: Script Window

In Script Window, run
laymplot -d
to open the dialog.

Specify which plot(s) you want to move, e.g. 2 means 2nd plot. 2 4 means 2nd and 4th plots.

Click OK to move it.

Note: Plot customization such as color, etc. can't be moved to new layer. So we recommend move plot(s) first and then customize plot in each layer.

ORG-15278Use only category legend and auto updateAdd a option for Categorical Legend update dialog named Use only category legend and auto update. When it's checked, you can change the Makes filter and see plot and legend updated accordingly.

...

JIRASummaryDetails

ORG-4592

Split worksheet Improvement

Support splitting partial range in worksheet. When splitting worksheet, user may only want to show some columns in the result sheets. In the past, all columns will be kept in result sheets which will not really needed and will cause slowness.

Allow reset presetting result sheet names. In the past, the result sheets are were named as Sheet1, Sheet2, etc. Now a new option is added so user can preset the result sheet name. For example, use reference column's values, or dataset name, etc. as sheet name.

ORG-16082

Support This keyword in Set Column Values dialog

When turn on Spreadsheet Cell Notation in workbook, user can use This keyword in Set Column Values dialog to indicate current column itself. E.g. Total(This) will calculate the sum of current column. Also, This can have numeric suffix for cell reference, so This1 is the 1st cell, similar to A1.

In Set Column Values dialog, This keyword is also added under the Variables menu for easy access.

...

JIRASummaryDetails
ORG-15968Matrix Image Crop on multiple objectSupport cropping on multiple matrix/image objects in the same matrix sheet.

...