Re: [OctDev] pdeplot

2010-12-24 Thread Juan Pablo Carbajal
> On Thu, Dec 23, 2010 at 4:50 PM, Martin Helm wrote: >> Am Donnerstag, 23. Dezember 2010, 12:43:32 schrieb Juan Pablo Carbajal: >>> Dear all, >>> Is there an octave solution to plot data on a triangular mesh? >>> >>> I tried using griddata to convert the triangular mesh data to square >>> grid, b

Re: [OctDev] pdeplot

2010-12-23 Thread Martin Helm
Am Donnerstag, 23. Dezember 2010, 12:43:32 schrieb Juan Pablo Carbajal: > Dear all, > Is there an octave solution to plot data on a triangular mesh? > > I tried using griddata to convert the triangular mesh data to square > grid, but results are not satisfactory. Is anyone working on this? > > I

Re: [OctDev] pdeplot

2010-12-23 Thread Juan Pablo Carbajal
To my previous email I must add I am using octave 3.3.54 with backend('fltk') Thanks On Thu, Dec 23, 2010 at 4:27 PM, Juan Pablo Carbajal wrote: > Thank you for all the information. I will probably use the link. > > Going back to pdesurf, I cannot control the color of the edges > I tried > h=pd

Re: [OctDev] pdeplot

2010-12-23 Thread Juan Pablo Carbajal
Thank you for all the information. I will probably use the link. Going back to pdesurf, I cannot control the color of the edges I tried h=pdesurf(p,t,u) set(h,'edgecolor','none') and set(h,'linestyle','none') None of these calls work. Tips? Thanks On Thu, Dec 23, 2010 at 4:06 PM, Søren Haube

Re: [OctDev] pdeplot

2010-12-23 Thread Søren Hauberg
tor, 23 12 2010 kl. 15:01 +, skrev Andy Buckle: > > BTW, how is one supposed to cite this tools in scientific publications? > > Not sure about citing octave-forge packages. For core > > http://www.gnu.org/software/octave/FAQ.html#How-can-I-cite-Octave_003f For Octave-Forge I'd just give a li

Re: [OctDev] pdeplot

2010-12-23 Thread Andy Buckle
> BTW, how is one supposed to cite this tools in scientific publications? Not sure about citing octave-forge packages. For core http://www.gnu.org/software/octave/FAQ.html#How-can-I-cite-Octave_003f -- /* andy buckle */ --

Re: [OctDev] pdeplot

2010-12-23 Thread Juan Pablo Carbajal
Dear all, Thank you very much for the help. the functions are working OK, though sometimes I get errors with __go_draw_axes__.m. I will be looking for bugs and report them if I find them. BTW, how is one supposed to cite this tools in scientific publications? Thank you JPi On Thu, Dec 23, 2

Re: [OctDev] pdeplot

2010-12-23 Thread c.
Hi, On 23 Dec 2010, at 12:43, Juan Pablo Carbajal wrote: > Dear all, > Is there an octave solution to plot data on a triangular mesh? Yes, there are functions like trimesh and trisurf in octave core and pdesurf and pdemesh in the package fpl which give them a pdetool compatible interface. The p

[OctDev] pdeplot

2010-12-23 Thread Juan Pablo Carbajal
Dear all, Is there an octave solution to plot data on a triangular mesh? I tried using griddata to convert the triangular mesh data to square grid, but results are not satisfactory. Is anyone working on this? I could offer a simple opengl C++ function to do this. I have a highly inefficient imple