{ "cells": [ { "cell_type": "raw", "metadata": { "raw_mimetype": "text/restructuredtext" }, "source": [ ".. _ellipse-visualization:\n", "\n", "Ellipse Visualization\n", "=====================\n", "\n", "Toyplot supports drawing oriented ellipses using :meth:`toyplot.coordinates.Cartesian.ellipse`. Ellipses are defined using their center, x and y radius, and angle with respect to the X axis. For example, to create an unrotated ellipse centered at the origin:" ] }, { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [ { "data": { "text/html": [ "