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

https://github.com/rand-asswad/complex_maps

Python interface for viewing complex mappings
https://github.com/rand-asswad/complex_maps

complex-analysis conformal-mapping jupyter-notebook matplotlib python

Last synced: about 1 year ago
JSON representation

Python interface for viewing complex mappings

Awesome Lists containing this project

README

          

# Conformal Mappings

This repo holds resources for my presentation about conformal mappings in my Masters program.

- [Slides](https://rand-asswad.github.io/complex_maps)
- [Jupyter Notebook](https://rand-asswad.github.io/complex_maps/maps.html)
- [Interactive Jupyter Notebook](https://mybinder.org/v2/gh/rand-asswad/complex_maps/master?filepath=maps.ipynb)

## Repo Contents

- `api.py`: a python API for plotting complex mappings (using numpy and matplotlib)
- `ticks.py`: a script from SO for custom matplotlib ticks
- `requirements.txt`: `venv` requirements (I use it locally)
- `environment.yml`: conda environment, overrides `requirements.txt` in [mybinder.org](https://mybinder.org/)

## To-Do

- Bibliography
- Create R Markdown version of notebook