plotmesh2D
meshfile=fc_oogmsh.gmsh.buildmesh2d('condenser11',20);
Th=fc_simesh.siMesh(meshfile);
fc_tools.graphics.monitors.onGrid(2,2);
figure(1)
fc_siplt.plotmesh(Th);
axis image
figure(2)
fc_siplt.plotmesh(Th,'color','LightGray')
hold on;axis image;axis off
fc_siplt.plotmesh(Th,'d',1,'Linewidth',2,'inlegend',true);
fc_graphics4mesh.legend('Location','eastoutside')
figure(3)
fc_siplt.plotmesh(Th,'inlegend',true);
axis image
fc_graphics4mesh.legend('Location','eastoutside')
figure(4)
fc_siplt.plotmesh(Th,'color','LightGray','labels',10)
hold on;axis image;axis off
fc_siplt.plotmesh(Th,'fill',true,'labels',[2:2:8,20],'inlegend',true)
fc_siplt.plotmesh(Th,'d',1,'Linewidth',2,'inlegend',true,'labels',[1:8,20]);
fc_siplt.plotmesh(Th,'d',1,'Linewidth',2,'color','k','labels',[101:104]);
fc_graphics4mesh.legend('Location','eastoutside')
[fc-oogmsh] Input file : <fc-oogmsh>/geodir/2d/condenser11.geo
[fc-oogmsh] Mesh file <fc-oogmsh>/meshes/condenser11-20.msh [version 4.1] already exists.
-> Use "force" flag to rebuild if needed.


