{ "cells": [ { "cell_type": "markdown", "id": "3bd88ee9-8761-4053-8f94-4fd99b0576df", "metadata": {}, "source": [ "## 2D Gaussian" ] }, { "cell_type": "code", "execution_count": 1, "id": "4e2210ea-ad2e-4a9b-a25b-dd4cfc318ea3", "metadata": {}, "outputs": [], "source": [ "import numpy as np\n", "import matplotlib.pyplot as plt\n", "X, Y = np.mgrid[-10:10:100j,-9:9:99j]\n", "\n", "from lamatrix import Gaussian2D" ] }, { "cell_type": "code", "execution_count": 2, "id": "174d3da9-b9ad-4e6b-8485-dbee07d18071", "metadata": {}, "outputs": [ { "data": { "text/html": [ "