项目作者: raymas

项目描述 :
Simple lorentz simulator using Matplotlib or PyQtGraph
高级语言: Python
项目地址: git://github.com/raymas/Lorentz.git
创建时间: 2018-05-17T21:31:48Z
项目社区:https://github.com/raymas/Lorentz

开源协议:GNU General Public License v3.0

下载


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,

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

install dependencies (matplotlib only) :

  1. pip install matplotlib numpy

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

  1. 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