Top "Polar-coordinates" questions

An alternative form of plotting in mathematical space (other methods include Cartesian and Cylindrical) which utilizes pole-based coordinates (radius,theta) to plot points.

How to plot polar coordinates in R?

Suppose that (x(t),y(t)) has polar coordinates(√t,2πt). Plot (x(t),y(t)) for t∈[0,10]. There is …

r polar-coordinates parametric-equations
Half or quarter polar plots in Matplotlib?

I am trying to make a polar plot that goes 180 degrees instead of 360 in Matplotlib similar to http://www.mathworks.…

python matplotlib polar-coordinates
create a meshgrid for polar coordinates

I want to create a mesh grid for polar coordinates using the following arrays. R = 1.15 r = numpy.linspace(R,5,100) theta = …

python numpy plot polar-coordinates
Cartesian to polar coordinates

Take a look at the example here: http://www.brianhare.com/physics/so.html Take a look at console.log …

javascript math geometry cartesian polar-coordinates
Arrows in Polar Matplotlib Plot

I am trying to plot the phasors of the voltage across the resistor, capacitor, and inductor in an series R-L-C …

python matplotlib plot polar-coordinates
How to change the positions of subplot titles and axis labels in Seaborn FacetGrid?

I am trying to plot a polar plot using Seaborn's facetGrid, similar to what is detailed on seaborn's gallery I …

python matplotlib plot seaborn polar-coordinates
Plotting polar images in MATLAB

I have 1024 X 256 polar data (rows - radius, columns angle) that I need to plot as an image. There is …

image matlab plot polar-coordinates
Plotting characteristics of antenna radiation in matlab

I need to plot this function theta = (-pi:0.01:pi); f = 3*10^9; c = 299792458; da = 2; Here's my code, but I'm not sure it's …

matlab plot polar-coordinates bessel-functions
Matplotlib - Drawing a smooth circle in a polar plot

I really like the polar plot of matplotlib and would love to keep working with it (since my data points …

python matplotlib geometry polar-coordinates
Converting an image from Cartesian to Polar - Limb Darkening

import numpy as np import cv2 from matplotlib import pyplot as plt img = cv2.imread('C:\\Users\\not my user …

python python-3.x opencv matplotlib polar-coordinates