Versions Compared

Key

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

...

Code Block
    par_str = line[pos_eq+1:].strip(' ').rstrip('\n')

Python - useful references

Built-in functions

http://docs.python.org/library/functions.html

setattr - gives dynamic variables in python

[http://docs.python.org/library/functions.html#setattr}

Matplotlib

In examples below we assume

...