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);
  legend('show','Location','eastoutside')

  figure(3)
  fc_siplt.plotmesh(Th,'inlegend',true);
  axis image
  legend('show','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]);
  legend('show','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.
plotmesh2D-1.pngplotmesh2D-2.pngplotmesh2D-3.pngplotmesh2D-4.png