Drawing a figureRotate a node but not its content: the case of the ellipse decorationNumerical conditional...
Why zero tolerance on nudity in space?
Coworker asking me to not bring cakes due to self control issue. What should I do?
What is the industry term for house wiring diagrams?
Why didn't Tom Riddle take the presence of Fawkes and the Sorting Hat as more of a threat?
Count repetitions of an array
Microtypography protrusion with Polish quotation marks
What is the difference between "...", '...', $'...', and $"..." quotes?
Confusion over units in force equation?
How to access internet and run apt-get through a middle server?
Is there a verb that means to inject with poison?
A Missing Symbol for This Logo
Has any human ever had the choice to leave Earth permanently?
Why maximum length of IP, TCP, UDP packet is not suit?
Does a paladin have to announce that they're using Divine Smite before attacking?
Do authors have to be politically correct in article-writing?
How to not let the Identify spell spoil everything?
Regex Replace seems to replace only first occurrence
What game did these black and yellow dice come from?
How would an AI self awareness kill switch work?
Equivalent of "illegal" for violating civil law
In harmony: key or the flow?
Eww, those bytes are gross
Prioritising polygons in QGIS
Why do we have to make "peinlich" start with a capital letter and also end with -s in this sentence?
Drawing a figure
Rotate a node but not its content: the case of the ellipse decorationNumerical conditional within tikz keys?Why do I get an extra white page before my TikZ picture?TikZ: Drawing an arc from an intersection to an intersectionHow to prevent rounded and duplicated tick labels in pgfplots with fixed precision?Drawing rectilinear curves in Tikz, aka an Etch-a-Sketch drawingLine up nested tikz enviroments or how to get rid of themHow to draw a square and its diagonals with arrows?Compound Pathway Problem with holesbegin{figure}… end{figure} is not working with tikz package
I am trying to draw a figure using TikZ. But I'm unable to finish it, also not able to give it a nice finishing.
This is what I am suppose to draw:
This is my MWE:
documentclass[border=1mm]{standalone}
usepackage{tikz}a
begin{document}
begin{tikzpicture}
draw (-2,0) -- (-2,5);
draw (2,0) -- (2,5);
draw (-2,0) -- (2,0);
draw (-2,3) .. controls (-1.4,0.8) .. (2,3);
draw (-2,0.6) .. controls (1.4,2.3) .. (2,0.6);
end{tikzpicture}
end{document}
tikz-pgf
add a comment |
I am trying to draw a figure using TikZ. But I'm unable to finish it, also not able to give it a nice finishing.
This is what I am suppose to draw:
This is my MWE:
documentclass[border=1mm]{standalone}
usepackage{tikz}a
begin{document}
begin{tikzpicture}
draw (-2,0) -- (-2,5);
draw (2,0) -- (2,5);
draw (-2,0) -- (2,0);
draw (-2,3) .. controls (-1.4,0.8) .. (2,3);
draw (-2,0.6) .. controls (1.4,2.3) .. (2,0.6);
end{tikzpicture}
end{document}
tikz-pgf
Why don't you simply plot two sine waves (appropriately scaled)? And could you highlight what exactly you are searching for (the lines in between, the curves, …)?
– TeXnician
1 min ago
add a comment |
I am trying to draw a figure using TikZ. But I'm unable to finish it, also not able to give it a nice finishing.
This is what I am suppose to draw:
This is my MWE:
documentclass[border=1mm]{standalone}
usepackage{tikz}a
begin{document}
begin{tikzpicture}
draw (-2,0) -- (-2,5);
draw (2,0) -- (2,5);
draw (-2,0) -- (2,0);
draw (-2,3) .. controls (-1.4,0.8) .. (2,3);
draw (-2,0.6) .. controls (1.4,2.3) .. (2,0.6);
end{tikzpicture}
end{document}
tikz-pgf
I am trying to draw a figure using TikZ. But I'm unable to finish it, also not able to give it a nice finishing.
This is what I am suppose to draw:
This is my MWE:
documentclass[border=1mm]{standalone}
usepackage{tikz}a
begin{document}
begin{tikzpicture}
draw (-2,0) -- (-2,5);
draw (2,0) -- (2,5);
draw (-2,0) -- (2,0);
draw (-2,3) .. controls (-1.4,0.8) .. (2,3);
draw (-2,0.6) .. controls (1.4,2.3) .. (2,0.6);
end{tikzpicture}
end{document}
tikz-pgf
tikz-pgf
asked 4 mins ago
ShaminaShamina
435213
435213
Why don't you simply plot two sine waves (appropriately scaled)? And could you highlight what exactly you are searching for (the lines in between, the curves, …)?
– TeXnician
1 min ago
add a comment |
Why don't you simply plot two sine waves (appropriately scaled)? And could you highlight what exactly you are searching for (the lines in between, the curves, …)?
– TeXnician
1 min ago
Why don't you simply plot two sine waves (appropriately scaled)? And could you highlight what exactly you are searching for (the lines in between, the curves, …)?
– TeXnician
1 min ago
Why don't you simply plot two sine waves (appropriately scaled)? And could you highlight what exactly you are searching for (the lines in between, the curves, …)?
– TeXnician
1 min ago
add a comment |
0
active
oldest
votes
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%2f476758%2fdrawing-a-figure%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f476758%2fdrawing-a-figure%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
Why don't you simply plot two sine waves (appropriately scaled)? And could you highlight what exactly you are searching for (the lines in between, the curves, …)?
– TeXnician
1 min ago