![](/rp/kFAqShRrnkQMbH6NYLBYoJ3lq9s.png)
The Origin Forum - Create stack graph in python originpro
Jan 14, 2025 · I'm trying to write a python script to plot in origin using originpro package. I use the following line to create a stack graph. graph = op.new_graph(template='stack') When I create the graph using the above line, it has only one layer. I use the graph.add_layer() function to add more layers, but it messy.
The Origin Forum
Feb 7, 2025 · Forum: Topics: Posts: Last Post Origin Forum : Origin Forum The Origin Forum has been set up to provide a space for Origin users and prospective users to share and discuss ideas and questions related to Origin.
The Origin Forum - How to connect external python with running …
Dec 21, 2021 · Would you mind to check if your originpro package's version is 1.1.0? If not, would you mind to upgrade it to latest first and then re-try Yiming's script? And what is your Origin version? PS, you can use following method in originpro package to create a folder #create a subfolder "test" in same level as current active folder op.pe.mkdir("../test")
The Origin Forum - Problem: Lines appear above any text
Aug 15, 2024 · UPD 1 On the same PC, exactly the same problem with an older version of OriginPro 2018 (64-bit) SR1 b9.5.1.195. Origin Ver. and Service Release (Select Help-->About Origin): OriginPro 2024 (64-bit) SR1 10.1.0.178
The Origin Forum - Python=3.6.8 can not import originpro
Dec 25, 2023 · File "C:\Users\CZH\.conda\envs\test\lib\site-packages\originpro\__init__.py", line 1, in <module> from .project import * File "C:\Users\CZH\.conda\envs\test\lib\site-packages\originpro\project.py", line 1, in <module> import PyOrigin ModuleNotFoundError: No module named 'PyOrigin' how can i fix it and keep the python and originpro version. Thanks!
The Origin Forum - Originpro not found / intellisense not working
Aug 12, 2024 · AttributeError: module 'originpro' has no attribute 'find_book' It seems that origin does not load the originpro module and thus can not find the find_book option. Further on I found that Intellisense does not work, when I open the code builder. For example: (after import of originpro as op) if I start with "op."
The Origin Forum - how to use "dot" instead of "comma" in origin
Aug 13, 2006 · Hi Thuy, Select Tools > Options on Origin's menu and the Numeric Format tab in the resulting dialog. The settings you want are in the Separators drop-down list at the bottom of the tab.
The Origin Forum - Language change
Aug 21, 2008 · Hi, If you are standlone user, you can change the language from GUI(Help: Change Language). If you are concurrent user, please help your members to run "language -d" in the command window and select the language in the language dialog, then restart the computer.
The Origin Forum - When a Linux version of OriginPro?
Oct 5, 2005 · I am writing this because I still dont get why OriginLab doesnt produce a multi-platform OriginPro. They may say it is because mostly all their users run Win, but Id rather say most of OriginLab users HAVE TO RUN Win because they do not sell a Linux package! Look at Matlab or Wolfram Mathematica, they are multiplataform.
The Origin Forum - Unable to close Origin2021
Jun 11, 2021 · I was able to fix this issue in Origin2020 and some earlier version of originpro package by using op.CanClose = True in the code. However, this didn't work with Origin2021 and the most recent originpro package. I have - Origin2021 concurrent network license - originpro 1.0.6 - OriginExt 1.1.5 Code to reproduce