Metadata-Version: 1.2
Name: fenics_plotly
Version: 0.1.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 license
Description: # 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.
        
        
        ## 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
        
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.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
