Fading along a plot line in tikzPath following color gradient in TikZDomains of adjacent plotted curves don't...

How would an AI self awareness kill switch work?

It took me a lot of time to make this, pls like. (YouTube Comments #1)

If I delete my router's history can my ISP still provide it to my parents?

Avoiding morning and evening handshakes

Rear brake cable temporary fix possible?

Can a person refuse a presidential pardon?

Why does the DC-9-80 have this cusp in its fuselage?

4 Spheres all touching each other??

How to properly claim credit for peer review?

What is Crew Dragon approaching in this picture?

What do you call a fact that doesn't match the settings?

Am I a Rude Number?

How can I deal with a significant flaw I found in my previous supervisor’s paper?

Numbers of Exaggeration in Talmud

Meaning of ご休憩一時間コース

Called into a meeting and told we are being made redundant (laid off) and "not to share outside". Can I tell my partner?

Discrepancy in P/E ratio of stocks in Robinhood app?

How to implement expandbefore, similarly to expandafter?

What to do when being responsible for data protection in your lab, yet advice is ignored?

What is the wife of a henpecked husband called?

Meth dealer reference in Family Guy

Why did Bush enact a completely different foreign policy to that which he espoused during the 2000 Presidential election campaign?

Can I become debt free or should I file for bankruptcy? How do I manage my debt and finances?

Linux File Manager: Restore previous open session (folders and tab)



Fading along a plot line in tikz


Path following color gradient in TikZDomains of adjacent plotted curves don't matchNumerical conditional within tikz keys?Fading Nodes Along edge using `draw`TikZ/ERD: node (=Entity) label on the insideTikZ: 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 themfading a line in tikzPlacing Node Somewhere Along A tikz PlotTikz Plot with arrows along domain













4















I'm using the following code to draw the electron wavefunction around an atom. I'd like to fade out the line towards it's end. I've read all the relevant questions I can find, but I fail to get what I want.



Do you have any ideas?



documentclass[]{article}
usepackage{tikz}
begin{document}
begin{tikzpicture}[scale=3,very thick]
draw[color=red,domain=0:12.56,samples=200,smooth] plot (canvas polar cs:angle=x r,radius={28-8*sin(2.25*x r)});

draw[dashed,domain=0:6.28,samples=200,smooth] plot (canvas polar
cs:angle=x r,radius={0.5 r});
draw[fill=black](0,0)circle (.5mm);
end{tikzpicture}
end{document}









share|improve this question

























  • Where is the end of the line in the output? Isn't it a closed shape line?

    – Enthusiastic Engineer
    Jan 26 '15 at 20:03











  • Not a closed shape, a polar plot between an angle of 0 and 4Pi.

    – JPing
    Jan 26 '15 at 20:19











  • You don't actually use any of the pgfplots functionality here, as far as I know (i.e. you have no addplot and no begin{axis}... Any reason to load pgfplots then?

    – darthbith
    Jan 26 '15 at 20:47











  • Probably not now you mention it!

    – JPing
    Jan 26 '15 at 21:03











  • Have you read this: tex.stackexchange.com/questions/141378/…

    – Herr K.
    Jan 27 '15 at 2:45
















4















I'm using the following code to draw the electron wavefunction around an atom. I'd like to fade out the line towards it's end. I've read all the relevant questions I can find, but I fail to get what I want.



Do you have any ideas?



documentclass[]{article}
usepackage{tikz}
begin{document}
begin{tikzpicture}[scale=3,very thick]
draw[color=red,domain=0:12.56,samples=200,smooth] plot (canvas polar cs:angle=x r,radius={28-8*sin(2.25*x r)});

draw[dashed,domain=0:6.28,samples=200,smooth] plot (canvas polar
cs:angle=x r,radius={0.5 r});
draw[fill=black](0,0)circle (.5mm);
end{tikzpicture}
end{document}









share|improve this question

























  • Where is the end of the line in the output? Isn't it a closed shape line?

    – Enthusiastic Engineer
    Jan 26 '15 at 20:03











  • Not a closed shape, a polar plot between an angle of 0 and 4Pi.

    – JPing
    Jan 26 '15 at 20:19











  • You don't actually use any of the pgfplots functionality here, as far as I know (i.e. you have no addplot and no begin{axis}... Any reason to load pgfplots then?

    – darthbith
    Jan 26 '15 at 20:47











  • Probably not now you mention it!

    – JPing
    Jan 26 '15 at 21:03











  • Have you read this: tex.stackexchange.com/questions/141378/…

    – Herr K.
    Jan 27 '15 at 2:45














4












4








4


1






I'm using the following code to draw the electron wavefunction around an atom. I'd like to fade out the line towards it's end. I've read all the relevant questions I can find, but I fail to get what I want.



Do you have any ideas?



documentclass[]{article}
usepackage{tikz}
begin{document}
begin{tikzpicture}[scale=3,very thick]
draw[color=red,domain=0:12.56,samples=200,smooth] plot (canvas polar cs:angle=x r,radius={28-8*sin(2.25*x r)});

draw[dashed,domain=0:6.28,samples=200,smooth] plot (canvas polar
cs:angle=x r,radius={0.5 r});
draw[fill=black](0,0)circle (.5mm);
end{tikzpicture}
end{document}









share|improve this question
















I'm using the following code to draw the electron wavefunction around an atom. I'd like to fade out the line towards it's end. I've read all the relevant questions I can find, but I fail to get what I want.



Do you have any ideas?



documentclass[]{article}
usepackage{tikz}
begin{document}
begin{tikzpicture}[scale=3,very thick]
draw[color=red,domain=0:12.56,samples=200,smooth] plot (canvas polar cs:angle=x r,radius={28-8*sin(2.25*x r)});

draw[dashed,domain=0:6.28,samples=200,smooth] plot (canvas polar
cs:angle=x r,radius={0.5 r});
draw[fill=black](0,0)circle (.5mm);
end{tikzpicture}
end{document}






tikz-pgf diagrams






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 9 hours ago









JouleV

4,6541938




4,6541938










asked Jan 26 '15 at 19:58









JPingJPing

375




375













  • Where is the end of the line in the output? Isn't it a closed shape line?

    – Enthusiastic Engineer
    Jan 26 '15 at 20:03











  • Not a closed shape, a polar plot between an angle of 0 and 4Pi.

    – JPing
    Jan 26 '15 at 20:19











  • You don't actually use any of the pgfplots functionality here, as far as I know (i.e. you have no addplot and no begin{axis}... Any reason to load pgfplots then?

    – darthbith
    Jan 26 '15 at 20:47











  • Probably not now you mention it!

    – JPing
    Jan 26 '15 at 21:03











  • Have you read this: tex.stackexchange.com/questions/141378/…

    – Herr K.
    Jan 27 '15 at 2:45



















  • Where is the end of the line in the output? Isn't it a closed shape line?

    – Enthusiastic Engineer
    Jan 26 '15 at 20:03











  • Not a closed shape, a polar plot between an angle of 0 and 4Pi.

    – JPing
    Jan 26 '15 at 20:19











  • You don't actually use any of the pgfplots functionality here, as far as I know (i.e. you have no addplot and no begin{axis}... Any reason to load pgfplots then?

    – darthbith
    Jan 26 '15 at 20:47











  • Probably not now you mention it!

    – JPing
    Jan 26 '15 at 21:03











  • Have you read this: tex.stackexchange.com/questions/141378/…

    – Herr K.
    Jan 27 '15 at 2:45

















Where is the end of the line in the output? Isn't it a closed shape line?

– Enthusiastic Engineer
Jan 26 '15 at 20:03





Where is the end of the line in the output? Isn't it a closed shape line?

– Enthusiastic Engineer
Jan 26 '15 at 20:03













Not a closed shape, a polar plot between an angle of 0 and 4Pi.

– JPing
Jan 26 '15 at 20:19





Not a closed shape, a polar plot between an angle of 0 and 4Pi.

– JPing
Jan 26 '15 at 20:19













You don't actually use any of the pgfplots functionality here, as far as I know (i.e. you have no addplot and no begin{axis}... Any reason to load pgfplots then?

– darthbith
Jan 26 '15 at 20:47





You don't actually use any of the pgfplots functionality here, as far as I know (i.e. you have no addplot and no begin{axis}... Any reason to load pgfplots then?

– darthbith
Jan 26 '15 at 20:47













Probably not now you mention it!

– JPing
Jan 26 '15 at 21:03





Probably not now you mention it!

– JPing
Jan 26 '15 at 21:03













Have you read this: tex.stackexchange.com/questions/141378/…

– Herr K.
Jan 27 '15 at 2:45





Have you read this: tex.stackexchange.com/questions/141378/…

– Herr K.
Jan 27 '15 at 2:45










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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f225044%2ffading-along-a-plot-line-in-tikz%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
















draft saved

draft discarded




















































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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f225044%2ffading-along-a-plot-line-in-tikz%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Installing LyX: “No textclass is found.”LyX installation error- text class not found- 'Reconfigure' or...

(1602) Indiana Índice Designación y nombre Características orbitales Véase...

Universidad Autónoma de Occidente Índice Historia Campus Facultades Programas Académicos Medios de...