No idea how to draw this using tikzTikz, how to a simple new shapehow to draw circles inside circlesDraw nodes with path in tikzI need some hints on how to draw this figureHow can I draw a circular graph in tikz?How to modify this TikZ code to draw in another locationsDraw Circle About FigureHow to produce this node graph in tikzAutomatically draw a graph with a cycle in Tikz?How to draw a 2-dim Brownian motion into a disk
Books on the History of math research at European universities
Can I Retrieve Email Addresses from BCC?
Female=gender counterpart?
Simple recursive Sudoku solver
How do ultrasonic sensors differentiate between transmitted and received signals?
What if somebody invests in my application?
For airliners, what prevents wing strikes on landing in bad weather?
Can I rely on these GitHub repository files?
Would it be legal for a US State to ban exports of a natural resource?
Does "Dominei" mean something?
A workplace installs custom certificates on personal devices, can this be used to decrypt HTTPS traffic?
Is there a problem with hiding "forgot password" until it's needed?
I'm in charge of equipment buying but no one's ever happy with what I choose. How to fix this?
The One-Electron Universe postulate is true - what simple change can I make to change the whole universe?
Could solar power be utilized and substitute coal in the 19th century?
Lifted its hind leg on or lifted its hind leg towards?
What is the term when two people sing in harmony, but they aren't singing the same notes?
Superhero words!
My boss asked me to take a one-day class, then signs it up as a day off
Is exact Kanji stroke length important?
Blender - show edges angles “direction”
What should I use for Mishna study?
Java - What do constructor type arguments mean when placed *before* the type?
Latex for-and in equation
No idea how to draw this using tikz
Tikz, how to a simple new shapehow to draw circles inside circlesDraw nodes with path in tikzI need some hints on how to draw this figureHow can I draw a circular graph in tikz?How to modify this TikZ code to draw in another locationsDraw Circle About FigureHow to produce this node graph in tikzAutomatically draw a graph with a cycle in Tikz?How to draw a 2-dim Brownian motion into a disk
I am tryin to draw something like this:
I have tryied a lot of things, like defining this
newcommandirregularcircle[2]
pgfextra pgfmathsetmacrolen(#1)+rand*(#2)
+(0:len pt)
foreach a in 10,20,...,120
pgfextra pgfmathsetmacrolen(#1)+rand*(#2)
-- +(a:len pt)
-- cycle
But it don't give a figure that can be between the x-axis and the circle, and I don't know how to do this. Thanks.
tikz-pgf draw
add a comment |
I am tryin to draw something like this:
I have tryied a lot of things, like defining this
newcommandirregularcircle[2]
pgfextra pgfmathsetmacrolen(#1)+rand*(#2)
+(0:len pt)
foreach a in 10,20,...,120
pgfextra pgfmathsetmacrolen(#1)+rand*(#2)
-- +(a:len pt)
-- cycle
But it don't give a figure that can be between the x-axis and the circle, and I don't know how to do this. Thanks.
tikz-pgf draw
add a comment |
I am tryin to draw something like this:
I have tryied a lot of things, like defining this
newcommandirregularcircle[2]
pgfextra pgfmathsetmacrolen(#1)+rand*(#2)
+(0:len pt)
foreach a in 10,20,...,120
pgfextra pgfmathsetmacrolen(#1)+rand*(#2)
-- +(a:len pt)
-- cycle
But it don't give a figure that can be between the x-axis and the circle, and I don't know how to do this. Thanks.
tikz-pgf draw
I am tryin to draw something like this:
I have tryied a lot of things, like defining this
newcommandirregularcircle[2]
pgfextra pgfmathsetmacrolen(#1)+rand*(#2)
+(0:len pt)
foreach a in 10,20,...,120
pgfextra pgfmathsetmacrolen(#1)+rand*(#2)
-- +(a:len pt)
-- cycle
But it don't give a figure that can be between the x-axis and the circle, and I don't know how to do this. Thanks.
tikz-pgf draw
tikz-pgf draw
asked 2 mins ago
J.RodriguezJ.Rodriguez
565
565
add a comment |
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%2f481460%2fno-idea-how-to-draw-this-using-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
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%2f481460%2fno-idea-how-to-draw-this-using-tikz%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