(I realize Steven had already suggested that)

@pyimport mayavi.mlab as Mlab
 mesh=Mlab.test_triangulation_mesh()



On Thursday, November 13, 2014 10:51:14 PM UTC, Miguel Belbut Gaspar wrote:
>
> Hi Simon, I have used PyCall with MayaVi, which worked ok.
>
> On Tuesday, November 11, 2014 2:09:29 AM UTC, Simon Kornblith 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