Hatch with ShadingCustom and built in TikZ fill patternsHatched rectangle with color gradientstripe pattern tikz manual chapter 78Rotate a node but not its content: the case of the ellipse decorationHatch a rectangle in TikZHow to define the default vertical distance between nodes?Numerical conditional within tikz keys?Why do I get an extra white page before my TikZ picture?TikZ&Titlesec: complicated part designCustom Fading for RectangleLine up nested tikz enviroments or how to get rid of themHow is a PGF shading applied?
Is it okay to have a sequel start immediately after the end of the first book?
What should I discuss with my DM prior to my first game?
Difference templates and layouts
The origin of the Russian proverb about two hares
Is Lambda Calculus purely syntactic?
Why did Intel abandon unified CPU cache?
How to create a cubic equation that include sums of the roots of another cubic equation
Are polynomials with the same roots identical?
How can I remove material from this wood beam?
The significance of kelvin as a unit of absolute temperature
ASCII Meme Arrow Generator
What is the Leave No Trace way to dispose of coffee grounds?
Housemarks (superimposed & combined letters, heraldry)
Who is "He that flies" in Lord of the Rings?
Is Dumbledore a human lie detector?
Accessing /systemTopic/ streaming channel
If there's something that implicates the president why is there then a national security issue? (John Dowd)
How do you play "tenth" chords on the guitar?
Command of files and size
How to befriend someone who doesn't like to talk?
Converting from CMYK to RGB (to work with it), then back to CMYK
How can one's career as a reviewer be ended?
Why Does Mama Coco Look Old After Going to the Other World?
Why are MBA programs closing in the United States?
Hatch with Shading
Custom and built in TikZ fill patternsHatched rectangle with color gradientstripe pattern tikz manual chapter 78Rotate a node but not its content: the case of the ellipse decorationHatch a rectangle in TikZHow to define the default vertical distance between nodes?Numerical conditional within tikz keys?Why do I get an extra white page before my TikZ picture?TikZ&Titlesec: complicated part designCustom Fading for RectangleLine up nested tikz enviroments or how to get rid of themHow is a PGF shading applied?
I would like to have a rectangle that has some hatch. Furthermore, the hatch should have some shading. But, I am only able to get a transition of the colors in the background. Does anyone know how to only have a color gradient in the hatch with only a white background?
Thanks a lot.
documentclassstandalone
usepackagetikz
usetikzlibrarypatterns
begindocument
begintikzpicture
fill[left color=blue!40, right color=white, postaction=pattern=north west lines, pattern color=blue!40] (0,0) rectangle (3,3);
endtikzpicture
enddocument
tikz-pgf color gradient
New contributor
Sir Sy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I would like to have a rectangle that has some hatch. Furthermore, the hatch should have some shading. But, I am only able to get a transition of the colors in the background. Does anyone know how to only have a color gradient in the hatch with only a white background?
Thanks a lot.
documentclassstandalone
usepackagetikz
usetikzlibrarypatterns
begindocument
begintikzpicture
fill[left color=blue!40, right color=white, postaction=pattern=north west lines, pattern color=blue!40] (0,0) rectangle (3,3);
endtikzpicture
enddocument
tikz-pgf color gradient
New contributor
Sir Sy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1
Maybe help: tex.stackexchange.com/a/393131/31034
– ferahfeza
7 hours ago
Thank you. I have found this as well. But was not able to adapt it to a north west pattern and defining the dimensions in the tikz environment...
– Sir Sy
7 hours ago
add a comment |
I would like to have a rectangle that has some hatch. Furthermore, the hatch should have some shading. But, I am only able to get a transition of the colors in the background. Does anyone know how to only have a color gradient in the hatch with only a white background?
Thanks a lot.
documentclassstandalone
usepackagetikz
usetikzlibrarypatterns
begindocument
begintikzpicture
fill[left color=blue!40, right color=white, postaction=pattern=north west lines, pattern color=blue!40] (0,0) rectangle (3,3);
endtikzpicture
enddocument
tikz-pgf color gradient
New contributor
Sir Sy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I would like to have a rectangle that has some hatch. Furthermore, the hatch should have some shading. But, I am only able to get a transition of the colors in the background. Does anyone know how to only have a color gradient in the hatch with only a white background?
Thanks a lot.
documentclassstandalone
usepackagetikz
usetikzlibrarypatterns
begindocument
begintikzpicture
fill[left color=blue!40, right color=white, postaction=pattern=north west lines, pattern color=blue!40] (0,0) rectangle (3,3);
endtikzpicture
enddocument
tikz-pgf color gradient
tikz-pgf color gradient
New contributor
Sir Sy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Sir Sy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 8 hours ago
jGaboardi
392313
392313
New contributor
Sir Sy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 8 hours ago
Sir SySir Sy
1134
1134
New contributor
Sir Sy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Sir Sy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1
Maybe help: tex.stackexchange.com/a/393131/31034
– ferahfeza
7 hours ago
Thank you. I have found this as well. But was not able to adapt it to a north west pattern and defining the dimensions in the tikz environment...
– Sir Sy
7 hours ago
add a comment |
1
Maybe help: tex.stackexchange.com/a/393131/31034
– ferahfeza
7 hours ago
Thank you. I have found this as well. But was not able to adapt it to a north west pattern and defining the dimensions in the tikz environment...
– Sir Sy
7 hours ago
1
1
Maybe help: tex.stackexchange.com/a/393131/31034
– ferahfeza
7 hours ago
Maybe help: tex.stackexchange.com/a/393131/31034
– ferahfeza
7 hours ago
Thank you. I have found this as well. But was not able to adapt it to a north west pattern and defining the dimensions in the tikz environment...
– Sir Sy
7 hours ago
Thank you. I have found this as well. But was not able to adapt it to a north west pattern and defining the dimensions in the tikz environment...
– Sir Sy
7 hours ago
add a comment |
2 Answers
2
active
oldest
votes
This is conceptually the same as Ignasi's nice answer in that the pattern is in the background color, so it determines what should be left unshaded. And in order to customize the pattern I use this answer. And of course you need to dial a shading angle to make the shading follow the north east lines.
documentclass[tikz,border=3.14mm]standalone
usetikzlibrarypatterns
% defining the new dimensions and parameters
newlengthhatchspread
newlengthhatchthickness
newlengthhatchshift
newcommandhatchcolor
% declaring the keys in tikz
tikzsethatchspread/.code=setlengthhatchspread#1,
hatchthickness/.code=setlengthhatchthickness#1,
hatchshift/.code=setlengthhatchshift#1,% must be >= 0
hatchcolor/.code=renewcommandhatchcolor#1
% setting the default values
tikzsethatchspread=3pt,
hatchthickness=0.4pt,
hatchshift=0pt,% must be >= 0
hatchcolor=black
% declaring the pattern
pgfdeclarepatternformonly[hatchspread,hatchthickness,hatchshift,hatchcolor]% variables
custom north west lines% name
pgfqpointdimexpr-2hatchthicknessdimexpr-2hatchthickness% lower left corner
pgfqpointdimexprhatchspread+2hatchthicknessdimexprhatchspread+2hatchthickness% upper right corner
pgfqpointdimexprhatchspreaddimexprhatchspread% tile size
% shape description
pgfsetlinewidthhatchthickness
pgfpathmovetopgfqpoint-1.5hatchthicknessdimexpr1.5hatchthickness+hatchspread+hatchshift
pgfpathlinetopgfqpointdimexprhatchspread+1pt+hatchshift-1pt
ifdim hatchshift > 0pt
pgfpathmovetopgfqpoint0pthatchshift
pgfpathlinetopgfqpointdimexpr1pt+hatchshift-1pt
fi
pgfsetstrokecolorhatchcolor
pgfusepathstroke
begindocument
begintikzpicture
fill[left color=blue!40, right color=white,shading angle=45,line width=2pt,
postaction=pattern=custom north west lines,
hatchthickness=1pt,hatchcolor=white] (0,0) rectangle (3,3);
endtikzpicture
enddocument

I think the lines should extend beyond the bounds of the shape.
– azetina
6 hours ago
@azetina There are always viewer issues with these patterns. In order to address your comment I (i) changed the code slightly and (ii) took the screen shot from acroread.
– marmot
6 hours ago
add a comment |
Only for fun!
documentclass[border=3mm]standalone
usepackagetikz
begindocument
begintikzpicture
defa3
deflw0.2
draw[blue, thick] (0,0) rectangle (a,a);
foreach x [count=i] in0,0.1,0.2,...,a
draw [blue,line width=lw mm,opacity=i/45](x,0)--(0,x) (a,a-x)--(a-x,a);
endtikzpicture
enddocument

add a comment |
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
);
);
Sir Sy is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f494984%2fhatch-with-shading%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
This is conceptually the same as Ignasi's nice answer in that the pattern is in the background color, so it determines what should be left unshaded. And in order to customize the pattern I use this answer. And of course you need to dial a shading angle to make the shading follow the north east lines.
documentclass[tikz,border=3.14mm]standalone
usetikzlibrarypatterns
% defining the new dimensions and parameters
newlengthhatchspread
newlengthhatchthickness
newlengthhatchshift
newcommandhatchcolor
% declaring the keys in tikz
tikzsethatchspread/.code=setlengthhatchspread#1,
hatchthickness/.code=setlengthhatchthickness#1,
hatchshift/.code=setlengthhatchshift#1,% must be >= 0
hatchcolor/.code=renewcommandhatchcolor#1
% setting the default values
tikzsethatchspread=3pt,
hatchthickness=0.4pt,
hatchshift=0pt,% must be >= 0
hatchcolor=black
% declaring the pattern
pgfdeclarepatternformonly[hatchspread,hatchthickness,hatchshift,hatchcolor]% variables
custom north west lines% name
pgfqpointdimexpr-2hatchthicknessdimexpr-2hatchthickness% lower left corner
pgfqpointdimexprhatchspread+2hatchthicknessdimexprhatchspread+2hatchthickness% upper right corner
pgfqpointdimexprhatchspreaddimexprhatchspread% tile size
% shape description
pgfsetlinewidthhatchthickness
pgfpathmovetopgfqpoint-1.5hatchthicknessdimexpr1.5hatchthickness+hatchspread+hatchshift
pgfpathlinetopgfqpointdimexprhatchspread+1pt+hatchshift-1pt
ifdim hatchshift > 0pt
pgfpathmovetopgfqpoint0pthatchshift
pgfpathlinetopgfqpointdimexpr1pt+hatchshift-1pt
fi
pgfsetstrokecolorhatchcolor
pgfusepathstroke
begindocument
begintikzpicture
fill[left color=blue!40, right color=white,shading angle=45,line width=2pt,
postaction=pattern=custom north west lines,
hatchthickness=1pt,hatchcolor=white] (0,0) rectangle (3,3);
endtikzpicture
enddocument

I think the lines should extend beyond the bounds of the shape.
– azetina
6 hours ago
@azetina There are always viewer issues with these patterns. In order to address your comment I (i) changed the code slightly and (ii) took the screen shot from acroread.
– marmot
6 hours ago
add a comment |
This is conceptually the same as Ignasi's nice answer in that the pattern is in the background color, so it determines what should be left unshaded. And in order to customize the pattern I use this answer. And of course you need to dial a shading angle to make the shading follow the north east lines.
documentclass[tikz,border=3.14mm]standalone
usetikzlibrarypatterns
% defining the new dimensions and parameters
newlengthhatchspread
newlengthhatchthickness
newlengthhatchshift
newcommandhatchcolor
% declaring the keys in tikz
tikzsethatchspread/.code=setlengthhatchspread#1,
hatchthickness/.code=setlengthhatchthickness#1,
hatchshift/.code=setlengthhatchshift#1,% must be >= 0
hatchcolor/.code=renewcommandhatchcolor#1
% setting the default values
tikzsethatchspread=3pt,
hatchthickness=0.4pt,
hatchshift=0pt,% must be >= 0
hatchcolor=black
% declaring the pattern
pgfdeclarepatternformonly[hatchspread,hatchthickness,hatchshift,hatchcolor]% variables
custom north west lines% name
pgfqpointdimexpr-2hatchthicknessdimexpr-2hatchthickness% lower left corner
pgfqpointdimexprhatchspread+2hatchthicknessdimexprhatchspread+2hatchthickness% upper right corner
pgfqpointdimexprhatchspreaddimexprhatchspread% tile size
% shape description
pgfsetlinewidthhatchthickness
pgfpathmovetopgfqpoint-1.5hatchthicknessdimexpr1.5hatchthickness+hatchspread+hatchshift
pgfpathlinetopgfqpointdimexprhatchspread+1pt+hatchshift-1pt
ifdim hatchshift > 0pt
pgfpathmovetopgfqpoint0pthatchshift
pgfpathlinetopgfqpointdimexpr1pt+hatchshift-1pt
fi
pgfsetstrokecolorhatchcolor
pgfusepathstroke
begindocument
begintikzpicture
fill[left color=blue!40, right color=white,shading angle=45,line width=2pt,
postaction=pattern=custom north west lines,
hatchthickness=1pt,hatchcolor=white] (0,0) rectangle (3,3);
endtikzpicture
enddocument

I think the lines should extend beyond the bounds of the shape.
– azetina
6 hours ago
@azetina There are always viewer issues with these patterns. In order to address your comment I (i) changed the code slightly and (ii) took the screen shot from acroread.
– marmot
6 hours ago
add a comment |
This is conceptually the same as Ignasi's nice answer in that the pattern is in the background color, so it determines what should be left unshaded. And in order to customize the pattern I use this answer. And of course you need to dial a shading angle to make the shading follow the north east lines.
documentclass[tikz,border=3.14mm]standalone
usetikzlibrarypatterns
% defining the new dimensions and parameters
newlengthhatchspread
newlengthhatchthickness
newlengthhatchshift
newcommandhatchcolor
% declaring the keys in tikz
tikzsethatchspread/.code=setlengthhatchspread#1,
hatchthickness/.code=setlengthhatchthickness#1,
hatchshift/.code=setlengthhatchshift#1,% must be >= 0
hatchcolor/.code=renewcommandhatchcolor#1
% setting the default values
tikzsethatchspread=3pt,
hatchthickness=0.4pt,
hatchshift=0pt,% must be >= 0
hatchcolor=black
% declaring the pattern
pgfdeclarepatternformonly[hatchspread,hatchthickness,hatchshift,hatchcolor]% variables
custom north west lines% name
pgfqpointdimexpr-2hatchthicknessdimexpr-2hatchthickness% lower left corner
pgfqpointdimexprhatchspread+2hatchthicknessdimexprhatchspread+2hatchthickness% upper right corner
pgfqpointdimexprhatchspreaddimexprhatchspread% tile size
% shape description
pgfsetlinewidthhatchthickness
pgfpathmovetopgfqpoint-1.5hatchthicknessdimexpr1.5hatchthickness+hatchspread+hatchshift
pgfpathlinetopgfqpointdimexprhatchspread+1pt+hatchshift-1pt
ifdim hatchshift > 0pt
pgfpathmovetopgfqpoint0pthatchshift
pgfpathlinetopgfqpointdimexpr1pt+hatchshift-1pt
fi
pgfsetstrokecolorhatchcolor
pgfusepathstroke
begindocument
begintikzpicture
fill[left color=blue!40, right color=white,shading angle=45,line width=2pt,
postaction=pattern=custom north west lines,
hatchthickness=1pt,hatchcolor=white] (0,0) rectangle (3,3);
endtikzpicture
enddocument

This is conceptually the same as Ignasi's nice answer in that the pattern is in the background color, so it determines what should be left unshaded. And in order to customize the pattern I use this answer. And of course you need to dial a shading angle to make the shading follow the north east lines.
documentclass[tikz,border=3.14mm]standalone
usetikzlibrarypatterns
% defining the new dimensions and parameters
newlengthhatchspread
newlengthhatchthickness
newlengthhatchshift
newcommandhatchcolor
% declaring the keys in tikz
tikzsethatchspread/.code=setlengthhatchspread#1,
hatchthickness/.code=setlengthhatchthickness#1,
hatchshift/.code=setlengthhatchshift#1,% must be >= 0
hatchcolor/.code=renewcommandhatchcolor#1
% setting the default values
tikzsethatchspread=3pt,
hatchthickness=0.4pt,
hatchshift=0pt,% must be >= 0
hatchcolor=black
% declaring the pattern
pgfdeclarepatternformonly[hatchspread,hatchthickness,hatchshift,hatchcolor]% variables
custom north west lines% name
pgfqpointdimexpr-2hatchthicknessdimexpr-2hatchthickness% lower left corner
pgfqpointdimexprhatchspread+2hatchthicknessdimexprhatchspread+2hatchthickness% upper right corner
pgfqpointdimexprhatchspreaddimexprhatchspread% tile size
% shape description
pgfsetlinewidthhatchthickness
pgfpathmovetopgfqpoint-1.5hatchthicknessdimexpr1.5hatchthickness+hatchspread+hatchshift
pgfpathlinetopgfqpointdimexprhatchspread+1pt+hatchshift-1pt
ifdim hatchshift > 0pt
pgfpathmovetopgfqpoint0pthatchshift
pgfpathlinetopgfqpointdimexpr1pt+hatchshift-1pt
fi
pgfsetstrokecolorhatchcolor
pgfusepathstroke
begindocument
begintikzpicture
fill[left color=blue!40, right color=white,shading angle=45,line width=2pt,
postaction=pattern=custom north west lines,
hatchthickness=1pt,hatchcolor=white] (0,0) rectangle (3,3);
endtikzpicture
enddocument

edited 6 hours ago
answered 6 hours ago
marmotmarmot
134k6174322
134k6174322
I think the lines should extend beyond the bounds of the shape.
– azetina
6 hours ago
@azetina There are always viewer issues with these patterns. In order to address your comment I (i) changed the code slightly and (ii) took the screen shot from acroread.
– marmot
6 hours ago
add a comment |
I think the lines should extend beyond the bounds of the shape.
– azetina
6 hours ago
@azetina There are always viewer issues with these patterns. In order to address your comment I (i) changed the code slightly and (ii) took the screen shot from acroread.
– marmot
6 hours ago
I think the lines should extend beyond the bounds of the shape.
– azetina
6 hours ago
I think the lines should extend beyond the bounds of the shape.
– azetina
6 hours ago
@azetina There are always viewer issues with these patterns. In order to address your comment I (i) changed the code slightly and (ii) took the screen shot from acroread.
– marmot
6 hours ago
@azetina There are always viewer issues with these patterns. In order to address your comment I (i) changed the code slightly and (ii) took the screen shot from acroread.
– marmot
6 hours ago
add a comment |
Only for fun!
documentclass[border=3mm]standalone
usepackagetikz
begindocument
begintikzpicture
defa3
deflw0.2
draw[blue, thick] (0,0) rectangle (a,a);
foreach x [count=i] in0,0.1,0.2,...,a
draw [blue,line width=lw mm,opacity=i/45](x,0)--(0,x) (a,a-x)--(a-x,a);
endtikzpicture
enddocument

add a comment |
Only for fun!
documentclass[border=3mm]standalone
usepackagetikz
begindocument
begintikzpicture
defa3
deflw0.2
draw[blue, thick] (0,0) rectangle (a,a);
foreach x [count=i] in0,0.1,0.2,...,a
draw [blue,line width=lw mm,opacity=i/45](x,0)--(0,x) (a,a-x)--(a-x,a);
endtikzpicture
enddocument

add a comment |
Only for fun!
documentclass[border=3mm]standalone
usepackagetikz
begindocument
begintikzpicture
defa3
deflw0.2
draw[blue, thick] (0,0) rectangle (a,a);
foreach x [count=i] in0,0.1,0.2,...,a
draw [blue,line width=lw mm,opacity=i/45](x,0)--(0,x) (a,a-x)--(a-x,a);
endtikzpicture
enddocument

Only for fun!
documentclass[border=3mm]standalone
usepackagetikz
begindocument
begintikzpicture
defa3
deflw0.2
draw[blue, thick] (0,0) rectangle (a,a);
foreach x [count=i] in0,0.1,0.2,...,a
draw [blue,line width=lw mm,opacity=i/45](x,0)--(0,x) (a,a-x)--(a-x,a);
endtikzpicture
enddocument

answered 4 hours ago
ferahfezaferahfeza
8,04912134
8,04912134
add a comment |
add a comment |
Sir Sy is a new contributor. Be nice, and check out our Code of Conduct.
Sir Sy is a new contributor. Be nice, and check out our Code of Conduct.
Sir Sy is a new contributor. Be nice, and check out our Code of Conduct.
Sir Sy is a new contributor. Be nice, and check out our Code of Conduct.
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f494984%2fhatch-with-shading%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
1
Maybe help: tex.stackexchange.com/a/393131/31034
– ferahfeza
7 hours ago
Thank you. I have found this as well. But was not able to adapt it to a north west pattern and defining the dimensions in the tikz environment...
– Sir Sy
7 hours ago