Draw a symmetric alien headCan we mirror a part in tikz?Using the TikZ spy library to spy on a pixel value in beamerdrawing smooth path through symmetric points, gives non symmetric curveHow to draw points in TikZ?Draw the Ubuntu Logo with TikzWhat is the difference between points, coordinates, and anchors in TikZ/PGF and how can I deal with them?Use Tikz to draw this beautiful symmetric treeDrawing a torso with a head (using draw)What is the point in resetting the value of the `trim left` option?Symmetric diagramsymmetric rods with arrows

What is the most suitable position for a bishop here?

In the US, can a former president run again?

I just entered the USA without passport control at Atlanta airport

What is this plant I saw for sale at a Romanian farmer's market?

How did Frodo know where the Bree village was?

Print the new site header

Pin support, why is there no horizontal reaction force?

How to take photos with a yellowish tone and point-and-shoot film camera look?

First occurrence in the Sixers sequence

How to modify a string without altering its text properties

I found a password with hashcat but it doesn't work

Name for a function whose effect is canceled by another function?

Is using legacy mode instead of UEFI mode a bad thing to do?

Densest sphere packing

Explicit song lyrics checker

Definition of 'vrit'

Am I legally required to provide a (GPL licensed) source code even after a project is abandoned?

Why does a Force divides equally on a Multiple Support/Legs?

How can I prevent a user from copying files on another hard drive?

Is there a polite way to ask about one's ethnicity?

What is that ceiling compartment of a Boeing 737?

In a list with unique pairs A, B, how can I sort them so that the last B is the first A in the next pair?

Is the author of the Shu"t HaRidvaz the same one as the one known to be the rebbe of the Ariza"l?

The Amazing Sliding Crossword



Draw a symmetric alien head


Can we mirror a part in tikz?Using the TikZ spy library to spy on a pixel value in beamerdrawing smooth path through symmetric points, gives non symmetric curveHow to draw points in TikZ?Draw the Ubuntu Logo with TikzWhat is the difference between points, coordinates, and anchors in TikZ/PGF and how can I deal with them?Use Tikz to draw this beautiful symmetric treeDrawing a torso with a head (using draw)What is the point in resetting the value of the `trim left` option?Symmetric diagramsymmetric rods with arrows






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








5















I am trying to draw the following "symmetrical alien head":



enter image description here



Using the mirror code from Can we mirror a part in tikz? I was able to produce the following result



enter image description here



While the result looks good I am not particularly happy with the code, as I had to juggle a lot of coordinates and a lot of manual adjustments had to be made. In particular



  • Is there an easier way to remove the white squares from the figure while still keeping the transparent background?

  • Can one make one half of the face and then mirror or across x=6? I tried this, but it was only possible with the coordinates not the fill functions.

Other solutions using TikZ, Asymptote, MetaPost, PSTricks are also welcome.



documentclass[border=2mm]standalone
usepackagetkz-euclide
usetkzobjall % on charge tous les objets

definecolormaincolorMediumHTMLa757b2%

makeatletter
tikzset
mirror/.code=pgfutil@in@--#1ifpgfutil@in@tikz@trans@mirror#1@nil
elsetikz@scan@one@pointpgftransformmirror#1relaxfi,
ymirror/.code=pgfutil@ifnextchar(tikz@trans@ymirror@coordinatetikz@trans@ymirror@simple#1@nil,
xmirror/.code=pgfutil@ifnextchar(tikz@trans@xmirror@coordinatetikz@trans@xmirror@simple#1@nil
deftikz@trans@mirror#1--#2@nil%
pgfextract@processpgf@trans@mirror@Atikz@scan@one@pointpgfutil@firstofone#1%
pgfextract@processpgf@trans@mirror@Btikz@scan@one@pointpgfutil@firstofone#2%
pgftransformMirrorpgf@trans@mirror@Apgf@trans@mirror@B
defpgftransformxmirror#1pgfmathparse2*(#1)pgftransformcm-1001pgfqpoint+pgfmathresult pt+0pt
defpgftransformymirror#1pgfmathparse2*(#1)pgftransformcm100-1pgfqpoint+0pt+pgfmathresult pt
deftikz@trans@ymirror@simple#1@nil
pgfmathparse#1lettikz@temppgfmathresult
ifpgfmathunitsdeclared
pgftransformymirrortikz@temp pt%
else
pgf@processpgfpointxy0tikz@temp%
pgftransformymirror+thepgf@y%
fi
deftikz@trans@xmirror@simple#1@nil
pgfmathparse#1lettikz@temppgfmathresult
ifpgfmathunitsdeclared
pgftransformxmirrortikz@temp pt%
else
pgf@processpgfpointxytikz@temp0%
pgftransformxmirror+thepgf@x%
fi
deftikz@trans@xmirror@coordinate#1@niltikz@scan@one@pointpgfutil@firstofone#1pgftransformxmirror+thepgf@x
deftikz@trans@ymirror@coordinate#1@niltikz@scan@one@pointpgfutil@firstofone#1pgftransformymirror+thepgf@y
defpgftransformmirror#1%
pgfpointnormalised#1%
pgf@xa=pgf@sys@tonumberpgf@ypgf@x
pgf@xb=pgf@sys@tonumberpgf@xpgf@x
pgf@yb=pgf@sys@tonumberpgf@ypgf@y
multiplypgf@xa2relax
pgf@xc=-pgf@ybadvancepgf@xcpgf@xb
pgf@yc=-pgf@xbadvancepgf@ycpgf@yb
edefpgf@tempthepgf@xc+thepgf@xa+thepgf@xa+thepgf@yc%
expandafterpgf@transformcmpgf@temppgfpointorigin
defpgftransformMirror#1#2%
pgfextract@processpgf@trans@mirror@A#1%
pgfextract@processpgf@trans@mirror@B#2%
pgfextract@processpgf@trans@mirror@gpgfpointdiffpgf@trans@mirror@Apgf@trans@mirror@B%
pgftransformshiftpgf@trans@mirror@A%
pgftransformmirrorpgf@trans@mirror@g%
pgftransformshiftpgfpointscale-1pgf@trans@mirror@A
makeatother


begindocument

begintikzpicture
defopa0.4
tkzInit[xmin=-0.5,xmax=12.5, ymin=-0.5,ymax=9.5]

% Draw dashed grid
beginscope[dashed]
tkzGrid
endscope

% Def points
tkzDefPoint(3,0)A
tkzDefPoint(3,3)B
tkzDefPoint(6,4)C
tkzDefPoint(6,6)D

% Define the white squares
tkzDefPoint(5,4)e1tkzDefPoint(5,6)e2tkzDefSquare(e1,e2) tkzGetPointse3e4

beginscope[xmirror=6]
tkzDefPoint(3,0)A1
tkzDefPoint(3,3)B1
tkzDefPoint(5,4)f1tkzDefPoint(5,6)f2
endscope

tkzDefSquare(f2,f1) tkzGetPointsf3f4

% Fill the figure
tkzFillPolygon[color=maincolorMedium,opacity=opa](A,e4,C)
tkzFillPolygon[color=maincolorMedium,opacity=opa](A1,f3,C)
tkzFillPolygon[color=maincolorMedium,opacity=opa](e1,f1,f2,e2)
tkzFillSector[color=maincolorMedium,opacity=opa](e3,D)(B)
tkzFillSector[color=maincolorMedium,opacity=opa](f4,B1)(D)

% Perform the outline
tkzDrawArc[color=black,thick](e3,D)(B)
tkzDrawArc[color=black,thick](f4,B1)(D)
tkzDrawSquare[thick](e1,e2)tkzDrawSquare(f2,f1)
tkzDrawSegments[thick](B,A A,C C,A1 A1,B1)
endtikzpicture

enddocument









share|improve this question




























    5















    I am trying to draw the following "symmetrical alien head":



    enter image description here



    Using the mirror code from Can we mirror a part in tikz? I was able to produce the following result



    enter image description here



    While the result looks good I am not particularly happy with the code, as I had to juggle a lot of coordinates and a lot of manual adjustments had to be made. In particular



    • Is there an easier way to remove the white squares from the figure while still keeping the transparent background?

    • Can one make one half of the face and then mirror or across x=6? I tried this, but it was only possible with the coordinates not the fill functions.

    Other solutions using TikZ, Asymptote, MetaPost, PSTricks are also welcome.



    documentclass[border=2mm]standalone
    usepackagetkz-euclide
    usetkzobjall % on charge tous les objets

    definecolormaincolorMediumHTMLa757b2%

    makeatletter
    tikzset
    mirror/.code=pgfutil@in@--#1ifpgfutil@in@tikz@trans@mirror#1@nil
    elsetikz@scan@one@pointpgftransformmirror#1relaxfi,
    ymirror/.code=pgfutil@ifnextchar(tikz@trans@ymirror@coordinatetikz@trans@ymirror@simple#1@nil,
    xmirror/.code=pgfutil@ifnextchar(tikz@trans@xmirror@coordinatetikz@trans@xmirror@simple#1@nil
    deftikz@trans@mirror#1--#2@nil%
    pgfextract@processpgf@trans@mirror@Atikz@scan@one@pointpgfutil@firstofone#1%
    pgfextract@processpgf@trans@mirror@Btikz@scan@one@pointpgfutil@firstofone#2%
    pgftransformMirrorpgf@trans@mirror@Apgf@trans@mirror@B
    defpgftransformxmirror#1pgfmathparse2*(#1)pgftransformcm-1001pgfqpoint+pgfmathresult pt+0pt
    defpgftransformymirror#1pgfmathparse2*(#1)pgftransformcm100-1pgfqpoint+0pt+pgfmathresult pt
    deftikz@trans@ymirror@simple#1@nil
    pgfmathparse#1lettikz@temppgfmathresult
    ifpgfmathunitsdeclared
    pgftransformymirrortikz@temp pt%
    else
    pgf@processpgfpointxy0tikz@temp%
    pgftransformymirror+thepgf@y%
    fi
    deftikz@trans@xmirror@simple#1@nil
    pgfmathparse#1lettikz@temppgfmathresult
    ifpgfmathunitsdeclared
    pgftransformxmirrortikz@temp pt%
    else
    pgf@processpgfpointxytikz@temp0%
    pgftransformxmirror+thepgf@x%
    fi
    deftikz@trans@xmirror@coordinate#1@niltikz@scan@one@pointpgfutil@firstofone#1pgftransformxmirror+thepgf@x
    deftikz@trans@ymirror@coordinate#1@niltikz@scan@one@pointpgfutil@firstofone#1pgftransformymirror+thepgf@y
    defpgftransformmirror#1%
    pgfpointnormalised#1%
    pgf@xa=pgf@sys@tonumberpgf@ypgf@x
    pgf@xb=pgf@sys@tonumberpgf@xpgf@x
    pgf@yb=pgf@sys@tonumberpgf@ypgf@y
    multiplypgf@xa2relax
    pgf@xc=-pgf@ybadvancepgf@xcpgf@xb
    pgf@yc=-pgf@xbadvancepgf@ycpgf@yb
    edefpgf@tempthepgf@xc+thepgf@xa+thepgf@xa+thepgf@yc%
    expandafterpgf@transformcmpgf@temppgfpointorigin
    defpgftransformMirror#1#2%
    pgfextract@processpgf@trans@mirror@A#1%
    pgfextract@processpgf@trans@mirror@B#2%
    pgfextract@processpgf@trans@mirror@gpgfpointdiffpgf@trans@mirror@Apgf@trans@mirror@B%
    pgftransformshiftpgf@trans@mirror@A%
    pgftransformmirrorpgf@trans@mirror@g%
    pgftransformshiftpgfpointscale-1pgf@trans@mirror@A
    makeatother


    begindocument

    begintikzpicture
    defopa0.4
    tkzInit[xmin=-0.5,xmax=12.5, ymin=-0.5,ymax=9.5]

    % Draw dashed grid
    beginscope[dashed]
    tkzGrid
    endscope

    % Def points
    tkzDefPoint(3,0)A
    tkzDefPoint(3,3)B
    tkzDefPoint(6,4)C
    tkzDefPoint(6,6)D

    % Define the white squares
    tkzDefPoint(5,4)e1tkzDefPoint(5,6)e2tkzDefSquare(e1,e2) tkzGetPointse3e4

    beginscope[xmirror=6]
    tkzDefPoint(3,0)A1
    tkzDefPoint(3,3)B1
    tkzDefPoint(5,4)f1tkzDefPoint(5,6)f2
    endscope

    tkzDefSquare(f2,f1) tkzGetPointsf3f4

    % Fill the figure
    tkzFillPolygon[color=maincolorMedium,opacity=opa](A,e4,C)
    tkzFillPolygon[color=maincolorMedium,opacity=opa](A1,f3,C)
    tkzFillPolygon[color=maincolorMedium,opacity=opa](e1,f1,f2,e2)
    tkzFillSector[color=maincolorMedium,opacity=opa](e3,D)(B)
    tkzFillSector[color=maincolorMedium,opacity=opa](f4,B1)(D)

    % Perform the outline
    tkzDrawArc[color=black,thick](e3,D)(B)
    tkzDrawArc[color=black,thick](f4,B1)(D)
    tkzDrawSquare[thick](e1,e2)tkzDrawSquare(f2,f1)
    tkzDrawSegments[thick](B,A A,C C,A1 A1,B1)
    endtikzpicture

    enddocument









    share|improve this question
























      5












      5








      5








      I am trying to draw the following "symmetrical alien head":



      enter image description here



      Using the mirror code from Can we mirror a part in tikz? I was able to produce the following result



      enter image description here



      While the result looks good I am not particularly happy with the code, as I had to juggle a lot of coordinates and a lot of manual adjustments had to be made. In particular



      • Is there an easier way to remove the white squares from the figure while still keeping the transparent background?

      • Can one make one half of the face and then mirror or across x=6? I tried this, but it was only possible with the coordinates not the fill functions.

      Other solutions using TikZ, Asymptote, MetaPost, PSTricks are also welcome.



      documentclass[border=2mm]standalone
      usepackagetkz-euclide
      usetkzobjall % on charge tous les objets

      definecolormaincolorMediumHTMLa757b2%

      makeatletter
      tikzset
      mirror/.code=pgfutil@in@--#1ifpgfutil@in@tikz@trans@mirror#1@nil
      elsetikz@scan@one@pointpgftransformmirror#1relaxfi,
      ymirror/.code=pgfutil@ifnextchar(tikz@trans@ymirror@coordinatetikz@trans@ymirror@simple#1@nil,
      xmirror/.code=pgfutil@ifnextchar(tikz@trans@xmirror@coordinatetikz@trans@xmirror@simple#1@nil
      deftikz@trans@mirror#1--#2@nil%
      pgfextract@processpgf@trans@mirror@Atikz@scan@one@pointpgfutil@firstofone#1%
      pgfextract@processpgf@trans@mirror@Btikz@scan@one@pointpgfutil@firstofone#2%
      pgftransformMirrorpgf@trans@mirror@Apgf@trans@mirror@B
      defpgftransformxmirror#1pgfmathparse2*(#1)pgftransformcm-1001pgfqpoint+pgfmathresult pt+0pt
      defpgftransformymirror#1pgfmathparse2*(#1)pgftransformcm100-1pgfqpoint+0pt+pgfmathresult pt
      deftikz@trans@ymirror@simple#1@nil
      pgfmathparse#1lettikz@temppgfmathresult
      ifpgfmathunitsdeclared
      pgftransformymirrortikz@temp pt%
      else
      pgf@processpgfpointxy0tikz@temp%
      pgftransformymirror+thepgf@y%
      fi
      deftikz@trans@xmirror@simple#1@nil
      pgfmathparse#1lettikz@temppgfmathresult
      ifpgfmathunitsdeclared
      pgftransformxmirrortikz@temp pt%
      else
      pgf@processpgfpointxytikz@temp0%
      pgftransformxmirror+thepgf@x%
      fi
      deftikz@trans@xmirror@coordinate#1@niltikz@scan@one@pointpgfutil@firstofone#1pgftransformxmirror+thepgf@x
      deftikz@trans@ymirror@coordinate#1@niltikz@scan@one@pointpgfutil@firstofone#1pgftransformymirror+thepgf@y
      defpgftransformmirror#1%
      pgfpointnormalised#1%
      pgf@xa=pgf@sys@tonumberpgf@ypgf@x
      pgf@xb=pgf@sys@tonumberpgf@xpgf@x
      pgf@yb=pgf@sys@tonumberpgf@ypgf@y
      multiplypgf@xa2relax
      pgf@xc=-pgf@ybadvancepgf@xcpgf@xb
      pgf@yc=-pgf@xbadvancepgf@ycpgf@yb
      edefpgf@tempthepgf@xc+thepgf@xa+thepgf@xa+thepgf@yc%
      expandafterpgf@transformcmpgf@temppgfpointorigin
      defpgftransformMirror#1#2%
      pgfextract@processpgf@trans@mirror@A#1%
      pgfextract@processpgf@trans@mirror@B#2%
      pgfextract@processpgf@trans@mirror@gpgfpointdiffpgf@trans@mirror@Apgf@trans@mirror@B%
      pgftransformshiftpgf@trans@mirror@A%
      pgftransformmirrorpgf@trans@mirror@g%
      pgftransformshiftpgfpointscale-1pgf@trans@mirror@A
      makeatother


      begindocument

      begintikzpicture
      defopa0.4
      tkzInit[xmin=-0.5,xmax=12.5, ymin=-0.5,ymax=9.5]

      % Draw dashed grid
      beginscope[dashed]
      tkzGrid
      endscope

      % Def points
      tkzDefPoint(3,0)A
      tkzDefPoint(3,3)B
      tkzDefPoint(6,4)C
      tkzDefPoint(6,6)D

      % Define the white squares
      tkzDefPoint(5,4)e1tkzDefPoint(5,6)e2tkzDefSquare(e1,e2) tkzGetPointse3e4

      beginscope[xmirror=6]
      tkzDefPoint(3,0)A1
      tkzDefPoint(3,3)B1
      tkzDefPoint(5,4)f1tkzDefPoint(5,6)f2
      endscope

      tkzDefSquare(f2,f1) tkzGetPointsf3f4

      % Fill the figure
      tkzFillPolygon[color=maincolorMedium,opacity=opa](A,e4,C)
      tkzFillPolygon[color=maincolorMedium,opacity=opa](A1,f3,C)
      tkzFillPolygon[color=maincolorMedium,opacity=opa](e1,f1,f2,e2)
      tkzFillSector[color=maincolorMedium,opacity=opa](e3,D)(B)
      tkzFillSector[color=maincolorMedium,opacity=opa](f4,B1)(D)

      % Perform the outline
      tkzDrawArc[color=black,thick](e3,D)(B)
      tkzDrawArc[color=black,thick](f4,B1)(D)
      tkzDrawSquare[thick](e1,e2)tkzDrawSquare(f2,f1)
      tkzDrawSegments[thick](B,A A,C C,A1 A1,B1)
      endtikzpicture

      enddocument









      share|improve this question














      I am trying to draw the following "symmetrical alien head":



      enter image description here



      Using the mirror code from Can we mirror a part in tikz? I was able to produce the following result



      enter image description here



      While the result looks good I am not particularly happy with the code, as I had to juggle a lot of coordinates and a lot of manual adjustments had to be made. In particular



      • Is there an easier way to remove the white squares from the figure while still keeping the transparent background?

      • Can one make one half of the face and then mirror or across x=6? I tried this, but it was only possible with the coordinates not the fill functions.

      Other solutions using TikZ, Asymptote, MetaPost, PSTricks are also welcome.



      documentclass[border=2mm]standalone
      usepackagetkz-euclide
      usetkzobjall % on charge tous les objets

      definecolormaincolorMediumHTMLa757b2%

      makeatletter
      tikzset
      mirror/.code=pgfutil@in@--#1ifpgfutil@in@tikz@trans@mirror#1@nil
      elsetikz@scan@one@pointpgftransformmirror#1relaxfi,
      ymirror/.code=pgfutil@ifnextchar(tikz@trans@ymirror@coordinatetikz@trans@ymirror@simple#1@nil,
      xmirror/.code=pgfutil@ifnextchar(tikz@trans@xmirror@coordinatetikz@trans@xmirror@simple#1@nil
      deftikz@trans@mirror#1--#2@nil%
      pgfextract@processpgf@trans@mirror@Atikz@scan@one@pointpgfutil@firstofone#1%
      pgfextract@processpgf@trans@mirror@Btikz@scan@one@pointpgfutil@firstofone#2%
      pgftransformMirrorpgf@trans@mirror@Apgf@trans@mirror@B
      defpgftransformxmirror#1pgfmathparse2*(#1)pgftransformcm-1001pgfqpoint+pgfmathresult pt+0pt
      defpgftransformymirror#1pgfmathparse2*(#1)pgftransformcm100-1pgfqpoint+0pt+pgfmathresult pt
      deftikz@trans@ymirror@simple#1@nil
      pgfmathparse#1lettikz@temppgfmathresult
      ifpgfmathunitsdeclared
      pgftransformymirrortikz@temp pt%
      else
      pgf@processpgfpointxy0tikz@temp%
      pgftransformymirror+thepgf@y%
      fi
      deftikz@trans@xmirror@simple#1@nil
      pgfmathparse#1lettikz@temppgfmathresult
      ifpgfmathunitsdeclared
      pgftransformxmirrortikz@temp pt%
      else
      pgf@processpgfpointxytikz@temp0%
      pgftransformxmirror+thepgf@x%
      fi
      deftikz@trans@xmirror@coordinate#1@niltikz@scan@one@pointpgfutil@firstofone#1pgftransformxmirror+thepgf@x
      deftikz@trans@ymirror@coordinate#1@niltikz@scan@one@pointpgfutil@firstofone#1pgftransformymirror+thepgf@y
      defpgftransformmirror#1%
      pgfpointnormalised#1%
      pgf@xa=pgf@sys@tonumberpgf@ypgf@x
      pgf@xb=pgf@sys@tonumberpgf@xpgf@x
      pgf@yb=pgf@sys@tonumberpgf@ypgf@y
      multiplypgf@xa2relax
      pgf@xc=-pgf@ybadvancepgf@xcpgf@xb
      pgf@yc=-pgf@xbadvancepgf@ycpgf@yb
      edefpgf@tempthepgf@xc+thepgf@xa+thepgf@xa+thepgf@yc%
      expandafterpgf@transformcmpgf@temppgfpointorigin
      defpgftransformMirror#1#2%
      pgfextract@processpgf@trans@mirror@A#1%
      pgfextract@processpgf@trans@mirror@B#2%
      pgfextract@processpgf@trans@mirror@gpgfpointdiffpgf@trans@mirror@Apgf@trans@mirror@B%
      pgftransformshiftpgf@trans@mirror@A%
      pgftransformmirrorpgf@trans@mirror@g%
      pgftransformshiftpgfpointscale-1pgf@trans@mirror@A
      makeatother


      begindocument

      begintikzpicture
      defopa0.4
      tkzInit[xmin=-0.5,xmax=12.5, ymin=-0.5,ymax=9.5]

      % Draw dashed grid
      beginscope[dashed]
      tkzGrid
      endscope

      % Def points
      tkzDefPoint(3,0)A
      tkzDefPoint(3,3)B
      tkzDefPoint(6,4)C
      tkzDefPoint(6,6)D

      % Define the white squares
      tkzDefPoint(5,4)e1tkzDefPoint(5,6)e2tkzDefSquare(e1,e2) tkzGetPointse3e4

      beginscope[xmirror=6]
      tkzDefPoint(3,0)A1
      tkzDefPoint(3,3)B1
      tkzDefPoint(5,4)f1tkzDefPoint(5,6)f2
      endscope

      tkzDefSquare(f2,f1) tkzGetPointsf3f4

      % Fill the figure
      tkzFillPolygon[color=maincolorMedium,opacity=opa](A,e4,C)
      tkzFillPolygon[color=maincolorMedium,opacity=opa](A1,f3,C)
      tkzFillPolygon[color=maincolorMedium,opacity=opa](e1,f1,f2,e2)
      tkzFillSector[color=maincolorMedium,opacity=opa](e3,D)(B)
      tkzFillSector[color=maincolorMedium,opacity=opa](f4,B1)(D)

      % Perform the outline
      tkzDrawArc[color=black,thick](e3,D)(B)
      tkzDrawArc[color=black,thick](f4,B1)(D)
      tkzDrawSquare[thick](e1,e2)tkzDrawSquare(f2,f1)
      tkzDrawSegments[thick](B,A A,C C,A1 A1,B1)
      endtikzpicture

      enddocument






      tikz-pgf transformation






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 8 hours ago









      N3buchadnezzarN3buchadnezzar

      4,40854192




      4,40854192




















          4 Answers
          4






          active

          oldest

          votes


















          6














          In simple cases like this you could just use a pic and mirror it.



          documentclass[tikz,border=3.14mm]standalone
          definecolormaincolorMediumHTMLa757b2%
          begindocument
          begintikzpicture[pics/lhead/.style=code=
          draw[fill=maincolorMedium,even odd rule] (0,0) -- (-3,-4) -- (-3,-1) arc(270:0:3) (-3,0) rectangle (-1,2);]
          draw[dashed] (-6.5,-4.5) grid (6.5,5.5);
          path[fill opacity=0.4] (0,0) piclhead pic[xscale=-1]lhead;
          endtikzpicture
          enddocument


          enter image description here






          share|improve this answer
































            5














            As a mathematical figure, it's a poor match.



            But as an alien head in the style of Cthulhu, I think it gives the OP's a run for the money.



            documentclassarticle
            usepackagegraphicx,xcolor,stackengine
            begindocument
            bgroup
            savestackhalfheadHugestackinsetc3ptc23pt%
            colorred!15rule7pt7ptscalebox10,kern-19pt
            halfheadreflectboxhalfhead
            egroup
            enddocument


            enter image description here






            share|improve this answer






























              3














              A pstricks code:



              documentclass[border = 5pt, svgnames]standalone
              usepackagepstricks
              usepackageauto-pst-pdf% to compile with pdflatex --enable-write18 (MiKTeX) or pdflatex --shell-escape (TeXLive, MacTeX)

              begindocument

              beginpspicture[showgrid](-6.5, -6.5)(6.5, 3.5)
              pssetlinewidth=0.6pt, linecolor=Plum, fillstyle=solid, fillcolor=white
              pscustom[fillstyle=solid, fillcolor=Plum, opacity=0.4]%
              psarc(-3,0)30270psline(-3,-6)(0,-2)(3,-6)
              psarc(3,0)3-90180 %
              psframe[](-3,-2)(-1,0)psframe[](1,-2)(3,0)
              endpspicture

              enddocument


              enter image description here






              share|improve this answer
































                1














                documentclass[pstricks,border=4mm]standalone
                begindocument

                defPathpsline(0,0)(-3,-4)(-3,-1)psarcn(-3,2)32700psframe(-3,0)(-1,2)
                beginpspicture[showgrid](-6,-4)(6,5)
                pscustom[fillstyle=eofill,fillcolor=[HTML]a757b2,opacity=0.4]%
                Pathmoveto(0,0)code-1 1 scalePath
                endpspicture
                enddocument


                enter image description here






                share|improve this answer























                  Your Answer








                  StackExchange.ready(function()
                  var channelOptions =
                  tags: "".split(" "),
                  id: "85"
                  ;
                  initTagRenderer("".split(" "), "".split(" "), channelOptions);

                  StackExchange.using("externalEditor", function()
                  // Have to fire editor after snippets, if snippets enabled
                  if (StackExchange.settings.snippets.snippetsEnabled)
                  StackExchange.using("snippets", function()
                  createEditor();
                  );

                  else
                  createEditor();

                  );

                  function createEditor()
                  StackExchange.prepareEditor(
                  heartbeatType: 'answer',
                  autoActivateHeartbeat: false,
                  convertImagesToLinks: false,
                  noModals: true,
                  showLowRepImageUploadWarning: true,
                  reputationToPostImages: null,
                  bindNavPrevention: true,
                  postfix: "",
                  imageUploader:
                  brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
                  contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
                  allowUrls: true
                  ,
                  onDemand: true,
                  discardSelector: ".discard-answer"
                  ,immediatelyShowMarkdownHelp:true
                  );



                  );













                  draft saved

                  draft discarded


















                  StackExchange.ready(
                  function ()
                  StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f496042%2fdraw-a-symmetric-alien-head%23new-answer', 'question_page');

                  );

                  Post as a guest















                  Required, but never shown

























                  4 Answers
                  4






                  active

                  oldest

                  votes








                  4 Answers
                  4






                  active

                  oldest

                  votes









                  active

                  oldest

                  votes






                  active

                  oldest

                  votes









                  6














                  In simple cases like this you could just use a pic and mirror it.



                  documentclass[tikz,border=3.14mm]standalone
                  definecolormaincolorMediumHTMLa757b2%
                  begindocument
                  begintikzpicture[pics/lhead/.style=code=
                  draw[fill=maincolorMedium,even odd rule] (0,0) -- (-3,-4) -- (-3,-1) arc(270:0:3) (-3,0) rectangle (-1,2);]
                  draw[dashed] (-6.5,-4.5) grid (6.5,5.5);
                  path[fill opacity=0.4] (0,0) piclhead pic[xscale=-1]lhead;
                  endtikzpicture
                  enddocument


                  enter image description here






                  share|improve this answer





























                    6














                    In simple cases like this you could just use a pic and mirror it.



                    documentclass[tikz,border=3.14mm]standalone
                    definecolormaincolorMediumHTMLa757b2%
                    begindocument
                    begintikzpicture[pics/lhead/.style=code=
                    draw[fill=maincolorMedium,even odd rule] (0,0) -- (-3,-4) -- (-3,-1) arc(270:0:3) (-3,0) rectangle (-1,2);]
                    draw[dashed] (-6.5,-4.5) grid (6.5,5.5);
                    path[fill opacity=0.4] (0,0) piclhead pic[xscale=-1]lhead;
                    endtikzpicture
                    enddocument


                    enter image description here






                    share|improve this answer



























                      6












                      6








                      6







                      In simple cases like this you could just use a pic and mirror it.



                      documentclass[tikz,border=3.14mm]standalone
                      definecolormaincolorMediumHTMLa757b2%
                      begindocument
                      begintikzpicture[pics/lhead/.style=code=
                      draw[fill=maincolorMedium,even odd rule] (0,0) -- (-3,-4) -- (-3,-1) arc(270:0:3) (-3,0) rectangle (-1,2);]
                      draw[dashed] (-6.5,-4.5) grid (6.5,5.5);
                      path[fill opacity=0.4] (0,0) piclhead pic[xscale=-1]lhead;
                      endtikzpicture
                      enddocument


                      enter image description here






                      share|improve this answer















                      In simple cases like this you could just use a pic and mirror it.



                      documentclass[tikz,border=3.14mm]standalone
                      definecolormaincolorMediumHTMLa757b2%
                      begindocument
                      begintikzpicture[pics/lhead/.style=code=
                      draw[fill=maincolorMedium,even odd rule] (0,0) -- (-3,-4) -- (-3,-1) arc(270:0:3) (-3,0) rectangle (-1,2);]
                      draw[dashed] (-6.5,-4.5) grid (6.5,5.5);
                      path[fill opacity=0.4] (0,0) piclhead pic[xscale=-1]lhead;
                      endtikzpicture
                      enddocument


                      enter image description here







                      share|improve this answer














                      share|improve this answer



                      share|improve this answer








                      edited 7 hours ago

























                      answered 7 hours ago









                      marmotmarmot

                      136k6177326




                      136k6177326























                          5














                          As a mathematical figure, it's a poor match.



                          But as an alien head in the style of Cthulhu, I think it gives the OP's a run for the money.



                          documentclassarticle
                          usepackagegraphicx,xcolor,stackengine
                          begindocument
                          bgroup
                          savestackhalfheadHugestackinsetc3ptc23pt%
                          colorred!15rule7pt7ptscalebox10,kern-19pt
                          halfheadreflectboxhalfhead
                          egroup
                          enddocument


                          enter image description here






                          share|improve this answer



























                            5














                            As a mathematical figure, it's a poor match.



                            But as an alien head in the style of Cthulhu, I think it gives the OP's a run for the money.



                            documentclassarticle
                            usepackagegraphicx,xcolor,stackengine
                            begindocument
                            bgroup
                            savestackhalfheadHugestackinsetc3ptc23pt%
                            colorred!15rule7pt7ptscalebox10,kern-19pt
                            halfheadreflectboxhalfhead
                            egroup
                            enddocument


                            enter image description here






                            share|improve this answer

























                              5












                              5








                              5







                              As a mathematical figure, it's a poor match.



                              But as an alien head in the style of Cthulhu, I think it gives the OP's a run for the money.



                              documentclassarticle
                              usepackagegraphicx,xcolor,stackengine
                              begindocument
                              bgroup
                              savestackhalfheadHugestackinsetc3ptc23pt%
                              colorred!15rule7pt7ptscalebox10,kern-19pt
                              halfheadreflectboxhalfhead
                              egroup
                              enddocument


                              enter image description here






                              share|improve this answer













                              As a mathematical figure, it's a poor match.



                              But as an alien head in the style of Cthulhu, I think it gives the OP's a run for the money.



                              documentclassarticle
                              usepackagegraphicx,xcolor,stackengine
                              begindocument
                              bgroup
                              savestackhalfheadHugestackinsetc3ptc23pt%
                              colorred!15rule7pt7ptscalebox10,kern-19pt
                              halfheadreflectboxhalfhead
                              egroup
                              enddocument


                              enter image description here







                              share|improve this answer












                              share|improve this answer



                              share|improve this answer










                              answered 7 hours ago









                              Steven B. SegletesSteven B. Segletes

                              166k9210427




                              166k9210427





















                                  3














                                  A pstricks code:



                                  documentclass[border = 5pt, svgnames]standalone
                                  usepackagepstricks
                                  usepackageauto-pst-pdf% to compile with pdflatex --enable-write18 (MiKTeX) or pdflatex --shell-escape (TeXLive, MacTeX)

                                  begindocument

                                  beginpspicture[showgrid](-6.5, -6.5)(6.5, 3.5)
                                  pssetlinewidth=0.6pt, linecolor=Plum, fillstyle=solid, fillcolor=white
                                  pscustom[fillstyle=solid, fillcolor=Plum, opacity=0.4]%
                                  psarc(-3,0)30270psline(-3,-6)(0,-2)(3,-6)
                                  psarc(3,0)3-90180 %
                                  psframe[](-3,-2)(-1,0)psframe[](1,-2)(3,0)
                                  endpspicture

                                  enddocument


                                  enter image description here






                                  share|improve this answer





























                                    3














                                    A pstricks code:



                                    documentclass[border = 5pt, svgnames]standalone
                                    usepackagepstricks
                                    usepackageauto-pst-pdf% to compile with pdflatex --enable-write18 (MiKTeX) or pdflatex --shell-escape (TeXLive, MacTeX)

                                    begindocument

                                    beginpspicture[showgrid](-6.5, -6.5)(6.5, 3.5)
                                    pssetlinewidth=0.6pt, linecolor=Plum, fillstyle=solid, fillcolor=white
                                    pscustom[fillstyle=solid, fillcolor=Plum, opacity=0.4]%
                                    psarc(-3,0)30270psline(-3,-6)(0,-2)(3,-6)
                                    psarc(3,0)3-90180 %
                                    psframe[](-3,-2)(-1,0)psframe[](1,-2)(3,0)
                                    endpspicture

                                    enddocument


                                    enter image description here






                                    share|improve this answer



























                                      3












                                      3








                                      3







                                      A pstricks code:



                                      documentclass[border = 5pt, svgnames]standalone
                                      usepackagepstricks
                                      usepackageauto-pst-pdf% to compile with pdflatex --enable-write18 (MiKTeX) or pdflatex --shell-escape (TeXLive, MacTeX)

                                      begindocument

                                      beginpspicture[showgrid](-6.5, -6.5)(6.5, 3.5)
                                      pssetlinewidth=0.6pt, linecolor=Plum, fillstyle=solid, fillcolor=white
                                      pscustom[fillstyle=solid, fillcolor=Plum, opacity=0.4]%
                                      psarc(-3,0)30270psline(-3,-6)(0,-2)(3,-6)
                                      psarc(3,0)3-90180 %
                                      psframe[](-3,-2)(-1,0)psframe[](1,-2)(3,0)
                                      endpspicture

                                      enddocument


                                      enter image description here






                                      share|improve this answer















                                      A pstricks code:



                                      documentclass[border = 5pt, svgnames]standalone
                                      usepackagepstricks
                                      usepackageauto-pst-pdf% to compile with pdflatex --enable-write18 (MiKTeX) or pdflatex --shell-escape (TeXLive, MacTeX)

                                      begindocument

                                      beginpspicture[showgrid](-6.5, -6.5)(6.5, 3.5)
                                      pssetlinewidth=0.6pt, linecolor=Plum, fillstyle=solid, fillcolor=white
                                      pscustom[fillstyle=solid, fillcolor=Plum, opacity=0.4]%
                                      psarc(-3,0)30270psline(-3,-6)(0,-2)(3,-6)
                                      psarc(3,0)3-90180 %
                                      psframe[](-3,-2)(-1,0)psframe[](1,-2)(3,0)
                                      endpspicture

                                      enddocument


                                      enter image description here







                                      share|improve this answer














                                      share|improve this answer



                                      share|improve this answer








                                      edited 5 hours ago

























                                      answered 6 hours ago









                                      BernardBernard

                                      181k781213




                                      181k781213





















                                          1














                                          documentclass[pstricks,border=4mm]standalone
                                          begindocument

                                          defPathpsline(0,0)(-3,-4)(-3,-1)psarcn(-3,2)32700psframe(-3,0)(-1,2)
                                          beginpspicture[showgrid](-6,-4)(6,5)
                                          pscustom[fillstyle=eofill,fillcolor=[HTML]a757b2,opacity=0.4]%
                                          Pathmoveto(0,0)code-1 1 scalePath
                                          endpspicture
                                          enddocument


                                          enter image description here






                                          share|improve this answer



























                                            1














                                            documentclass[pstricks,border=4mm]standalone
                                            begindocument

                                            defPathpsline(0,0)(-3,-4)(-3,-1)psarcn(-3,2)32700psframe(-3,0)(-1,2)
                                            beginpspicture[showgrid](-6,-4)(6,5)
                                            pscustom[fillstyle=eofill,fillcolor=[HTML]a757b2,opacity=0.4]%
                                            Pathmoveto(0,0)code-1 1 scalePath
                                            endpspicture
                                            enddocument


                                            enter image description here






                                            share|improve this answer

























                                              1












                                              1








                                              1







                                              documentclass[pstricks,border=4mm]standalone
                                              begindocument

                                              defPathpsline(0,0)(-3,-4)(-3,-1)psarcn(-3,2)32700psframe(-3,0)(-1,2)
                                              beginpspicture[showgrid](-6,-4)(6,5)
                                              pscustom[fillstyle=eofill,fillcolor=[HTML]a757b2,opacity=0.4]%
                                              Pathmoveto(0,0)code-1 1 scalePath
                                              endpspicture
                                              enddocument


                                              enter image description here






                                              share|improve this answer













                                              documentclass[pstricks,border=4mm]standalone
                                              begindocument

                                              defPathpsline(0,0)(-3,-4)(-3,-1)psarcn(-3,2)32700psframe(-3,0)(-1,2)
                                              beginpspicture[showgrid](-6,-4)(6,5)
                                              pscustom[fillstyle=eofill,fillcolor=[HTML]a757b2,opacity=0.4]%
                                              Pathmoveto(0,0)code-1 1 scalePath
                                              endpspicture
                                              enddocument


                                              enter image description here







                                              share|improve this answer












                                              share|improve this answer



                                              share|improve this answer










                                              answered 5 hours ago









                                              Red-CloudRed-Cloud

                                              4,183217




                                              4,183217



























                                                  draft saved

                                                  draft discarded
















































                                                  Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


                                                  • Please be sure to answer the question. Provide details and share your research!

                                                  But avoid


                                                  • Asking for help, clarification, or responding to other answers.

                                                  • Making statements based on opinion; back them up with references or personal experience.

                                                  To learn more, see our tips on writing great answers.




                                                  draft saved


                                                  draft discarded














                                                  StackExchange.ready(
                                                  function ()
                                                  StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f496042%2fdraw-a-symmetric-alien-head%23new-answer', 'question_page');

                                                  );

                                                  Post as a guest















                                                  Required, but never shown





















































                                                  Required, but never shown














                                                  Required, but never shown












                                                  Required, but never shown







                                                  Required, but never shown

































                                                  Required, but never shown














                                                  Required, but never shown












                                                  Required, but never shown







                                                  Required, but never shown







                                                  Popular posts from this blog

                                                  Invision Community Contents History See also References External links Navigation menuProprietaryinvisioncommunity.comIPS Community ForumsIPS Community Forumsthis blog entry"License Changes, IP.Board 3.4, and the Future""Interview -- Matt Mecham of Ibforums""CEO Invision Power Board, Matt Mecham Is a Liar, Thief!"IPB License Explanation 1.3, 1.3.1, 2.0, and 2.1ArchivedSecurity Fixes, Updates And Enhancements For IPB 1.3.1Archived"New Demo Accounts - Invision Power Services"the original"New Default Skin"the original"Invision Power Board 3.0.0 and Applications Released"the original"Archived copy"the original"Perpetual licenses being done away with""Release Notes - Invision Power Services""Introducing: IPS Community Suite 4!"Invision Community Release Notes

                                                  Canceling a color specificationRandomly assigning color to Graphics3D objects?Default color for Filling in Mathematica 9Coloring specific elements of sets with a prime modified order in an array plotHow to pick a color differing significantly from the colors already in a given color list?Detection of the text colorColor numbers based on their valueCan color schemes for use with ColorData include opacity specification?My dynamic color schemes

                                                  Tom Holland Mục lục Đầu đời và giáo dục | Sự nghiệp | Cuộc sống cá nhân | Phim tham gia | Giải thưởng và đề cử | Chú thích | Liên kết ngoài | Trình đơn chuyển hướngProfile“Person Details for Thomas Stanley Holland, "England and Wales Birth Registration Index, 1837-2008" — FamilySearch.org”"Meet Tom Holland... the 16-year-old star of The Impossible""Schoolboy actor Tom Holland finds himself in Oscar contention for role in tsunami drama"“Naomi Watts on the Prince William and Harry's reaction to her film about the late Princess Diana”lưu trữ"Holland and Pflueger Are West End's Two New 'Billy Elliots'""I'm so envious of my son, the movie star! British writer Dominic Holland's spent 20 years trying to crack Hollywood - but he's been beaten to it by a very unlikely rival"“Richard and Margaret Povey of Jersey, Channel Islands, UK: Information about Thomas Stanley Holland”"Tom Holland to play Billy Elliot""New Billy Elliot leaving the garage"Billy Elliot the Musical - Tom Holland - Billy"A Tale of four Billys: Tom Holland""The Feel Good Factor""Thames Christian College schoolboys join Myleene Klass for The Feelgood Factor""Government launches £600,000 arts bursaries pilot""BILLY's Chapman, Holland, Gardner & Jackson-Keen Visit Prime Minister""Elton John 'blown away' by Billy Elliot fifth birthday" (video with John's interview and fragments of Holland's performance)"First News interviews Arrietty's Tom Holland"“33rd Critics' Circle Film Awards winners”“National Board of Review Current Awards”Bản gốc"Ron Howard Whaling Tale 'In The Heart Of The Sea' Casts Tom Holland"“'Spider-Man' Finds Tom Holland to Star as New Web-Slinger”lưu trữ“Captain America: Civil War (2016)”“Film Review: ‘Captain America: Civil War’”lưu trữ“‘Captain America: Civil War’ review: Choose your own avenger”lưu trữ“The Lost City of Z reviews”“Sony Pictures and Marvel Studios Find Their 'Spider-Man' Star and Director”“‘Mary Magdalene’, ‘Current War’ & ‘Wind River’ Get 2017 Release Dates From Weinstein”“Lionsgate Unleashing Daisy Ridley & Tom Holland Starrer ‘Chaos Walking’ In Cannes”“PTA's 'Master' Leads Chicago Film Critics Nominations, UPDATED: Houston and Indiana Critics Nominations”“Nominaciones Goya 2013 Telecinco Cinema – ENG”“Jameson Empire Film Awards: Martin Freeman wins best actor for performance in The Hobbit”“34th Annual Young Artist Awards”Bản gốc“Teen Choice Awards 2016—Captain America: Civil War Leads Second Wave of Nominations”“BAFTA Film Award Nominations: ‘La La Land’ Leads Race”“Saturn Awards Nominations 2017: 'Rogue One,' 'Walking Dead' Lead”Tom HollandTom HollandTom HollandTom Hollandmedia.gettyimages.comWorldCat Identities300279794no20130442900000 0004 0355 42791085670554170004732cb16706349t(data)XX5557367