Skip to content

Commit 364a562

Browse files
authored
updated readme
included image links. Edited the intro.
1 parent 5f8a170 commit 364a562

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# PyWrapOrigin
2-
OriginPro is a graphing and analysis software used by many scientists. Sometimes making many plots by hand can be tedious and is necessary for automation. The OriginPro software is packaged with its own programming languages such as Origin C and LabTalk. But they are difficult for users to learn and implement.
2+
Origin is a graphing and analysis software used by many scientists. Making many plots by hand can be tedious, so sometimes it's better to automate the process. The Origin software is packaged with its own programming languages such as Origin C and LabTalk. But they are difficult for users to learn and implement. Origin also provides python APIs such as the automation server, PyOrigin, Originpro and OriginExt, which intend to provide access to Origin from python. However, none of these tools support full plotting functionalities, and it is often necessary to first create a graph template, then send data from python to be plotted. This adds time and inconvience in plotting.
33

4-
PyWrapOrigin is a python wrapper to Origin that allows plotting graphs in Origin using python.
4+
PyWrapOrigin is a python wrapper to Origin C, LabTalk, and OriginExt that allows plotting graphs in Origin from python possible and easy to do.
55

6-
The module utilizes Origin C, LabTalk, and OriginExt to enable plotting Origin graphs from the ground up, without relying on using any template.
6+
This module enables plotting Origin graphs from the ground up, without relying on using any template.
77

88
Installation:
99
-----
@@ -94,7 +94,7 @@ Import Library
9494
```
9595
Figure plotted.
9696

97-
![Origin Plot Example]()
97+
![Origin Plot Example](/imgs/plot1.JPG)
9898

9999
Reference lines can also be added to the figure
100100
```python
@@ -103,7 +103,7 @@ Reference lines can also be added to the figure
103103
# Can fill the space between two reflines with colors
104104
lay0.refline_fill_ver(0,1,128,172,242)
105105
```
106-
![Origin Plot With Ref Lines]()
106+
![Origin Plot With Ref Lines](/imgs/plot1_ver_fill.JPG)
107107

108108
Dependencies:
109109
-----

0 commit comments

Comments
 (0)