Versions Compared

Key

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

Origin 9.1 SR0

...

  • ORG-8799 P1 - Fails to enter millisecond in worksheet in G Origin only
    Set a column as Time format and Display as "HH:mm:ss,##".
    Try to change first cell as 24:00:00,12.
    ==> Millisecond is auto reset to be 0.

    Workaround: Type 14:00:00.12 instead. It can convert to 14:00:00,12 correctly. 

  • ORG-8799 P2 - Fill Column With: A set of Date/Time Values not working with millisecond in German Origin only
    Right click a column and choose Fill Column With: A set of Date/Time Values... context menu. 
    Choose Format: Time and Display as HH:mm:ss,##. 
    From and To values will not work. 

...

Graphing

  • ORG-10120 Graph rending slower than 9.0 or 8.6.
    In 9.1, if the project contains curve with large width and large amount of data points (>2000) as in following, Origin would run much slower. It doesn't happen for 8.6 or 9.0.
    Work around: set system variable

    as following to restore back as 86 performance: 
    Code Block
    @bm=0;@pdbg=0

     

     @LP=700 by choosing Tools: System Variables menu.