TikZ: How to fill area with a special pattern? The Next CEO of Stack OverflowRandomly curved arrows in TikZHow to define the default vertical distance between nodes?Numerical conditional within tikz keys?Tikz fill double line with pattern not with colorHow to prevent rounded and duplicated tick labels in pgfplots with fixed precision?Drawing rectilinear curves in Tikz, aka an Etch-a-Sketch drawingOverwriting fill patterns in TikZCustom fill pattern in a gradientTikz : rotate a fill patternFill area between curves with tikzfillbetweenTikz: custom text as fill pattern for shapes

Deriving the equation for variance

What happened in Rome, when the western empire "fell"?

Why is the US ranked as #45 in Press Freedom ratings, despite its extremely permissive free speech laws?

Does destroying a Lich's phylactery destroy the soul within it?

Traveling with my 5 year old daughter (as the father) without the mother from Germany to Mexico

Inexact numbers as keys in Association?

Regression vs Random Forest - Combination of features

Define command that accepts \ in arguments

Is it ever safe to open a suspicious HTML file (e.g. email attachment)?

How to set page number in right side in chapter title page?

Is it okay to majorly distort historical facts while writing a fiction story?

What was the first Unix version to run on a microcomputer?

Yu-Gi-Oh cards in Python 3

Help understanding this unsettling image of Titan, Epimetheus, and Saturn's rings?

Is "three point ish" an acceptable use of ish?

Is there a reasonable and studied concept of reduction between regular languages?

What can the phrase “is embedded in a whale of a bill” mean?

If Nick Fury and Coulson already knew about aliens (Kree and Skrull) why did they wait until Thor's appearance to start making weapons?

Purpose of level-shifter with same in and out voltages

Can I calculate next year's exemptions based on this year's refund/amount owed?

Pulling the principal components out of a DimensionReducerFunction?

Defamation due to breach of confidentiality

Ubuntu - "sudo iptables" command works in terminal, doesn't work in bash script

Aggressive Under-Indexing and no data for missing index



TikZ: How to fill area with a special pattern?



The Next CEO of Stack OverflowRandomly curved arrows in TikZHow to define the default vertical distance between nodes?Numerical conditional within tikz keys?Tikz fill double line with pattern not with colorHow to prevent rounded and duplicated tick labels in pgfplots with fixed precision?Drawing rectilinear curves in Tikz, aka an Etch-a-Sketch drawingOverwriting fill patterns in TikZCustom fill pattern in a gradientTikz : rotate a fill patternFill area between curves with tikzfillbetweenTikz: custom text as fill pattern for shapes










5















I want to visualize a turbulent flow regime. Assumed we have a simple empty square that should be filled with a pattern.




Minimum Working Example (MWE):



documentclassstandalone
usepackagetikz
begindocument

begintikzpicture
draw (0, 0) rectangle (4, 4);
endtikzpicture
enddocument



I won't post a screenshot, because it is just a simple rectangle. :-)



How can I fill this rectangle with a pattern like this on the right side:



Screenshot of the desired pattern



Or, for the advanced TeX-users: How to fill it with a pattern like this one (made of random arrows)?



Screenshot of the perfect state



Thanks to marmot: As you can see, the arrows never intersect - this seems to be a challenge.










share|improve this question
























  • Here is a question on randomly curved arrows. It is not difficult to draw random arrows, but if I interpret your question correctly, they should not intersect. Avoiding intersections is probably more efforts. So I wish to clarify: you do not want the arrows to intersect?

    – marmot
    3 hours ago












  • @marmot: Thanks for your comment - you are completely right! The arrows should not intersect, because the fluid can not cross in reality.

    – Dave
    3 hours ago







  • 1





    As a proof of concept, I'm very interested in how this can be coded (+1 to mamot, indeed) but from a practical point of view (time and result quality) I would do it manually in Inkscape.

    – Fran
    2 hours ago











  • @Fran: I took me the whole weekend to put and adjust some spirals into my tikzpicture. Therefore I am curious if there is a better solution available for it.

    – Dave
    2 hours ago















5















I want to visualize a turbulent flow regime. Assumed we have a simple empty square that should be filled with a pattern.




Minimum Working Example (MWE):



documentclassstandalone
usepackagetikz
begindocument

begintikzpicture
draw (0, 0) rectangle (4, 4);
endtikzpicture
enddocument



I won't post a screenshot, because it is just a simple rectangle. :-)



How can I fill this rectangle with a pattern like this on the right side:



Screenshot of the desired pattern



Or, for the advanced TeX-users: How to fill it with a pattern like this one (made of random arrows)?



Screenshot of the perfect state



Thanks to marmot: As you can see, the arrows never intersect - this seems to be a challenge.










share|improve this question
























  • Here is a question on randomly curved arrows. It is not difficult to draw random arrows, but if I interpret your question correctly, they should not intersect. Avoiding intersections is probably more efforts. So I wish to clarify: you do not want the arrows to intersect?

    – marmot
    3 hours ago












  • @marmot: Thanks for your comment - you are completely right! The arrows should not intersect, because the fluid can not cross in reality.

    – Dave
    3 hours ago







  • 1





    As a proof of concept, I'm very interested in how this can be coded (+1 to mamot, indeed) but from a practical point of view (time and result quality) I would do it manually in Inkscape.

    – Fran
    2 hours ago











  • @Fran: I took me the whole weekend to put and adjust some spirals into my tikzpicture. Therefore I am curious if there is a better solution available for it.

    – Dave
    2 hours ago













5












5








5


1






I want to visualize a turbulent flow regime. Assumed we have a simple empty square that should be filled with a pattern.




Minimum Working Example (MWE):



documentclassstandalone
usepackagetikz
begindocument

begintikzpicture
draw (0, 0) rectangle (4, 4);
endtikzpicture
enddocument



I won't post a screenshot, because it is just a simple rectangle. :-)



How can I fill this rectangle with a pattern like this on the right side:



Screenshot of the desired pattern



Or, for the advanced TeX-users: How to fill it with a pattern like this one (made of random arrows)?



Screenshot of the perfect state



Thanks to marmot: As you can see, the arrows never intersect - this seems to be a challenge.










share|improve this question
















I want to visualize a turbulent flow regime. Assumed we have a simple empty square that should be filled with a pattern.




Minimum Working Example (MWE):



documentclassstandalone
usepackagetikz
begindocument

begintikzpicture
draw (0, 0) rectangle (4, 4);
endtikzpicture
enddocument



I won't post a screenshot, because it is just a simple rectangle. :-)



How can I fill this rectangle with a pattern like this on the right side:



Screenshot of the desired pattern



Or, for the advanced TeX-users: How to fill it with a pattern like this one (made of random arrows)?



Screenshot of the perfect state



Thanks to marmot: As you can see, the arrows never intersect - this seems to be a challenge.







tikz-pgf tikz-arrows draw fill pattern






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 3 hours ago







Dave

















asked 4 hours ago









DaveDave

1,000619




1,000619












  • Here is a question on randomly curved arrows. It is not difficult to draw random arrows, but if I interpret your question correctly, they should not intersect. Avoiding intersections is probably more efforts. So I wish to clarify: you do not want the arrows to intersect?

    – marmot
    3 hours ago












  • @marmot: Thanks for your comment - you are completely right! The arrows should not intersect, because the fluid can not cross in reality.

    – Dave
    3 hours ago







  • 1





    As a proof of concept, I'm very interested in how this can be coded (+1 to mamot, indeed) but from a practical point of view (time and result quality) I would do it manually in Inkscape.

    – Fran
    2 hours ago











  • @Fran: I took me the whole weekend to put and adjust some spirals into my tikzpicture. Therefore I am curious if there is a better solution available for it.

    – Dave
    2 hours ago

















  • Here is a question on randomly curved arrows. It is not difficult to draw random arrows, but if I interpret your question correctly, they should not intersect. Avoiding intersections is probably more efforts. So I wish to clarify: you do not want the arrows to intersect?

    – marmot
    3 hours ago












  • @marmot: Thanks for your comment - you are completely right! The arrows should not intersect, because the fluid can not cross in reality.

    – Dave
    3 hours ago







  • 1





    As a proof of concept, I'm very interested in how this can be coded (+1 to mamot, indeed) but from a practical point of view (time and result quality) I would do it manually in Inkscape.

    – Fran
    2 hours ago











  • @Fran: I took me the whole weekend to put and adjust some spirals into my tikzpicture. Therefore I am curious if there is a better solution available for it.

    – Dave
    2 hours ago
















Here is a question on randomly curved arrows. It is not difficult to draw random arrows, but if I interpret your question correctly, they should not intersect. Avoiding intersections is probably more efforts. So I wish to clarify: you do not want the arrows to intersect?

– marmot
3 hours ago






Here is a question on randomly curved arrows. It is not difficult to draw random arrows, but if I interpret your question correctly, they should not intersect. Avoiding intersections is probably more efforts. So I wish to clarify: you do not want the arrows to intersect?

– marmot
3 hours ago














@marmot: Thanks for your comment - you are completely right! The arrows should not intersect, because the fluid can not cross in reality.

– Dave
3 hours ago






@marmot: Thanks for your comment - you are completely right! The arrows should not intersect, because the fluid can not cross in reality.

– Dave
3 hours ago





1




1





As a proof of concept, I'm very interested in how this can be coded (+1 to mamot, indeed) but from a practical point of view (time and result quality) I would do it manually in Inkscape.

– Fran
2 hours ago





As a proof of concept, I'm very interested in how this can be coded (+1 to mamot, indeed) but from a practical point of view (time and result quality) I would do it manually in Inkscape.

– Fran
2 hours ago













@Fran: I took me the whole weekend to put and adjust some spirals into my tikzpicture. Therefore I am curious if there is a better solution available for it.

– Dave
2 hours ago





@Fran: I took me the whole weekend to put and adjust some spirals into my tikzpicture. Therefore I am curious if there is a better solution available for it.

– Dave
2 hours ago










1 Answer
1






active

oldest

votes


















3














This is an answer to the question




How can one draw some randomly curved arrows that do not intersect?




which is not to be confused with




How can I draw the velocity field of some fluid?




which may require a model, a solution of the Navier-Stokes equations or something of that sort. That is, forbidding intersections is a step in the right direction but does not yield a physical description. If you do have the parametrization a realistic turbulent velocity field, you can do much better.



documentclass[tikz,border=3.14mm]standalone
usetikzlibraryintersections,arrows.meta,bending
newcounterrandarcs
begindocument
begintikzpicture
%draw[clip] (0,0) rectangle (4,4);
pgfmathsetseed21
foreach X in 1,...,50
pgfmathsetmacromyx-0.5+5*rnd
pgfmathsetmacromyy-0.5+5*rnd
pgfmathsetmacroangA360*rnd
pgfmathsetmacroradA0.3+0.3*rnd
pgfmathsetmacromyxpmyx+radA*cos(angA)
pgfmathsetmacromyypmyy+radA*sin(angA)
pgfmathsetmacroangBangA-75+150*rnd
pgfmathsetmacroradBradA-0.1+0.2*rnd
pgfmathsetmacromyxqmyxp+radB*cos(angB)
pgfmathsetmacromyyqmyyp+radB*sin(angB)
pgfmathsetmacroangCangB-45+90*rnd
pgfmathsetmacroradCradB-0.1+0.2*rnd
pgfmathsetmacromyxrmyxq+radB*cos(angC)
pgfmathsetmacromyyrmyyq+radB*sin(angC)
%typeoutangA,radA;angB,radB
path[-Latex,name path=test-arc] plot[smooth,tension=1]
coordinates (myx,myy) (myxp,myyp) (myxq,myyq) (myxr,myyr) ;
defHasIntersection0
ifnumX>1
foreach Y in 1,...,numbervaluerandarcs
path[name intersections=of=Y-arc and test-arc,total=t,
/utils/exec=ifnumt>0
xdefHasIntersection1%typeoutintersects
fi];

fi
ifnumHasIntersection=0
stepcounterrandarcs
draw[-Latex[bend]]
plot[smooth,tension=1] coordinates (myx,myy) (myxp,myyp)
(myxq,myyq) (myxr,myyr);
path[name path global=numbervaluerandarcs-arc]
plot[smooth,tension=1] coordinates (myx,myy) (myxp,myyp)
(myxq,myyq) (myxr,myyr) -- cycle;
fi
endtikzpicture
typeoutnumbervaluerandarcsspace arcsspace drawn.
enddocument


enter image description here






share|improve this answer

























  • Awesome, thank you very much! :-) Would it be possible to get the arrows a bit more "smooth"? They seem to be very edgy.

    – Dave
    2 hours ago











  • @Dave I changed some parameters. In addition, you can play with tension. E.g. replace all tension=1 with tension=1.6. It also helps to play with pgfmathsetseed21.

    – marmot
    2 hours ago











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%2f482462%2ftikz-how-to-fill-area-with-a-special-pattern%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









3














This is an answer to the question




How can one draw some randomly curved arrows that do not intersect?




which is not to be confused with




How can I draw the velocity field of some fluid?




which may require a model, a solution of the Navier-Stokes equations or something of that sort. That is, forbidding intersections is a step in the right direction but does not yield a physical description. If you do have the parametrization a realistic turbulent velocity field, you can do much better.



documentclass[tikz,border=3.14mm]standalone
usetikzlibraryintersections,arrows.meta,bending
newcounterrandarcs
begindocument
begintikzpicture
%draw[clip] (0,0) rectangle (4,4);
pgfmathsetseed21
foreach X in 1,...,50
pgfmathsetmacromyx-0.5+5*rnd
pgfmathsetmacromyy-0.5+5*rnd
pgfmathsetmacroangA360*rnd
pgfmathsetmacroradA0.3+0.3*rnd
pgfmathsetmacromyxpmyx+radA*cos(angA)
pgfmathsetmacromyypmyy+radA*sin(angA)
pgfmathsetmacroangBangA-75+150*rnd
pgfmathsetmacroradBradA-0.1+0.2*rnd
pgfmathsetmacromyxqmyxp+radB*cos(angB)
pgfmathsetmacromyyqmyyp+radB*sin(angB)
pgfmathsetmacroangCangB-45+90*rnd
pgfmathsetmacroradCradB-0.1+0.2*rnd
pgfmathsetmacromyxrmyxq+radB*cos(angC)
pgfmathsetmacromyyrmyyq+radB*sin(angC)
%typeoutangA,radA;angB,radB
path[-Latex,name path=test-arc] plot[smooth,tension=1]
coordinates (myx,myy) (myxp,myyp) (myxq,myyq) (myxr,myyr) ;
defHasIntersection0
ifnumX>1
foreach Y in 1,...,numbervaluerandarcs
path[name intersections=of=Y-arc and test-arc,total=t,
/utils/exec=ifnumt>0
xdefHasIntersection1%typeoutintersects
fi];

fi
ifnumHasIntersection=0
stepcounterrandarcs
draw[-Latex[bend]]
plot[smooth,tension=1] coordinates (myx,myy) (myxp,myyp)
(myxq,myyq) (myxr,myyr);
path[name path global=numbervaluerandarcs-arc]
plot[smooth,tension=1] coordinates (myx,myy) (myxp,myyp)
(myxq,myyq) (myxr,myyr) -- cycle;
fi
endtikzpicture
typeoutnumbervaluerandarcsspace arcsspace drawn.
enddocument


enter image description here






share|improve this answer

























  • Awesome, thank you very much! :-) Would it be possible to get the arrows a bit more "smooth"? They seem to be very edgy.

    – Dave
    2 hours ago











  • @Dave I changed some parameters. In addition, you can play with tension. E.g. replace all tension=1 with tension=1.6. It also helps to play with pgfmathsetseed21.

    – marmot
    2 hours ago















3














This is an answer to the question




How can one draw some randomly curved arrows that do not intersect?




which is not to be confused with




How can I draw the velocity field of some fluid?




which may require a model, a solution of the Navier-Stokes equations or something of that sort. That is, forbidding intersections is a step in the right direction but does not yield a physical description. If you do have the parametrization a realistic turbulent velocity field, you can do much better.



documentclass[tikz,border=3.14mm]standalone
usetikzlibraryintersections,arrows.meta,bending
newcounterrandarcs
begindocument
begintikzpicture
%draw[clip] (0,0) rectangle (4,4);
pgfmathsetseed21
foreach X in 1,...,50
pgfmathsetmacromyx-0.5+5*rnd
pgfmathsetmacromyy-0.5+5*rnd
pgfmathsetmacroangA360*rnd
pgfmathsetmacroradA0.3+0.3*rnd
pgfmathsetmacromyxpmyx+radA*cos(angA)
pgfmathsetmacromyypmyy+radA*sin(angA)
pgfmathsetmacroangBangA-75+150*rnd
pgfmathsetmacroradBradA-0.1+0.2*rnd
pgfmathsetmacromyxqmyxp+radB*cos(angB)
pgfmathsetmacromyyqmyyp+radB*sin(angB)
pgfmathsetmacroangCangB-45+90*rnd
pgfmathsetmacroradCradB-0.1+0.2*rnd
pgfmathsetmacromyxrmyxq+radB*cos(angC)
pgfmathsetmacromyyrmyyq+radB*sin(angC)
%typeoutangA,radA;angB,radB
path[-Latex,name path=test-arc] plot[smooth,tension=1]
coordinates (myx,myy) (myxp,myyp) (myxq,myyq) (myxr,myyr) ;
defHasIntersection0
ifnumX>1
foreach Y in 1,...,numbervaluerandarcs
path[name intersections=of=Y-arc and test-arc,total=t,
/utils/exec=ifnumt>0
xdefHasIntersection1%typeoutintersects
fi];

fi
ifnumHasIntersection=0
stepcounterrandarcs
draw[-Latex[bend]]
plot[smooth,tension=1] coordinates (myx,myy) (myxp,myyp)
(myxq,myyq) (myxr,myyr);
path[name path global=numbervaluerandarcs-arc]
plot[smooth,tension=1] coordinates (myx,myy) (myxp,myyp)
(myxq,myyq) (myxr,myyr) -- cycle;
fi
endtikzpicture
typeoutnumbervaluerandarcsspace arcsspace drawn.
enddocument


enter image description here






share|improve this answer

























  • Awesome, thank you very much! :-) Would it be possible to get the arrows a bit more "smooth"? They seem to be very edgy.

    – Dave
    2 hours ago











  • @Dave I changed some parameters. In addition, you can play with tension. E.g. replace all tension=1 with tension=1.6. It also helps to play with pgfmathsetseed21.

    – marmot
    2 hours ago













3












3








3







This is an answer to the question




How can one draw some randomly curved arrows that do not intersect?




which is not to be confused with




How can I draw the velocity field of some fluid?




which may require a model, a solution of the Navier-Stokes equations or something of that sort. That is, forbidding intersections is a step in the right direction but does not yield a physical description. If you do have the parametrization a realistic turbulent velocity field, you can do much better.



documentclass[tikz,border=3.14mm]standalone
usetikzlibraryintersections,arrows.meta,bending
newcounterrandarcs
begindocument
begintikzpicture
%draw[clip] (0,0) rectangle (4,4);
pgfmathsetseed21
foreach X in 1,...,50
pgfmathsetmacromyx-0.5+5*rnd
pgfmathsetmacromyy-0.5+5*rnd
pgfmathsetmacroangA360*rnd
pgfmathsetmacroradA0.3+0.3*rnd
pgfmathsetmacromyxpmyx+radA*cos(angA)
pgfmathsetmacromyypmyy+radA*sin(angA)
pgfmathsetmacroangBangA-75+150*rnd
pgfmathsetmacroradBradA-0.1+0.2*rnd
pgfmathsetmacromyxqmyxp+radB*cos(angB)
pgfmathsetmacromyyqmyyp+radB*sin(angB)
pgfmathsetmacroangCangB-45+90*rnd
pgfmathsetmacroradCradB-0.1+0.2*rnd
pgfmathsetmacromyxrmyxq+radB*cos(angC)
pgfmathsetmacromyyrmyyq+radB*sin(angC)
%typeoutangA,radA;angB,radB
path[-Latex,name path=test-arc] plot[smooth,tension=1]
coordinates (myx,myy) (myxp,myyp) (myxq,myyq) (myxr,myyr) ;
defHasIntersection0
ifnumX>1
foreach Y in 1,...,numbervaluerandarcs
path[name intersections=of=Y-arc and test-arc,total=t,
/utils/exec=ifnumt>0
xdefHasIntersection1%typeoutintersects
fi];

fi
ifnumHasIntersection=0
stepcounterrandarcs
draw[-Latex[bend]]
plot[smooth,tension=1] coordinates (myx,myy) (myxp,myyp)
(myxq,myyq) (myxr,myyr);
path[name path global=numbervaluerandarcs-arc]
plot[smooth,tension=1] coordinates (myx,myy) (myxp,myyp)
(myxq,myyq) (myxr,myyr) -- cycle;
fi
endtikzpicture
typeoutnumbervaluerandarcsspace arcsspace drawn.
enddocument


enter image description here






share|improve this answer















This is an answer to the question




How can one draw some randomly curved arrows that do not intersect?




which is not to be confused with




How can I draw the velocity field of some fluid?




which may require a model, a solution of the Navier-Stokes equations or something of that sort. That is, forbidding intersections is a step in the right direction but does not yield a physical description. If you do have the parametrization a realistic turbulent velocity field, you can do much better.



documentclass[tikz,border=3.14mm]standalone
usetikzlibraryintersections,arrows.meta,bending
newcounterrandarcs
begindocument
begintikzpicture
%draw[clip] (0,0) rectangle (4,4);
pgfmathsetseed21
foreach X in 1,...,50
pgfmathsetmacromyx-0.5+5*rnd
pgfmathsetmacromyy-0.5+5*rnd
pgfmathsetmacroangA360*rnd
pgfmathsetmacroradA0.3+0.3*rnd
pgfmathsetmacromyxpmyx+radA*cos(angA)
pgfmathsetmacromyypmyy+radA*sin(angA)
pgfmathsetmacroangBangA-75+150*rnd
pgfmathsetmacroradBradA-0.1+0.2*rnd
pgfmathsetmacromyxqmyxp+radB*cos(angB)
pgfmathsetmacromyyqmyyp+radB*sin(angB)
pgfmathsetmacroangCangB-45+90*rnd
pgfmathsetmacroradCradB-0.1+0.2*rnd
pgfmathsetmacromyxrmyxq+radB*cos(angC)
pgfmathsetmacromyyrmyyq+radB*sin(angC)
%typeoutangA,radA;angB,radB
path[-Latex,name path=test-arc] plot[smooth,tension=1]
coordinates (myx,myy) (myxp,myyp) (myxq,myyq) (myxr,myyr) ;
defHasIntersection0
ifnumX>1
foreach Y in 1,...,numbervaluerandarcs
path[name intersections=of=Y-arc and test-arc,total=t,
/utils/exec=ifnumt>0
xdefHasIntersection1%typeoutintersects
fi];

fi
ifnumHasIntersection=0
stepcounterrandarcs
draw[-Latex[bend]]
plot[smooth,tension=1] coordinates (myx,myy) (myxp,myyp)
(myxq,myyq) (myxr,myyr);
path[name path global=numbervaluerandarcs-arc]
plot[smooth,tension=1] coordinates (myx,myy) (myxp,myyp)
(myxq,myyq) (myxr,myyr) -- cycle;
fi
endtikzpicture
typeoutnumbervaluerandarcsspace arcsspace drawn.
enddocument


enter image description here







share|improve this answer














share|improve this answer



share|improve this answer








edited 2 hours ago

























answered 3 hours ago









marmotmarmot

113k5145275




113k5145275












  • Awesome, thank you very much! :-) Would it be possible to get the arrows a bit more "smooth"? They seem to be very edgy.

    – Dave
    2 hours ago











  • @Dave I changed some parameters. In addition, you can play with tension. E.g. replace all tension=1 with tension=1.6. It also helps to play with pgfmathsetseed21.

    – marmot
    2 hours ago

















  • Awesome, thank you very much! :-) Would it be possible to get the arrows a bit more "smooth"? They seem to be very edgy.

    – Dave
    2 hours ago











  • @Dave I changed some parameters. In addition, you can play with tension. E.g. replace all tension=1 with tension=1.6. It also helps to play with pgfmathsetseed21.

    – marmot
    2 hours ago
















Awesome, thank you very much! :-) Would it be possible to get the arrows a bit more "smooth"? They seem to be very edgy.

– Dave
2 hours ago





Awesome, thank you very much! :-) Would it be possible to get the arrows a bit more "smooth"? They seem to be very edgy.

– Dave
2 hours ago













@Dave I changed some parameters. In addition, you can play with tension. E.g. replace all tension=1 with tension=1.6. It also helps to play with pgfmathsetseed21.

– marmot
2 hours ago





@Dave I changed some parameters. In addition, you can play with tension. E.g. replace all tension=1 with tension=1.6. It also helps to play with pgfmathsetseed21.

– marmot
2 hours ago

















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%2f482462%2ftikz-how-to-fill-area-with-a-special-pattern%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

Bett Inhaltsverzeichnis Geschichte | Bettformen | Bettgrößen | Andere Bezeichnungen | Bettenmangel | Betten in der bildenden Kunst | Schlafmedizinische Gesichtspunkte | Siehe auch | Literatur | Weblinks | Einzelnachweise | NavigationsmenüBett, Bettstatt, BettstelleCommons: BettBabybetten: Anwendung, Ausstattungsmerkmale und VergleichskriterienWasserbetten. Vorurteile im TestHapfnNursch10.1007/s11818-012-0584-74006250-8AKS4329276-8

Luksemburg Sisukord Nimi | Asend | Loodus | Riigikord | Haldusjaotus | Rahvastik | Riigikaitse | Majandus | Taristu | Ajalugu | Eesti ja Luksemburgi suhted | Haridus | Kultuur | Vaata ka | Viited | Välislingid | Navigeerimismenüü50° N, 6° EÜlevaade Luksemburgi kaitsealadest.Luksemburgi rahvaarv. Statistikaamet.World Bank'i andmebaasÜlevaade Luksemburgi loodusest.Ülevaade Luksemburgi metsadest.Guy Colling. "Red List of the Vascular Plants of Luxembourg." Travaux scientifiques du Musée national d’histoire naturelle Luxembourg. 2005.Luxembourg’s biodiversity at risk.Maailma kahepaiksete andmebaas.Denis Lepage. "Luxembourg." Avibase.Ülevaade temperatuuridest. Luksemburgi meteoroloogiateenistus.Ülevaade Luksemburgist. Euroopa Liidu esinduse koduleht.Système politique. TerritoireÜlevaade Luksemburgi rahvastikust. Luksemburgi statistikaamet.Luksemburgi rahvastik. Luksemburgi statistikaamet.The World FactbookMonique Borsenberger, Paul Dickes. "Religions au Luxembourg. Quelle évolution entre 1999-2008". Luksemburgi statistikaamet. 2011.Luksemburgi peapiiskopkond. Catholic-Hierarchy.Luksemburgi armee koduleht.Luksemburgi armee relvastus.Eesti Välisministeerium.Luksemburgi rahvastik. Luksemburgi statistikaamet.Luksemburgi Eesti Seltsi koduleht.Helen Eelrand. "Raadio, mis muutis maailma." Eesti Päevaleht. 13. märts 2004.Ülevaade Luksemburgi haridussüsteemist.Ülevaade Luksemburgi keskkoolidest.Luksemburgr

Valle di Casies Indice Geografia fisica | Origini del nome | Storia | Società | Amministrazione | Sport | Note | Bibliografia | Voci correlate | Altri progetti | Collegamenti esterni | Menu di navigazione46°46′N 12°11′E / 46.766667°N 12.183333°E46.766667; 12.183333 (Valle di Casies)46°46′N 12°11′E / 46.766667°N 12.183333°E46.766667; 12.183333 (Valle di Casies)Sito istituzionaleAstat Censimento della popolazione 2011 - Determinazione della consistenza dei tre gruppi linguistici della Provincia Autonoma di Bolzano-Alto Adige - giugno 2012Numeri e fattiValle di CasiesDato IstatTabella dei gradi/giorno dei Comuni italiani raggruppati per Regione e Provincia26 agosto 1993, n. 412Heraldry of the World: GsiesStatistiche I.StatValCasies.comWikimedia CommonsWikimedia CommonsValle di CasiesSito ufficialeValle di CasiesMM14870458910042978-6