Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gloryknight committed Sep 2, 2015
1 parent 172a605 commit 4ba66a9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ It is a frontend for producing plots suitable for publication in scientific jour
## Installation from sources
Just copy "plot_me.py" to you **site-packages** library directory.

## Usage
```python
import plot_me
i=plot_me.fig("Time (seconds)", "Power (arb. units)") #, ylimit=[30,180])
i.load("plot_me_test.txt").plot(0, 1, "series1","", 1, log=0)
i.save("Power.png")
```
See "plot_me_test.txt.py" for further examples.

## License
BSD

Expand Down

0 comments on commit 4ba66a9

Please sign in to comment.