olzness.blogg.se

Gnu octave lfat
Gnu octave lfat












gnu octave lfat

Using the fltk backend with the current sources, I get the first plotĪttached below. I don't know whether later versions avoid this problem. That's a bug, and I've checked in the following change:īut I don't think gnuplot 4.2 will work for this plot even with this patch:Įrror: gnuplot (as of v4.2) only supports 3D filled triangular patchesĮrror: /home/jwe/src/octave/scripts/plot/_go_draw_axes_.m at line 592, column 6Įrror: /home/jwe/src/octave/scripts/plot/_go_draw_figure_.m at line 102, column 1Įrror: /home/jwe/src/octave/scripts/plot/gnuplot_drawnow.m at line 99, column 5 You can avoid the nonconformant argument error by setting the levelĪrgument to contourf to be something like instead of. | and I also tried with QtOctave version 0.8.1 which runs octave | error: /usr/share/octave/3.2.2/m/plot/contourf.m at line 73, column 5 | error: /usr/share/octave/3.2.2/m/plot/_contour_.m at line 188, column 3 | error: /usr/share/octave/3.2.2/m/plot/_contour_.m at line 238, column 15 | error: evaluating argument list element number 1 | error: mx_el_lt: nonconformant arguments (op1 is 1x2, op2 is 0x0)

gnu octave lfat

| octave3.2:4> pcolor(X,Y,Z) shading flat | and this leads me to the following error message : | google ( and the message error ) told me it comes from gnuplot backend. | error: evaluating if command near line 537, column 9 | error: gnuplot (as of v4.2) only supports 2D filled patches | error: called from `contourf:parse_args' in file | error: evaluating if command near line 205, column 3 | error: patch: property value is missing | So here is a simple example of my script : | cordinates of the isoline with the contourc command and then applying the | I assumed that using the contourf command is equivalent at finding the | I would like to plot my data using a pcolor and then add a patch to hide a | However, there is one feature I can not make. | that I am very happy of the quality of this software so far:clap: | This is my first post here as I am starting using Octave and I must confess














Gnu octave lfat