Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/finsberg/fenics-plotly
Lightweight library for plotting FEniCS objects using Plotly
https://github.com/finsberg/fenics-plotly
Last synced: 3 days ago
JSON representation
Lightweight library for plotting FEniCS objects using Plotly
- Host: GitHub
- URL: https://github.com/finsberg/fenics-plotly
- Owner: finsberg
- License: mit
- Created: 2020-12-13T08:11:10.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-05T11:10:08.000Z (over 2 years ago)
- Last Synced: 2024-11-07T21:51:56.835Z (7 days ago)
- Language: Python
- Homepage: https://finsberg.github.io/fenics-plotly
- Size: 13.5 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# FEniCS-Plotly
[![codecov](https://codecov.io/gh/finsberg/fenics-plotly/branch/master/graph/badge.svg?token=PG2JS1SPKJ)](https://codecov.io/gh/finsberg/fenics-plotly)
[![CircleCI](https://circleci.com/gh/finsberg/fenics-plotly.svg?style=shield)](https://circleci.com/gh/finsberg/fenics-plotly)
[![image](https://img.shields.io/pypi/v/fenics_plotly.svg)](https://pypi.python.org/pypi/fenics_plotly)
[![github pages](https://github.com/finsberg/fenics-plotly/actions/workflows/github-pages.yml/badge.svg)](https://github.com/finsberg/fenics-plotly/actions/workflows/github-pages.yml)
A package for plotting FEniCS objects using plotly
* Free software: MIT license
* Documentation: https://finsberg.github.io/fenics-plotly
* Source code: https://github.com/finsberg/fenics-plotly## Features
Plot almost all types of FEniCS objects using one interface
## Credits
This package was created with
[Cookiecutter](https://github.com/audreyr/cookiecutter) and the
[finsberg/cookiecutter-pypackage](https://github.com/finsberg/cookiecutter-pypackage)
project template.This package is also inspired by [bvpy](https://gitlab.com/oali/bvpy)