Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Cartopy | 1,192 | 30 | 13 days ago | 10 | June 29, 2022 | 332 | lgpl-3.0 | Python | ||
Cartopy - a cartographic python library with matplotlib support | ||||||||||
Pylustrator | 648 | 1 | a month ago | 20 | March 29, 2022 | 9 | gpl-3.0 | Python | ||
Visualisations of data are at the core of every publication of scientific research results. They have to be as clear as possible to facilitate the communication of research. As data can have different formats and shapes, the visualisations often have to be adapted to reflect the data as well as possible. We developed Pylustrator, an interface to directly edit python generated matplotlib graphs to finalize them for publication. Therefore, subplots can be resized and dragged around by the mouse, text and annotations can be added. The changes can be saved to the initial plot file as python code. | ||||||||||
Practical Python Data Viz Guide | 98 | 4 months ago | mit | Jupyter Notebook | ||||||
Resources for teaching & learning practical data visualization with python. | ||||||||||
Pytorch Transfomer | 95 | 2 years ago | 2 | Jupyter Notebook | ||||||
My implementation of the transformer architecture from the Attention is All you need paper applied to time series. | ||||||||||
July | 92 | 3 | 2 months ago | 8 | December 15, 2021 | 8 | mit | Python | ||
A small library for creating pretty heatmaps of daily data. | ||||||||||
Reddit Hot Recorder | 88 | 5 years ago | mit | Python | ||||||
Records the activity (comments and karma) on the hot page of a Reddit sub and prepare an animated data visualisation. | ||||||||||
Multiplex Plot | 87 | 9 months ago | 14 | February 02, 2021 | 2 | gpl-3.0 | Python | |||
Multiplex: visualizations that tell stories—A Python library to create and annotate beautiful network graph visualizations, text visualizations and more. | ||||||||||
Calfem Python | 72 | 1 | 3 months ago | 22 | June 30, 2022 | 5 | mit | Python | ||
CALFEM for Python is the Python port of the CALFEM finite element toolkit. It also implements meshing function based on GMSH and triangle. Visualisation routines are implemented using visvis and matplotlib. | ||||||||||
Simulation_virus_covid 19 | 51 | 5 months ago | 2 | mit | Python | |||||
Simulating epidemics using Python | ||||||||||
Soccerplots | 44 | 2 years ago | 4 | August 03, 2020 | mit | Python | ||||
A Python package for data visualisation for football analytics. |
https://calfem-for-python.readthedocs.io/en/latest/
Original manual: manual.pdf
Manual for with improved mesh: manual-mesh-module.pdf
The computer program CALFEM is written for the software MATLAB and is an interactive tool for learning the finite element method. CALFEM is an abbreviation of ”Computer Aided Learning of the Finite Element Method” and been developed by the Division of Structural Mechanics at Lund University since the late 70’s.
Unlike MATLAB, which have expensive licenses, Python is free to use and distribute both for personal and commercial use. This is the python version of CALFEM for scientific purposes/research.
Install CALFEM for python using
pip install calfem-python
Mesh Generation Software: GMSH. Install GMSH here and add to the PATH of your file or instead add contents of GMSH to the file folder.
Forsman, K, 2017. VisCon: Ett visualiseringsverktyg för tvådimensionell konsolidering i undervisningssammanhang - http://www.byggmek.lth.se/fileadmin/byggnadsmekanik/publications/tvsm5000/web5225.pdf
Edholm, A., 2013. Meshing and visualisation routines in the Python version of CALFEM. - http://www.byggmek.lth.se/fileadmin/byggnadsmekanik/publications/tvsm5000/web5187.pdf
Ottosson, A., 2010. Implementation of CALFEM for Python - http://www.byggmek.lth.se/fileadmin/byggnadsmekanik/publications/tvsm5000/web5167.pdf
Eriksson, K, 2021. CALFEM Geometry Editor - An interactive geometry editor for CALFEM
Åmand, A, 2022. Development of visualisation functions for CALFEM for Python