Marking a point on parabola (like ellipse)How to draw a point at a particular location along the curve in...
How to approximate rolls for potions of healing using only d6's?
Linear regression when Y is bounded and discrete
Does music exist in Panem? And if so, what kinds of music?
How to mitigate "bandwagon attacking" from players?
Do commercial flights continue with an engine out?
Gnome Lock Screen Terminology
CBP Reminds Travelers to Allow 72 Hours for ESTA. Why?
How to avoid being sexist when trying to employ someone to function in a very sexist environment?
"Murder!" The knight said
Skis versus snow shoes - when to choose which for travelling the backcountry?
How to properly claim credit for peer review?
Multiplication via squaring and addition
Copying files interactively: "cp: overwrite"
Inventor that creates machine that grabs man from future
Does Master of Cruelties survive being blocked by a creature with 4 or more power?
Why do members of Congress in committee hearings ask witnesses the same question multiple times?
What to do when being responsible for data protection in your lab, yet advice is ignored?
What can I substitute for soda pop in a sweet pork recipe?
Where is this triangular-shaped space station from?
Why might Google Analytics report a sudden, but persistent, drop in bounce rate (70% to 12%)
How can I handle a player who pre-plans arguments about my rulings on RAW?
Replacement ford fiesta radiator has extra hose
Book where the good guy lives backwards through time and the bad guy lives forward
What's the purpose of these copper coils with resistors inside them in A Yamaha RX-V396RDS amplifier?
Marking a point on parabola (like ellipse)
How to draw a point at a particular location along the curve in TikZRotate a node but not its content: the case of the ellipse decorationMarking a specific point on an arcIntersection of paths with constructed namesHow to define the default vertical distance between nodes?TikZ scaling graphic and adjust node position and keep font sizeTikZ/ERD: node (=Entity) label on the insideTikZ: Drawing an arc from an intersection to an intersectionprint double sided playing cardsDrawing rectilinear curves in Tikz, aka an Etch-a-Sketch drawingLine up nested tikz enviroments or how to get rid of them
We can mark a point on ellipse using
node[Maroon,draw,fill,circle,inner sep=1pt,label={-90:$X$}] (X) at
(-120:2cm and 1cm) {};
Is there any way to define a point on parabola?
documentclass[border=2pt]{standalone}
usepackage[usenames,dvipsnames,svgnames]{xcolor}
usepackage{tikz}
color{Maroon}
begin{document}
begin{tikzpicture}
draw[thin,gray!50](-3,-2) grid (3,2);
draw[Maroon,thick] (0,0) ellipse (2cm and 1cm);
node[Maroon,draw,fill,circle,inner sep=1pt,label={-90:$X$}] (X) at (-120:2cm and 1cm) {};
draw[red] (-1,0) parabola[parabola height=1.5cm] (2,0);
end{tikzpicture}
end{document}

tikz-pgf
add a comment |
We can mark a point on ellipse using
node[Maroon,draw,fill,circle,inner sep=1pt,label={-90:$X$}] (X) at
(-120:2cm and 1cm) {};
Is there any way to define a point on parabola?
documentclass[border=2pt]{standalone}
usepackage[usenames,dvipsnames,svgnames]{xcolor}
usepackage{tikz}
color{Maroon}
begin{document}
begin{tikzpicture}
draw[thin,gray!50](-3,-2) grid (3,2);
draw[Maroon,thick] (0,0) ellipse (2cm and 1cm);
node[Maroon,draw,fill,circle,inner sep=1pt,label={-90:$X$}] (X) at (-120:2cm and 1cm) {};
draw[red] (-1,0) parabola[parabola height=1.5cm] (2,0);
end{tikzpicture}
end{document}

tikz-pgf
Isn't this a duplicate of your own question?
– Thruston
Nov 22 '18 at 10:13
@Thruston Using "decoration", i can not define different points on the curve. Here in ellipse, i can define point "X" based on the angle.
– sandu
Nov 22 '18 at 10:18
2
Why can't you just loaddecorations.markingsand dodraw[red,postaction={decorate,decoration={markings, mark=at position 0.2 with {% node[red,draw,fill,circle,inner sep=1pt,label={-90:$Y$}](Y){};}}}] (-1,0) parabola[parabola height=1.5cm] (2,0);? Here the position plays the same role as the angle, it parametrizes the position of the location.
– marmot
Nov 22 '18 at 12:45
@JouleV Yes....
– sandu
15 hours ago
add a comment |
We can mark a point on ellipse using
node[Maroon,draw,fill,circle,inner sep=1pt,label={-90:$X$}] (X) at
(-120:2cm and 1cm) {};
Is there any way to define a point on parabola?
documentclass[border=2pt]{standalone}
usepackage[usenames,dvipsnames,svgnames]{xcolor}
usepackage{tikz}
color{Maroon}
begin{document}
begin{tikzpicture}
draw[thin,gray!50](-3,-2) grid (3,2);
draw[Maroon,thick] (0,0) ellipse (2cm and 1cm);
node[Maroon,draw,fill,circle,inner sep=1pt,label={-90:$X$}] (X) at (-120:2cm and 1cm) {};
draw[red] (-1,0) parabola[parabola height=1.5cm] (2,0);
end{tikzpicture}
end{document}

tikz-pgf
We can mark a point on ellipse using
node[Maroon,draw,fill,circle,inner sep=1pt,label={-90:$X$}] (X) at
(-120:2cm and 1cm) {};
Is there any way to define a point on parabola?
documentclass[border=2pt]{standalone}
usepackage[usenames,dvipsnames,svgnames]{xcolor}
usepackage{tikz}
color{Maroon}
begin{document}
begin{tikzpicture}
draw[thin,gray!50](-3,-2) grid (3,2);
draw[Maroon,thick] (0,0) ellipse (2cm and 1cm);
node[Maroon,draw,fill,circle,inner sep=1pt,label={-90:$X$}] (X) at (-120:2cm and 1cm) {};
draw[red] (-1,0) parabola[parabola height=1.5cm] (2,0);
end{tikzpicture}
end{document}

tikz-pgf
tikz-pgf
asked Nov 22 '18 at 8:41
sandusandu
3,50842855
3,50842855
Isn't this a duplicate of your own question?
– Thruston
Nov 22 '18 at 10:13
@Thruston Using "decoration", i can not define different points on the curve. Here in ellipse, i can define point "X" based on the angle.
– sandu
Nov 22 '18 at 10:18
2
Why can't you just loaddecorations.markingsand dodraw[red,postaction={decorate,decoration={markings, mark=at position 0.2 with {% node[red,draw,fill,circle,inner sep=1pt,label={-90:$Y$}](Y){};}}}] (-1,0) parabola[parabola height=1.5cm] (2,0);? Here the position plays the same role as the angle, it parametrizes the position of the location.
– marmot
Nov 22 '18 at 12:45
@JouleV Yes....
– sandu
15 hours ago
add a comment |
Isn't this a duplicate of your own question?
– Thruston
Nov 22 '18 at 10:13
@Thruston Using "decoration", i can not define different points on the curve. Here in ellipse, i can define point "X" based on the angle.
– sandu
Nov 22 '18 at 10:18
2
Why can't you just loaddecorations.markingsand dodraw[red,postaction={decorate,decoration={markings, mark=at position 0.2 with {% node[red,draw,fill,circle,inner sep=1pt,label={-90:$Y$}](Y){};}}}] (-1,0) parabola[parabola height=1.5cm] (2,0);? Here the position plays the same role as the angle, it parametrizes the position of the location.
– marmot
Nov 22 '18 at 12:45
@JouleV Yes....
– sandu
15 hours ago
Isn't this a duplicate of your own question?
– Thruston
Nov 22 '18 at 10:13
Isn't this a duplicate of your own question?
– Thruston
Nov 22 '18 at 10:13
@Thruston Using "decoration", i can not define different points on the curve. Here in ellipse, i can define point "X" based on the angle.
– sandu
Nov 22 '18 at 10:18
@Thruston Using "decoration", i can not define different points on the curve. Here in ellipse, i can define point "X" based on the angle.
– sandu
Nov 22 '18 at 10:18
2
2
Why can't you just load
decorations.markings and do draw[red,postaction={decorate,decoration={markings, mark=at position 0.2 with {% node[red,draw,fill,circle,inner sep=1pt,label={-90:$Y$}](Y){};}}}] (-1,0) parabola[parabola height=1.5cm] (2,0);? Here the position plays the same role as the angle, it parametrizes the position of the location.– marmot
Nov 22 '18 at 12:45
Why can't you just load
decorations.markings and do draw[red,postaction={decorate,decoration={markings, mark=at position 0.2 with {% node[red,draw,fill,circle,inner sep=1pt,label={-90:$Y$}](Y){};}}}] (-1,0) parabola[parabola height=1.5cm] (2,0);? Here the position plays the same role as the angle, it parametrizes the position of the location.– marmot
Nov 22 '18 at 12:45
@JouleV Yes....
– sandu
15 hours ago
@JouleV Yes....
– sandu
15 hours ago
add a comment |
1 Answer
1
active
oldest
votes
Based on marmot comment...
documentclass[border=2pt]{standalone}
usepackage[usenames,dvipsnames,svgnames]{xcolor}
usepackage{tikz}
usetikzlibrary{decorations.markings}
color{Maroon}
begin{document}
begin{tikzpicture}
draw[thin,gray!50](-3,-2) grid (3,2);
draw[Maroon,thick] (0,0) ellipse (2cm and 1cm);
node[Maroon,draw,fill,circle,inner sep=1pt,label={-90:$X$}] (X) at (-150:2cm and 1cm) {};
%draw[red] (-1,0) parabola[parabola height=1.5cm] (2,0);
draw[red,postaction={decorate,decoration={markings, mark=at position 0.5 with { node[red,draw,fill,circle,inner sep=1pt,label={-90:$Y$}](Y){};}}}] (-1,0) parabola[parabola height=1.5cm] (2,0);
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
});
}
});
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%2f461237%2fmarking-a-point-on-parabola-like-ellipse%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
Based on marmot comment...
documentclass[border=2pt]{standalone}
usepackage[usenames,dvipsnames,svgnames]{xcolor}
usepackage{tikz}
usetikzlibrary{decorations.markings}
color{Maroon}
begin{document}
begin{tikzpicture}
draw[thin,gray!50](-3,-2) grid (3,2);
draw[Maroon,thick] (0,0) ellipse (2cm and 1cm);
node[Maroon,draw,fill,circle,inner sep=1pt,label={-90:$X$}] (X) at (-150:2cm and 1cm) {};
%draw[red] (-1,0) parabola[parabola height=1.5cm] (2,0);
draw[red,postaction={decorate,decoration={markings, mark=at position 0.5 with { node[red,draw,fill,circle,inner sep=1pt,label={-90:$Y$}](Y){};}}}] (-1,0) parabola[parabola height=1.5cm] (2,0);
end{tikzpicture}
end{document}
add a comment |
Based on marmot comment...
documentclass[border=2pt]{standalone}
usepackage[usenames,dvipsnames,svgnames]{xcolor}
usepackage{tikz}
usetikzlibrary{decorations.markings}
color{Maroon}
begin{document}
begin{tikzpicture}
draw[thin,gray!50](-3,-2) grid (3,2);
draw[Maroon,thick] (0,0) ellipse (2cm and 1cm);
node[Maroon,draw,fill,circle,inner sep=1pt,label={-90:$X$}] (X) at (-150:2cm and 1cm) {};
%draw[red] (-1,0) parabola[parabola height=1.5cm] (2,0);
draw[red,postaction={decorate,decoration={markings, mark=at position 0.5 with { node[red,draw,fill,circle,inner sep=1pt,label={-90:$Y$}](Y){};}}}] (-1,0) parabola[parabola height=1.5cm] (2,0);
end{tikzpicture}
end{document}
add a comment |
Based on marmot comment...
documentclass[border=2pt]{standalone}
usepackage[usenames,dvipsnames,svgnames]{xcolor}
usepackage{tikz}
usetikzlibrary{decorations.markings}
color{Maroon}
begin{document}
begin{tikzpicture}
draw[thin,gray!50](-3,-2) grid (3,2);
draw[Maroon,thick] (0,0) ellipse (2cm and 1cm);
node[Maroon,draw,fill,circle,inner sep=1pt,label={-90:$X$}] (X) at (-150:2cm and 1cm) {};
%draw[red] (-1,0) parabola[parabola height=1.5cm] (2,0);
draw[red,postaction={decorate,decoration={markings, mark=at position 0.5 with { node[red,draw,fill,circle,inner sep=1pt,label={-90:$Y$}](Y){};}}}] (-1,0) parabola[parabola height=1.5cm] (2,0);
end{tikzpicture}
end{document}
Based on marmot comment...
documentclass[border=2pt]{standalone}
usepackage[usenames,dvipsnames,svgnames]{xcolor}
usepackage{tikz}
usetikzlibrary{decorations.markings}
color{Maroon}
begin{document}
begin{tikzpicture}
draw[thin,gray!50](-3,-2) grid (3,2);
draw[Maroon,thick] (0,0) ellipse (2cm and 1cm);
node[Maroon,draw,fill,circle,inner sep=1pt,label={-90:$X$}] (X) at (-150:2cm and 1cm) {};
%draw[red] (-1,0) parabola[parabola height=1.5cm] (2,0);
draw[red,postaction={decorate,decoration={markings, mark=at position 0.5 with { node[red,draw,fill,circle,inner sep=1pt,label={-90:$Y$}](Y){};}}}] (-1,0) parabola[parabola height=1.5cm] (2,0);
end{tikzpicture}
end{document}
answered 15 hours ago
sandusandu
3,50842855
3,50842855
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%2f461237%2fmarking-a-point-on-parabola-like-ellipse%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
Isn't this a duplicate of your own question?
– Thruston
Nov 22 '18 at 10:13
@Thruston Using "decoration", i can not define different points on the curve. Here in ellipse, i can define point "X" based on the angle.
– sandu
Nov 22 '18 at 10:18
2
Why can't you just load
decorations.markingsand dodraw[red,postaction={decorate,decoration={markings, mark=at position 0.2 with {% node[red,draw,fill,circle,inner sep=1pt,label={-90:$Y$}](Y){};}}}] (-1,0) parabola[parabola height=1.5cm] (2,0);? Here the position plays the same role as the angle, it parametrizes the position of the location.– marmot
Nov 22 '18 at 12:45
@JouleV Yes....
– sandu
15 hours ago