Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)