Metadata-Version: 2.1
Name: fenics-plotly
Version: 0.1.5
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 license
Project-URL: Documentation, https://fenics-plotly.readthedocs.io
Project-URL: Source, https://github.com/finsberg/fenics-plotly
Keywords: fenics_plotly
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: plotly
Requires-Dist: numpy

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

[![Documentation Status](https://readthedocs.org/projects/fenics_plotly/badge/?version=latest)](https://fenics-plotly.readthedocs.io/en/latest/?badge=latest)



A package for plotting FEniCS objects using plotly


* Free software: MIT license
* Documentation: https://fenics-plotly.readthedocs.io.
* 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)


# History


## 0.1.0 (2020-12-05)


* First release


