Don't worry about bothering me, it's in my interest to make this run smooth
;)
On which platform are you?
You might need to run Pkg.build("GLFW")
If that doesn't work, it will help to post the output of Pkg.build("GLFW")
Am Mittwoch, 6. August 2014 15:22:57 UTC+2 schrieb Andrea Vigliotti:
>
> Hi All,
>
>
> does anyboby know how to plot a 2D polygonal patch with interpolated
> colouring, based on the nodal values?
>
> I would basically like to reproduce the matlab "patch" command, and I need
> it to post-process some simulation results from on a finite element model,
> what I would like to obtain is some contour filled plot on the deformed
> model, which has an arbitrary shape
>
> PyPlot includes the fill() command that draws filled polygonal with flat
> colour, but I couldn't find a version that plots polygons with interpolated
> colours,
>
> do you guys have any suggestion about this?
>
> thanks,
>
> andrea
>