Metadata-Version: 2.1
Name: fenics_plotly
Version: 2022.0.0
Summary: A package for plotting FEniCS objects using plotly
Home-page: https://github.com/finsberg/fenics-plotly
Author: Henrik Finsberg
Author-email: henriknf@simula.no
License: MIT
Keywords: finite element,mechanics,cardiac,heart
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: test
License-File: LICENSE

# 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)


