Gaston has support for 3-D plotting via meshes (it uses gnuplot's surf
command). I don't know if this does what you need, though. The
documentation is here:
https://bitbucket.org/mbaz/gaston/downloads/gastondoc-0.5.5.pdf


-- mb

On Mon, Nov 10, 2014 at 9:09 PM, Simon Kornblith <[email protected]>
wrote:

> Is there an easy way to display a polygon mesh in Julia, i.e., vertices
> and faces loaded from an STL file or created by marching tetrahedra using
> Meshes.jl? So far, I see:
>
>    - PyPlot/matplotlib, which seems to be surprisingly difficult to
>    convince to do this.
>    - GLPlot, which doesn't currently work for me on 0.4. (I haven't tried
>    very hard yet.)
>    - ihnorton's VTK bindings, which aren't registered in METADATA.jl.
>
> Is there another option I'm missing? If not, can I convince one of these
> packages to show my mesh with minimal time investment, or should I use a
> separate volume viewer (or maybe a Python package via PyPlot)?
>
> Thanks,
> Simon
>

Reply via email to