Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nens/nens-graph
Nens-graph is a separate library of custom matplotlib graphs for use in the lizard-framework.
https://github.com/nens/nens-graph
Last synced: 4 days ago
JSON representation
Nens-graph is a separate library of custom matplotlib graphs for use in the lizard-framework.
- Host: GitHub
- URL: https://github.com/nens/nens-graph
- Owner: nens
- License: gpl-3.0
- Created: 2011-11-10T13:14:47.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-06-21T13:32:14.000Z (over 12 years ago)
- Last Synced: 2024-04-12T01:12:29.238Z (7 months ago)
- Language: Python
- Homepage:
- Size: 196 KB
- Stars: 1
- Watchers: 31
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE.rst
Awesome Lists containing this project
README
nens-graph
==========================================Nens-graph is a separate library of custom matplotlib graphs for use
in the lizard-framework.The graph layout should be controlled in the library, and only the data
should be added in the calling Django application. Common classes useful
for other graphs go in common.py, stuff changing from graph to graph should
be in eachs graphs own class.