Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.41 KB

README.md

File metadata and controls

47 lines (33 loc) · 1.41 KB

Lorentz system

A simple animated Lorentz system plot for python using matplotlib or PyQtGraph. Using Euler forward method (from wikipedia).

Matplotlib PyQtGraph

Getting Started

Prerequisites

Required libraries :

  • numpy v1.12.1+
  • matplotlib v2.0.0+
  • PyQtGraph v0.10.0+ (optional)
  • python-opengl (optional, but necessary if PyQtGraph is selected)

Installing

Clone the repository,

git clone https://github.com/raymas/Lorentz.git

install dependencies (matplotlib only) :

pip install matplotlib numpy

PyQtGraph from http://pyqtgraph.org/ and :

pip install pyside PyOpenGL numpy

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

  • raymas - Initial work - raymas

See also the list of contributors who participated in this project.

License

This project is licensed under the GNU 3.0 License - see the LICENSE.md file for details