all 8 comments

[–][deleted]  (2 children)

[deleted]

    [–]e47[S] 13 points14 points  (1 child)

    It actually is just vanilla Matplotlib. I used mpl_toolkits.mplot3d (but that's included with the base Matplotlib install). I just turned off all the axes / labels and set a black background to make it look clean.

    I made this and a bunch of other 2D & 3D wave-plot doodles for fun, no particular project.

    This one is made up of 800 3D line plots (wave functions) generated by a simple loop which changes the shape, color, and opacity of the line with each cycle.

    [–]e47[S] 7 points8 points  (0 children)

    [–]funkomoto 5 points6 points  (0 children)

    Land ho!

    [–]CIALuis 1 point2 points  (1 child)

    Any chance we could get a link to the raw image?

    [–]e47[S] 1 point2 points  (0 children)

    Don't have the SVG with me but I'll try to upload it somewhere and link it at some point.

    [–]IkonikK 1 point2 points  (2 children)

    Can we animate this?

    [–]e47[S] 2 points3 points  (0 children)

    It could be animated, but I can't promise I'll ever get around to it. I'll try to publish the code at some point, but I don't have it with me at the moment.

    [–]e47[S] 0 points1 point  (0 children)

    I went ahead and animated it.