![]() |
Sage Question? - Printable Version +- Tetration Forum (https://math.eretrandre.org/tetrationforum) +-- Forum: Tetration and Related Topics (https://math.eretrandre.org/tetrationforum/forumdisplay.php?fid=1) +--- Forum: Computation (https://math.eretrandre.org/tetrationforum/forumdisplay.php?fid=8) +--- Thread: Sage Question? (/showthread.php?tid=448) |
Sage Question? - rsgerard - 05/06/2010 How do you create a basic plot in the complex plane? I don't want to see all the colors with the complex_plot function, just a basic Re and Im axis. Can anyone send me a basic example. The internet has failed me. Ryan RE: Sage Question? - bo198214 - 05/09/2010 (05/06/2010, 09:35 PM)rsgerard Wrote: How do you create a basic plot in the complex plane? I don't want to see all the colors with the complex_plot function, just a basic Re and Im axis. Can anyone send me a basic example. The internet has failed me. You mean a contour plot? Actually I dont know, Dmitrii has some C code, which could be ported to sage. Actually I work with some routines that do not a contour plot, but a conformal plot. I.e. showing the image of the rectangular grid. which is essentially the same as the contour plot of the inverse. |