Skip to content

Commit b330030

Browse files
committed
[ci] fix linux octave bug due to gnuplot
1 parent f86f783 commit b330030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/demo_qmeshcut_ex1.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
g2 = exp(sqrt(-1) * k * r2) ./ (4 * pi * r2);
6565
g12 = g1 .* g2; % this is the sensitivity map
6666

67-
figure;
67+
%figure;
6868
plotmesh([node log10(abs(g12))], elem, 'facealpha', 0.5, 'linestyle', 'none'); % plot the mesh
6969

7070
hold on;

0 commit comments

Comments
 (0)