Versions Compared

Key

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

...

http://docs.python.org/library/parser.html?

Or use more shorter methods for str object:
http://docs.python.org/library/stdtypes.html, for example:

Code Block

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

Matplotlib

In examples below we assume

...