Dots and lines (knot theorem) Announcing the arrival of Valued Associate #679: Cesar Manara ...
Why weren't discrete x86 CPUs ever used in game hardware?
How to write capital alpha?
Where is the Data Import Wizard Error Log
Can a Beast Master ranger change beast companions?
What does it mean that physics no longer uses mechanical models to describe phenomena?
How many time has Arya actually used Needle?
Google .dev domain strangely redirects to https
Has negative voting ever been officially implemented in elections, or seriously proposed, or even studied?
Electrolysis of water: Which equations to use? (IB Chem)
Is it possible for SQL statements to execute concurrently within a single session in SQL Server?
An adverb for when you're not exaggerating
Converted a Scalar function to a TVF function for parallel execution-Still running in Serial mode
Antipodal Land Area Calculation
What initially awakened the Balrog?
Unit testing extension method adding view location expander
C's equality operator on converted pointers
Induction Proof for Sequences
Putting class ranking in CV, but against dept guidelines
How were pictures turned from film to a big picture in a picture frame before digital scanning?
Drawing spherical mirrors
How long can equipment go unused before powering up runs the risk of damage?
What to do with repeated rejections for phd position
What is the difference between a "ranged attack" and a "ranged weapon attack"?
How to identify unknown coordinate type and convert to lat/lon?
Dots and lines (knot theorem)
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30UTC (7:30pm US/Eastern)Please help in my latex workHelp with these graphics in tikzCan you help how to write this?Draw isosceles triangle with angles and stuff in TikZhow to draw automata with 4 statesHow to draw graph with TiKz?drawing figures using tikz packageHow to make this Figure in tikz?How to draw intervals in latex using tikz or otherwise?draw milk carton in tikzpicture
How to draw this in TeXstudio? help me please.
diagrams
New contributor
add a comment |
How to draw this in TeXstudio? help me please.
diagrams
New contributor
4
Welcome. Should the shadow be drawn as well?
– Johannes_B
2 hours ago
no ser. only dots and lines
– Levan Davitadze
2 hours ago
1
please fix your title so that it is useful for future users of the site searching for similar problems.
– David Carlisle
19 mins ago
is it okey now ?
– Levan Davitadze
9 mins ago
add a comment |
How to draw this in TeXstudio? help me please.
diagrams
New contributor
How to draw this in TeXstudio? help me please.
diagrams
diagrams
New contributor
New contributor
edited 9 mins ago
Levan Davitadze
New contributor
asked 2 hours ago
Levan DavitadzeLevan Davitadze
11
11
New contributor
New contributor
4
Welcome. Should the shadow be drawn as well?
– Johannes_B
2 hours ago
no ser. only dots and lines
– Levan Davitadze
2 hours ago
1
please fix your title so that it is useful for future users of the site searching for similar problems.
– David Carlisle
19 mins ago
is it okey now ?
– Levan Davitadze
9 mins ago
add a comment |
4
Welcome. Should the shadow be drawn as well?
– Johannes_B
2 hours ago
no ser. only dots and lines
– Levan Davitadze
2 hours ago
1
please fix your title so that it is useful for future users of the site searching for similar problems.
– David Carlisle
19 mins ago
is it okey now ?
– Levan Davitadze
9 mins ago
4
4
Welcome. Should the shadow be drawn as well?
– Johannes_B
2 hours ago
Welcome. Should the shadow be drawn as well?
– Johannes_B
2 hours ago
no ser. only dots and lines
– Levan Davitadze
2 hours ago
no ser. only dots and lines
– Levan Davitadze
2 hours ago
1
1
please fix your title so that it is useful for future users of the site searching for similar problems.
– David Carlisle
19 mins ago
please fix your title so that it is useful for future users of the site searching for similar problems.
– David Carlisle
19 mins ago
is it okey now ?
– Levan Davitadze
9 mins ago
is it okey now ?
– Levan Davitadze
9 mins ago
add a comment |
3 Answers
3
active
oldest
votes
A straightforward implementation using tikz
:
documentclass[tikz,border=4pt]{standalone}
begin{document}
begin{tikzpicture}[line width=.7pt, outer sep=0pt]
foreach x in {0,1}
foreach y in {0,...,3}
draw (3*x,2*y) node (xy)[circle,fill,inner sep=1.5pt]{};
draw (00) -- (10) (01)--(11) (03) -- (12);
node at (1.5,5) [circle,fill=white,inner sep=2pt]{};
draw (02) -- (13);
end{tikzpicture}
end{document}
add a comment |
Another short code, with pstricks
:
documentclass[svgnames, border=6pt]{standalone}
usepackage{pstricks-add, multido, etoolbox}%,
usepackage{auto-pst-pdf}
begin{document}
psset{linewidth=1.2pt, linecolor=SteelBlue,}
begin{pspicture}[showgrid, gridlabelcolor=white](0,0)(3,6)
multido{i=0+2}{4}{dotnodes(0,i){Ai}(3,i){Bi}ifnumless{multidocount}{3}{ncline{Ai}{Bi}}{}}
ncline{A6}{B4}ncline[border=3pt]{A4}{B6}
end{pspicture}
end{document}
add a comment |
An even simpler code.
documentclass[tikz,border=3.14mm]{standalone}
begin{document}
begin{tikzpicture}[bullet/.style={circle,fill,inner sep=1pt}]
foreach Y [count=X]in {2,1,3,4}
{draw[double=black,double distance=1pt,draw=white,very thick]
(-1,-Y) node[bullet] (LY){} -- (1,-X) node[bullet] (RX){};}
end{tikzpicture}
end{document}
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
});
}
});
Levan Davitadze 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%2f485664%2fdots-and-lines-knot-theorem%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
A straightforward implementation using tikz
:
documentclass[tikz,border=4pt]{standalone}
begin{document}
begin{tikzpicture}[line width=.7pt, outer sep=0pt]
foreach x in {0,1}
foreach y in {0,...,3}
draw (3*x,2*y) node (xy)[circle,fill,inner sep=1.5pt]{};
draw (00) -- (10) (01)--(11) (03) -- (12);
node at (1.5,5) [circle,fill=white,inner sep=2pt]{};
draw (02) -- (13);
end{tikzpicture}
end{document}
add a comment |
A straightforward implementation using tikz
:
documentclass[tikz,border=4pt]{standalone}
begin{document}
begin{tikzpicture}[line width=.7pt, outer sep=0pt]
foreach x in {0,1}
foreach y in {0,...,3}
draw (3*x,2*y) node (xy)[circle,fill,inner sep=1.5pt]{};
draw (00) -- (10) (01)--(11) (03) -- (12);
node at (1.5,5) [circle,fill=white,inner sep=2pt]{};
draw (02) -- (13);
end{tikzpicture}
end{document}
add a comment |
A straightforward implementation using tikz
:
documentclass[tikz,border=4pt]{standalone}
begin{document}
begin{tikzpicture}[line width=.7pt, outer sep=0pt]
foreach x in {0,1}
foreach y in {0,...,3}
draw (3*x,2*y) node (xy)[circle,fill,inner sep=1.5pt]{};
draw (00) -- (10) (01)--(11) (03) -- (12);
node at (1.5,5) [circle,fill=white,inner sep=2pt]{};
draw (02) -- (13);
end{tikzpicture}
end{document}
A straightforward implementation using tikz
:
documentclass[tikz,border=4pt]{standalone}
begin{document}
begin{tikzpicture}[line width=.7pt, outer sep=0pt]
foreach x in {0,1}
foreach y in {0,...,3}
draw (3*x,2*y) node (xy)[circle,fill,inner sep=1.5pt]{};
draw (00) -- (10) (01)--(11) (03) -- (12);
node at (1.5,5) [circle,fill=white,inner sep=2pt]{};
draw (02) -- (13);
end{tikzpicture}
end{document}
edited 1 hour ago
answered 1 hour ago
AboAmmarAboAmmar
34.6k32985
34.6k32985
add a comment |
add a comment |
Another short code, with pstricks
:
documentclass[svgnames, border=6pt]{standalone}
usepackage{pstricks-add, multido, etoolbox}%,
usepackage{auto-pst-pdf}
begin{document}
psset{linewidth=1.2pt, linecolor=SteelBlue,}
begin{pspicture}[showgrid, gridlabelcolor=white](0,0)(3,6)
multido{i=0+2}{4}{dotnodes(0,i){Ai}(3,i){Bi}ifnumless{multidocount}{3}{ncline{Ai}{Bi}}{}}
ncline{A6}{B4}ncline[border=3pt]{A4}{B6}
end{pspicture}
end{document}
add a comment |
Another short code, with pstricks
:
documentclass[svgnames, border=6pt]{standalone}
usepackage{pstricks-add, multido, etoolbox}%,
usepackage{auto-pst-pdf}
begin{document}
psset{linewidth=1.2pt, linecolor=SteelBlue,}
begin{pspicture}[showgrid, gridlabelcolor=white](0,0)(3,6)
multido{i=0+2}{4}{dotnodes(0,i){Ai}(3,i){Bi}ifnumless{multidocount}{3}{ncline{Ai}{Bi}}{}}
ncline{A6}{B4}ncline[border=3pt]{A4}{B6}
end{pspicture}
end{document}
add a comment |
Another short code, with pstricks
:
documentclass[svgnames, border=6pt]{standalone}
usepackage{pstricks-add, multido, etoolbox}%,
usepackage{auto-pst-pdf}
begin{document}
psset{linewidth=1.2pt, linecolor=SteelBlue,}
begin{pspicture}[showgrid, gridlabelcolor=white](0,0)(3,6)
multido{i=0+2}{4}{dotnodes(0,i){Ai}(3,i){Bi}ifnumless{multidocount}{3}{ncline{Ai}{Bi}}{}}
ncline{A6}{B4}ncline[border=3pt]{A4}{B6}
end{pspicture}
end{document}
Another short code, with pstricks
:
documentclass[svgnames, border=6pt]{standalone}
usepackage{pstricks-add, multido, etoolbox}%,
usepackage{auto-pst-pdf}
begin{document}
psset{linewidth=1.2pt, linecolor=SteelBlue,}
begin{pspicture}[showgrid, gridlabelcolor=white](0,0)(3,6)
multido{i=0+2}{4}{dotnodes(0,i){Ai}(3,i){Bi}ifnumless{multidocount}{3}{ncline{Ai}{Bi}}{}}
ncline{A6}{B4}ncline[border=3pt]{A4}{B6}
end{pspicture}
end{document}
answered 57 mins ago
BernardBernard
176k778210
176k778210
add a comment |
add a comment |
An even simpler code.
documentclass[tikz,border=3.14mm]{standalone}
begin{document}
begin{tikzpicture}[bullet/.style={circle,fill,inner sep=1pt}]
foreach Y [count=X]in {2,1,3,4}
{draw[double=black,double distance=1pt,draw=white,very thick]
(-1,-Y) node[bullet] (LY){} -- (1,-X) node[bullet] (RX){};}
end{tikzpicture}
end{document}
add a comment |
An even simpler code.
documentclass[tikz,border=3.14mm]{standalone}
begin{document}
begin{tikzpicture}[bullet/.style={circle,fill,inner sep=1pt}]
foreach Y [count=X]in {2,1,3,4}
{draw[double=black,double distance=1pt,draw=white,very thick]
(-1,-Y) node[bullet] (LY){} -- (1,-X) node[bullet] (RX){};}
end{tikzpicture}
end{document}
add a comment |
An even simpler code.
documentclass[tikz,border=3.14mm]{standalone}
begin{document}
begin{tikzpicture}[bullet/.style={circle,fill,inner sep=1pt}]
foreach Y [count=X]in {2,1,3,4}
{draw[double=black,double distance=1pt,draw=white,very thick]
(-1,-Y) node[bullet] (LY){} -- (1,-X) node[bullet] (RX){};}
end{tikzpicture}
end{document}
An even simpler code.
documentclass[tikz,border=3.14mm]{standalone}
begin{document}
begin{tikzpicture}[bullet/.style={circle,fill,inner sep=1pt}]
foreach Y [count=X]in {2,1,3,4}
{draw[double=black,double distance=1pt,draw=white,very thick]
(-1,-Y) node[bullet] (LY){} -- (1,-X) node[bullet] (RX){};}
end{tikzpicture}
end{document}
answered 48 mins ago
community wiki
marmot
add a comment |
add a comment |
Levan Davitadze is a new contributor. Be nice, and check out our Code of Conduct.
Levan Davitadze is a new contributor. Be nice, and check out our Code of Conduct.
Levan Davitadze is a new contributor. Be nice, and check out our Code of Conduct.
Levan Davitadze 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%2f485664%2fdots-and-lines-knot-theorem%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
4
Welcome. Should the shadow be drawn as well?
– Johannes_B
2 hours ago
no ser. only dots and lines
– Levan Davitadze
2 hours ago
1
please fix your title so that it is useful for future users of the site searching for similar problems.
– David Carlisle
19 mins ago
is it okey now ?
– Levan Davitadze
9 mins ago