Remove intersect line for one circle using venndiagram2setsRotate a node but not its content: the case of the ellipse decorationHow to define the default vertical distance between nodes?To wrap the external lines so that it can touch the perimeterNumerical conditional within tikz keys?minipage layout not correctTikZ: Drawing an arc from an intersection to an intersectionDrawing rectilinear curves in Tikz, aka an Etch-a-Sketch drawingLine up nested tikz enviroments or how to get rid of themNode anchor centre of lineDraw a line from the center of a circle to the edge:
As a DM, how to avoid unconscious metagaming when dealing with a high AC character?
Possible isometry groups of open manifolds
How to fit a linear model in the Bayesian way in Mathematica?
Would letting a multiclass character rebuild their character to be single-classed be game-breaking?
Bob's unnecessary trip to the shops
Why does the Earth have a z-component at the start of the J2000 epoch?
I quit, and boss offered me 3 month "grace period" where I could still come back
Published paper containing well-known results
Hacker Rank : Electronics Shop
Book or series about stones and a magician named Gwydion
What does a red v with a dot above mean in the Misal rico de Cisneros (Spain, 1518)?
Nested-Loop-Join: How many comparisons and how many pages-accesses?
How can we better understand multiplicative inverse modulo something?
Why do they not say "The Baby"
Redox reactions redefined
Could the crash sites of the Apollo 11 and 16 LMs be seen by the LRO?
Does ability to impeach an expert witness on science or scholarship go too far?
Are L-functions uniquely determined by their values at negative integers?
Filtering fine silt/mud from water (not necessarily bacteria etc.)
Concatenation using + and += operator in Python
Why does Hellboy file down his horns?
Is this more than a packing puzzle?
Integral clarification
Alternatives to using writing paper for writing practice
Remove intersect line for one circle using venndiagram2sets
Rotate a node but not its content: the case of the ellipse decorationHow to define the default vertical distance between nodes?To wrap the external lines so that it can touch the perimeterNumerical conditional within tikz keys?minipage layout not correctTikZ: Drawing an arc from an intersection to an intersectionDrawing rectilinear curves in Tikz, aka an Etch-a-Sketch drawingLine up nested tikz enviroments or how to get rid of themNode anchor centre of lineDraw a line from the center of a circle to the edge:
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Problem:
I wish to remove the intersecting line for circle A (left).
Minimal Working Example (MWE):
documentclassarticle
usepackagetikz
usetikzlibrarybackgrounds,positioning
usepackagevenndiagram
usepackagefloat
usepackageshowframe
begindocument
beginfigure[H]
centering
beginminipage[t]0.45textwidth
beginvenndiagram2sets[radius=1.3cm,labelA=,labelB=]
fillOnlyA
setpostvennhook
draw (labelA) node[below=6ex] Atextbackslash B;
draw (labelB) node[below=6ex] B;
endvenndiagram2sets
caption$mathbfA$textbackslash$mathbfB$
labelfig:venncup
endminipage
endfigure
enddocument
Current output:

Desired output:
To remove the right line for the left circle - alternatively fill circle B (right) with white color to cover the line.

tikz-pgf circles line venn-diagrams
add a comment |
Problem:
I wish to remove the intersecting line for circle A (left).
Minimal Working Example (MWE):
documentclassarticle
usepackagetikz
usetikzlibrarybackgrounds,positioning
usepackagevenndiagram
usepackagefloat
usepackageshowframe
begindocument
beginfigure[H]
centering
beginminipage[t]0.45textwidth
beginvenndiagram2sets[radius=1.3cm,labelA=,labelB=]
fillOnlyA
setpostvennhook
draw (labelA) node[below=6ex] Atextbackslash B;
draw (labelB) node[below=6ex] B;
endvenndiagram2sets
caption$mathbfA$textbackslash$mathbfB$
labelfig:venncup
endminipage
endfigure
enddocument
Current output:

Desired output:
To remove the right line for the left circle - alternatively fill circle B (right) with white color to cover the line.

tikz-pgf circles line venn-diagrams
Hi. Are you open in "justtikz" solutioons? I think you will find much easier an answer and it will be simple
– koleygr
7 hours ago
1
@koleygr Yes I am
– kexxcream
7 hours ago
Perhaps you could add a white arc to circle A?
– Bernard
7 hours ago
@Bernard How would I do that using thevenndiagrampackage?
– kexxcream
7 hours ago
You'd probably have to insert some pure TikZ code.
– Bernard
7 hours ago
add a comment |
Problem:
I wish to remove the intersecting line for circle A (left).
Minimal Working Example (MWE):
documentclassarticle
usepackagetikz
usetikzlibrarybackgrounds,positioning
usepackagevenndiagram
usepackagefloat
usepackageshowframe
begindocument
beginfigure[H]
centering
beginminipage[t]0.45textwidth
beginvenndiagram2sets[radius=1.3cm,labelA=,labelB=]
fillOnlyA
setpostvennhook
draw (labelA) node[below=6ex] Atextbackslash B;
draw (labelB) node[below=6ex] B;
endvenndiagram2sets
caption$mathbfA$textbackslash$mathbfB$
labelfig:venncup
endminipage
endfigure
enddocument
Current output:

Desired output:
To remove the right line for the left circle - alternatively fill circle B (right) with white color to cover the line.

tikz-pgf circles line venn-diagrams
Problem:
I wish to remove the intersecting line for circle A (left).
Minimal Working Example (MWE):
documentclassarticle
usepackagetikz
usetikzlibrarybackgrounds,positioning
usepackagevenndiagram
usepackagefloat
usepackageshowframe
begindocument
beginfigure[H]
centering
beginminipage[t]0.45textwidth
beginvenndiagram2sets[radius=1.3cm,labelA=,labelB=]
fillOnlyA
setpostvennhook
draw (labelA) node[below=6ex] Atextbackslash B;
draw (labelB) node[below=6ex] B;
endvenndiagram2sets
caption$mathbfA$textbackslash$mathbfB$
labelfig:venncup
endminipage
endfigure
enddocument
Current output:

Desired output:
To remove the right line for the left circle - alternatively fill circle B (right) with white color to cover the line.

tikz-pgf circles line venn-diagrams
tikz-pgf circles line venn-diagrams
asked 8 hours ago
kexxcreamkexxcream
9152 gold badges13 silver badges30 bronze badges
9152 gold badges13 silver badges30 bronze badges
Hi. Are you open in "justtikz" solutioons? I think you will find much easier an answer and it will be simple
– koleygr
7 hours ago
1
@koleygr Yes I am
– kexxcream
7 hours ago
Perhaps you could add a white arc to circle A?
– Bernard
7 hours ago
@Bernard How would I do that using thevenndiagrampackage?
– kexxcream
7 hours ago
You'd probably have to insert some pure TikZ code.
– Bernard
7 hours ago
add a comment |
Hi. Are you open in "justtikz" solutioons? I think you will find much easier an answer and it will be simple
– koleygr
7 hours ago
1
@koleygr Yes I am
– kexxcream
7 hours ago
Perhaps you could add a white arc to circle A?
– Bernard
7 hours ago
@Bernard How would I do that using thevenndiagrampackage?
– kexxcream
7 hours ago
You'd probably have to insert some pure TikZ code.
– Bernard
7 hours ago
Hi. Are you open in "just
tikz" solutioons? I think you will find much easier an answer and it will be simple– koleygr
7 hours ago
Hi. Are you open in "just
tikz" solutioons? I think you will find much easier an answer and it will be simple– koleygr
7 hours ago
1
1
@koleygr Yes I am
– kexxcream
7 hours ago
@koleygr Yes I am
– kexxcream
7 hours ago
Perhaps you could add a white arc to circle A?
– Bernard
7 hours ago
Perhaps you could add a white arc to circle A?
– Bernard
7 hours ago
@Bernard How would I do that using the
venndiagram package?– kexxcream
7 hours ago
@Bernard How would I do that using the
venndiagram package?– kexxcream
7 hours ago
You'd probably have to insert some pure TikZ code.
– Bernard
7 hours ago
You'd probably have to insert some pure TikZ code.
– Bernard
7 hours ago
add a comment |
2 Answers
2
active
oldest
votes
The venndiagram package is very well written and hence easy to customize. I added a style interior B (and also interior A) that can be used as follows:
fill[white,interior B];
This fills the right circle white. One could add several other similar styles, if needed.
documentclassarticle
usepackagetikz
usetikzlibrarybackgrounds,positioning
usepackagevenndiagram
usepackagefloat
usepackageshowframe
makeatletter
tikzsetinterior A/.style=insert path=
(@venn@Ax,@venn@Ay) circle[radius=@venn@radius-pgflinewidth/2],
interior B/.style=insert path=
(@venn@Bx,@venn@By) circle[radius=@venn@radius-pgflinewidth/2]
makeatother
begindocument
beginfigure[H]
centering
beginminipage[t]0.45textwidth
beginvenndiagram2sets[radius=1.3cm,labelA=,labelB=]
fillOnlyA
setpostvennhook
fill[white,interior B];
draw (labelA) node[below=6ex] Atextbackslash B;
draw (labelB) node[below=6ex] B;
endvenndiagram2sets
caption$mathbfA$textbackslash$mathbfB$
labelfig:venncup
endminipage
endfigure
enddocument

add a comment |
A solution with "plain tikz":
documentclassarticle
usepackagetikz
usetikzlibrarybackgrounds,positioning
usepackagefloat
usepackageshowframe
begindocument
beginfigure[H]
centering
beginminipage[t]0.45textwidth
begintikzpicture[scale=0.6]
draw (-4,-3)rectangle (6,3);
fill[gray,draw=black] (0,0) circle (2cm);
node at (0,0)Atextbackslash B;
fill[white,draw=black] (3cm,0) circle (2cm);
node at (3cm,0) B;
endtikzpicture
caption$mathbfA$textbackslash$mathbfB$
labelfig:venncup
endminipage
endfigure
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
);
);
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%2f499927%2fremove-intersect-line-for-one-circle-using-venndiagram2sets%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
The venndiagram package is very well written and hence easy to customize. I added a style interior B (and also interior A) that can be used as follows:
fill[white,interior B];
This fills the right circle white. One could add several other similar styles, if needed.
documentclassarticle
usepackagetikz
usetikzlibrarybackgrounds,positioning
usepackagevenndiagram
usepackagefloat
usepackageshowframe
makeatletter
tikzsetinterior A/.style=insert path=
(@venn@Ax,@venn@Ay) circle[radius=@venn@radius-pgflinewidth/2],
interior B/.style=insert path=
(@venn@Bx,@venn@By) circle[radius=@venn@radius-pgflinewidth/2]
makeatother
begindocument
beginfigure[H]
centering
beginminipage[t]0.45textwidth
beginvenndiagram2sets[radius=1.3cm,labelA=,labelB=]
fillOnlyA
setpostvennhook
fill[white,interior B];
draw (labelA) node[below=6ex] Atextbackslash B;
draw (labelB) node[below=6ex] B;
endvenndiagram2sets
caption$mathbfA$textbackslash$mathbfB$
labelfig:venncup
endminipage
endfigure
enddocument

add a comment |
The venndiagram package is very well written and hence easy to customize. I added a style interior B (and also interior A) that can be used as follows:
fill[white,interior B];
This fills the right circle white. One could add several other similar styles, if needed.
documentclassarticle
usepackagetikz
usetikzlibrarybackgrounds,positioning
usepackagevenndiagram
usepackagefloat
usepackageshowframe
makeatletter
tikzsetinterior A/.style=insert path=
(@venn@Ax,@venn@Ay) circle[radius=@venn@radius-pgflinewidth/2],
interior B/.style=insert path=
(@venn@Bx,@venn@By) circle[radius=@venn@radius-pgflinewidth/2]
makeatother
begindocument
beginfigure[H]
centering
beginminipage[t]0.45textwidth
beginvenndiagram2sets[radius=1.3cm,labelA=,labelB=]
fillOnlyA
setpostvennhook
fill[white,interior B];
draw (labelA) node[below=6ex] Atextbackslash B;
draw (labelB) node[below=6ex] B;
endvenndiagram2sets
caption$mathbfA$textbackslash$mathbfB$
labelfig:venncup
endminipage
endfigure
enddocument

add a comment |
The venndiagram package is very well written and hence easy to customize. I added a style interior B (and also interior A) that can be used as follows:
fill[white,interior B];
This fills the right circle white. One could add several other similar styles, if needed.
documentclassarticle
usepackagetikz
usetikzlibrarybackgrounds,positioning
usepackagevenndiagram
usepackagefloat
usepackageshowframe
makeatletter
tikzsetinterior A/.style=insert path=
(@venn@Ax,@venn@Ay) circle[radius=@venn@radius-pgflinewidth/2],
interior B/.style=insert path=
(@venn@Bx,@venn@By) circle[radius=@venn@radius-pgflinewidth/2]
makeatother
begindocument
beginfigure[H]
centering
beginminipage[t]0.45textwidth
beginvenndiagram2sets[radius=1.3cm,labelA=,labelB=]
fillOnlyA
setpostvennhook
fill[white,interior B];
draw (labelA) node[below=6ex] Atextbackslash B;
draw (labelB) node[below=6ex] B;
endvenndiagram2sets
caption$mathbfA$textbackslash$mathbfB$
labelfig:venncup
endminipage
endfigure
enddocument

The venndiagram package is very well written and hence easy to customize. I added a style interior B (and also interior A) that can be used as follows:
fill[white,interior B];
This fills the right circle white. One could add several other similar styles, if needed.
documentclassarticle
usepackagetikz
usetikzlibrarybackgrounds,positioning
usepackagevenndiagram
usepackagefloat
usepackageshowframe
makeatletter
tikzsetinterior A/.style=insert path=
(@venn@Ax,@venn@Ay) circle[radius=@venn@radius-pgflinewidth/2],
interior B/.style=insert path=
(@venn@Bx,@venn@By) circle[radius=@venn@radius-pgflinewidth/2]
makeatother
begindocument
beginfigure[H]
centering
beginminipage[t]0.45textwidth
beginvenndiagram2sets[radius=1.3cm,labelA=,labelB=]
fillOnlyA
setpostvennhook
fill[white,interior B];
draw (labelA) node[below=6ex] Atextbackslash B;
draw (labelB) node[below=6ex] B;
endvenndiagram2sets
caption$mathbfA$textbackslash$mathbfB$
labelfig:venncup
endminipage
endfigure
enddocument

edited 52 mins ago
answered 5 hours ago
marmotmarmot
145k6 gold badges188 silver badges348 bronze badges
145k6 gold badges188 silver badges348 bronze badges
add a comment |
add a comment |
A solution with "plain tikz":
documentclassarticle
usepackagetikz
usetikzlibrarybackgrounds,positioning
usepackagefloat
usepackageshowframe
begindocument
beginfigure[H]
centering
beginminipage[t]0.45textwidth
begintikzpicture[scale=0.6]
draw (-4,-3)rectangle (6,3);
fill[gray,draw=black] (0,0) circle (2cm);
node at (0,0)Atextbackslash B;
fill[white,draw=black] (3cm,0) circle (2cm);
node at (3cm,0) B;
endtikzpicture
caption$mathbfA$textbackslash$mathbfB$
labelfig:venncup
endminipage
endfigure
enddocument

add a comment |
A solution with "plain tikz":
documentclassarticle
usepackagetikz
usetikzlibrarybackgrounds,positioning
usepackagefloat
usepackageshowframe
begindocument
beginfigure[H]
centering
beginminipage[t]0.45textwidth
begintikzpicture[scale=0.6]
draw (-4,-3)rectangle (6,3);
fill[gray,draw=black] (0,0) circle (2cm);
node at (0,0)Atextbackslash B;
fill[white,draw=black] (3cm,0) circle (2cm);
node at (3cm,0) B;
endtikzpicture
caption$mathbfA$textbackslash$mathbfB$
labelfig:venncup
endminipage
endfigure
enddocument

add a comment |
A solution with "plain tikz":
documentclassarticle
usepackagetikz
usetikzlibrarybackgrounds,positioning
usepackagefloat
usepackageshowframe
begindocument
beginfigure[H]
centering
beginminipage[t]0.45textwidth
begintikzpicture[scale=0.6]
draw (-4,-3)rectangle (6,3);
fill[gray,draw=black] (0,0) circle (2cm);
node at (0,0)Atextbackslash B;
fill[white,draw=black] (3cm,0) circle (2cm);
node at (3cm,0) B;
endtikzpicture
caption$mathbfA$textbackslash$mathbfB$
labelfig:venncup
endminipage
endfigure
enddocument

A solution with "plain tikz":
documentclassarticle
usepackagetikz
usetikzlibrarybackgrounds,positioning
usepackagefloat
usepackageshowframe
begindocument
beginfigure[H]
centering
beginminipage[t]0.45textwidth
begintikzpicture[scale=0.6]
draw (-4,-3)rectangle (6,3);
fill[gray,draw=black] (0,0) circle (2cm);
node at (0,0)Atextbackslash B;
fill[white,draw=black] (3cm,0) circle (2cm);
node at (3cm,0) B;
endtikzpicture
caption$mathbfA$textbackslash$mathbfB$
labelfig:venncup
endminipage
endfigure
enddocument

answered 7 hours ago
koleygrkoleygr
13.5k1 gold badge10 silver badges40 bronze badges
13.5k1 gold badge10 silver badges40 bronze badges
add a comment |
add a comment |
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%2f499927%2fremove-intersect-line-for-one-circle-using-venndiagram2sets%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
Hi. Are you open in "just
tikz" solutioons? I think you will find much easier an answer and it will be simple– koleygr
7 hours ago
1
@koleygr Yes I am
– kexxcream
7 hours ago
Perhaps you could add a white arc to circle A?
– Bernard
7 hours ago
@Bernard How would I do that using the
venndiagrampackage?– kexxcream
7 hours ago
You'd probably have to insert some pure TikZ code.
– Bernard
7 hours ago