On Fri, Feb 18, 2011 at 2:38 PM, Aaron S. Meurer <[email protected]> wrote: > On Feb 18, 2011, at 3:28 PM, Ondrej Certik wrote: > >> On Fri, Feb 18, 2011 at 12:40 PM, Aaron S. Meurer <[email protected]> wrote: >>> $maple >>> |\^/| Maple 12 (APPLE UNIVERSAL OSX) >>> ._|\| |/|_. Copyright (c) Maplesoft, a division of Waterloo Maple Inc. >>> 2008 >>> \ MAPLE / All rights reserved. Maple is a trademark of >>> <____ ____> Waterloo Maple Inc. >>> | Type ? for help. >>>> with(plots); >>> [animate, animate3d, animatecurve, arrow, changecoords, complexplot, >>> >>> complexplot3d, conformal, conformal3d, contourplot, contourplot3d, >>> >>> coordplot, coordplot3d, densityplot, display, dualaxisplot, fieldplot, >>> >>> fieldplot3d, gradplot, gradplot3d, graphplot3d, implicitplot, >>> >>> implicitplot3d, inequal, interactive, interactiveparams, intersectplot, >>> >>> listcontplot, listcontplot3d, listdensityplot, listplot, listplot3d, >>> >>> loglogplot, logplot, matrixplot, multiple, odeplot, pareto, plotcompare, >>> >>> pointplot, pointplot3d, polarplot, polygonplot, polygonplot3d, >>> >>> polyhedra_supported, polyhedraplot, rootlocus, semilogplot, setcolors, >>> >>> setoptions, setoptions3d, spacecurve, sparsematrixplot, surfdata, >>> textplot, >>> >>> textplot3d, tubeplot] >>> >>>> plot3d(sin(x*y), x=-4..4, y=-4..4); >>> >>> >>> /- \\ >>> --- \//\-/\\\ --\ >>> |-- / |\ / \/\//\/ \ /| \ --- >>> - | |----//|-/--\--|--/--\-|-\----| | - >>> \ ----\ | || |-/////-- /---\ --\\\\\-| || | /---- / >>> /\ ||/|-- || | || |-/ ///-/\\-\\\ \-| || | || --|\|| /\ >>> //\ ||||/\| || | || / /-/ // \\ \-\ \||| | || |/\|||| /\\ >>> |/\\ |/||\-\\||-|| | ////-////\\\-\\\\ ||||-||////|||| //\| >>> | || || |//\ |\\\\||-|-|/-\\-- \\ // --//-\|-|-||////| /\\| || || | >>> | || ||| |||-\||\|\|\---| \/\/\ /\ /\ /\/\/ |---/|/|/||/-||| ||| || | >>> | | |||/||||||||| \\\| ||\/|//\/\ ///\\|\/-| |/// |||||||||\||| | | >>> | | ||/|||| |||||\/| |/|| / \/\ /\/ \ ||\| |\/||||| ||\|\|| | | >>> | | || ||| ||||||| | |/ |||| \--/ -/ |||| \| | ||-|||| ||| || | | >>> || | \|| || || ||| |\ || ||| | | ||| || /| ||| || || ||/ | || >>> | |\| |-|||||| || | | ||||| ||||| | | || ||||| || |/| >>> |/| \| |||| || |\| || ||||| || |/| || ||||||/ |\| >>> \||-| |/||||\| | ||||| | |/ |||\| |-||/ >>> | ||-|//\|/| /\|/\ |\|/\\|-|| | >>> | |/\//\//\\/\| | >>> | / / \ | >>> >>> >>>> quit >>> memory used=3.2MB, alloc=2.6MB, time=0.05 >>> >>> You can't really drag it around like you could with a real 3D plot (there >>> might be ways to change the orientation through arguments to the function; >>> I haven't really played around with it that much), so it's of limit use >>> like I said. But still, it's very cool. >> >> Wow, what a mess. :) I don't see any sin(x*y) in there (even with >> monospace fonts). >> >> Ondrej > > Well, I made that one 80 characters wide so it would fit in this email. It > looks better if your terminal is fullscreen. See > https://gist.github.com/834538. That also shows an image of what it's > supposed to look like (you can clone gists as git repos, and add images or > anything to them, and then they will just show up on the page!)
Nice! Gists are cool. Ondrej -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
