saving . . . saved Plot a graph has been deleted. Plot a graph has been hidden .
Plot a graph
Title
Question
How can we use "degree range" instead of "numeric numbers" while plotting a graph?

Python Using-the-plot-command-interactively 05-06 min 30-40 sec 22-06-19, 12:39 p.m. rajeevkanday

Answers:

Please elaborate.
22-06-19, 1 p.m. iakashchavan


There is way to use degree range (list of angles) via below command

x=linspace(0,180,7)

it will give following
array([  0.,  30.,  60.,  90., 120., 150., 180.])
22-06-19, 1:06 p.m. dharmeshbhalodia33@gmail.com


Log-in to answer to this question.