Skip to content

Commit c9f96dc

Browse files
committed
Revert theta use for now.
1 parent 9583761 commit c9f96dc

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

mathics/builtin/drawing/plot.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2198,14 +2198,14 @@ def eval_f(self, f, x_value):
21982198
class PolarPlot(_Plot):
21992199
u"""
22002200
<dl>
2201-
<dt>'PolarPlot[$r$, {$\u03B8$, $\u03B8_min$, $\u03B8_max$}]'
2202-
<dd>creates a polar plot of curve with radious $r$ as a function of angle $\u03B8$ ranging from $\u03B8_min$ to $\u03B8_max$.
2201+
<dt>'PolarPlot[$r$, {$t$, $t_min$, $t_max$}]'
2202+
<dd>creates a polar plot of curve with radious $r$ as a function of angle $t$ ranging from $t_min$ to $t_max$.
22032203
</dl>
22042204
22052205
>> PolarPlot[Cos[5\\[Theta]], {\\[Theta], 0, Pi}]
22062206
= -Graphics-
22072207
2208-
>> PolarPlot[{1, 1 + Sin[20 \u03B8] / 5}, {\u03B8, 0, 2 Pi}]
2208+
>> PolarPlot[{1, 1 + Sin[20 t] / 5}, {t, 0, 2 Pi}]
22092209
= -Graphics-
22102210
22112211
>> PolarPlot[Sqrt[t], {t, 0, 16 Pi}]

mathics/doc/tex/mathics.tex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@
6161
{ü}{{\"u}}1
6262
{ä}{{\"a}}1
6363
{ö}{{\"o}}1
64-
{θ}{{$\theta$}}
65-
{γ}{{$\gamma$}}
6664
{~}{{\textasciitilde}}1
6765
{⧦}{{===}}1
6866
{}{{=>}}1

0 commit comments

Comments
 (0)