Update docs to match implementation of $build_and_dump_html_index
[maxima.git] / doc / info / figures / draw_polar.mac
blob4f14d0f3a850576080f92cd212417ccd65519f7e
1 load("docdraw.mac");
3 docdraw2d("figures/draw_polar",
4         user_preamble = "set grid polar",
5              nticks        = 200,
6              xrange        = [-5,5],
7              yrange        = [-5,5],
8              color         = blue,
9              line_width    = 3,
10              title         = "Hyperbolic Spiral",
11              polar(10/theta,theta,1,10*%pi) )$