inserting $pi$ in $x$-axis using tikz Unicorn Meta Zoo #1: Why another podcast? ...
What's the difference between using dependency injection with a container and using a service locator?
What is the term for a person whose job is to place products on shelves in stores?
Retract an already submitted recommendation letter (written for an undergrad student)
How can I close the quickfix window and go back to the file I was editing
Character Optimization: Shillelagh Whirlwind
"Whatever a Russian does, they end up making the Kalashnikov gun"? Are there any similar proverbs in English?
Unable to completely uninstall Zoom meeting app
Will I lose my paid in full property
What makes accurate emulation of old systems a difficult task?
What was Apollo 13's "Little Jolt" after MECO?
Multiple options vs single option UI
Is accepting an invalid credit card number a security issue?
Scheduling based problem
Tikz positioning above circle exact alignment
Multiple fireplaces in an apartment building?
Intern got a job offer for same salary than a long term team member
A Paper Record is What I Hamper
How to find if a column is referenced in a computed column?
"Rubric" as meaning "signature" or "personal mark" -- is this accepted usage?
"My boss was furious with me and I have been fired" vs. "My boss was furious with me and I was fired"
Did the Roman Empire have penal colonies?
How would this chord from "Rocket Man" be analyzed?
How do I check if a string is entirely made of the same substring?
How much of a wave function must reside inside event horizon for it to be consumed by the black hole?
inserting $pi$ in $x$-axis using tikz
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraGive the labels to midpoints of a trianglepgfplots axis scalingHow to optimize TikZ code?How to define the default vertical distance between nodes?TikZ inserting textTikZ/ERD: node (=Entity) label on the insideInvert axis using pgfplots and TiKzHow to prevent rounded and duplicated tick labels in pgfplots with fixed precision?Tikz: axis overlays markersDrawing rectilinear curves in Tikz, aka an Etch-a-Sketch drawingStrange behavior using tkz-fct
I would like to insert the labels in math mode just like in a regular math expression.
documentclass{standalone}
usepackage{tikz,tkz-fct}
begin{document}
begin{tikzpicture}
tkzInit[xmin=-1.1,xmax=13.2,ymin=-2,ymax=2]
tkzDrawX[trig=1]
tkzDrawY[noticks]
tkzFct[domain=-1:13]{cos(x)}
tkzDefPoint(0,-1){-1}
tkzDefPoint(0,1){1}
tkzDefPoint(pi/2,0){pi/2}
tkzDefPoint(pi,0){pi}
tkzDefPoint(3*pi/2,0){3pi/2}
tkzDefPoint(2*pi,0){2pi}
tkzDefPoint(5*pi/2,0){5pi/2}
tkzDefPoint(3*pi,0){3pi}
tkzDefPoint(7*pi/2,0){7pi/2}
tkzDefPoint(4*pi,0){4pi}
tkzDrawPoint(pi/2)
tkzDrawPoint(-1)
tkzDrawPoint(1)
tkzDrawPoint(3pi/2)
tkzDrawPoint(pi)
tkzDrawPoint(2pi)
tkzDrawPoint(5pi/2)
tkzDrawPoint(3pi)
tkzDrawPoint(7pi/2)
tkzDrawPoint(4pi)
tkzLabelPoints[below left](-1)
tkzLabelPoints[above left](1)
tkzLabelPoints[below left](pi/2)
tkzLabelPoints[above](pi)
tkzLabelPoints[below right](3pi/2)
tkzLabelPoints[below](2pi)
tkzLabelPoints[below left](5pi/2)
tkzLabelPoints[above](3pi)
tkzLabelPoints[below right](7pi/2)
tkzLabelPoints[below](4pi)
tkzHLine[dashed]{1}
tkzHLine[dashed]{-1}
end{tikzpicture}
end{document}
hete it is what I got
tikz-pgf tkz-fct
add a comment |
I would like to insert the labels in math mode just like in a regular math expression.
documentclass{standalone}
usepackage{tikz,tkz-fct}
begin{document}
begin{tikzpicture}
tkzInit[xmin=-1.1,xmax=13.2,ymin=-2,ymax=2]
tkzDrawX[trig=1]
tkzDrawY[noticks]
tkzFct[domain=-1:13]{cos(x)}
tkzDefPoint(0,-1){-1}
tkzDefPoint(0,1){1}
tkzDefPoint(pi/2,0){pi/2}
tkzDefPoint(pi,0){pi}
tkzDefPoint(3*pi/2,0){3pi/2}
tkzDefPoint(2*pi,0){2pi}
tkzDefPoint(5*pi/2,0){5pi/2}
tkzDefPoint(3*pi,0){3pi}
tkzDefPoint(7*pi/2,0){7pi/2}
tkzDefPoint(4*pi,0){4pi}
tkzDrawPoint(pi/2)
tkzDrawPoint(-1)
tkzDrawPoint(1)
tkzDrawPoint(3pi/2)
tkzDrawPoint(pi)
tkzDrawPoint(2pi)
tkzDrawPoint(5pi/2)
tkzDrawPoint(3pi)
tkzDrawPoint(7pi/2)
tkzDrawPoint(4pi)
tkzLabelPoints[below left](-1)
tkzLabelPoints[above left](1)
tkzLabelPoints[below left](pi/2)
tkzLabelPoints[above](pi)
tkzLabelPoints[below right](3pi/2)
tkzLabelPoints[below](2pi)
tkzLabelPoints[below left](5pi/2)
tkzLabelPoints[above](3pi)
tkzLabelPoints[below right](7pi/2)
tkzLabelPoints[below](4pi)
tkzHLine[dashed]{1}
tkzHLine[dashed]{-1}
end{tikzpicture}
end{document}
hete it is what I got
tikz-pgf tkz-fct
Please add your code without the>
s.
– JouleV
19 mins ago
Please do not use formating " for code, use {} instead!
– Kurt
19 mins ago
@kurt please let me know you put > in a grey background
– Marcos Paulo
13 mins ago
Sorry, I do not understand: I edited your title to capital I and formated your code after deleting the blank lines with{}
to get 4 spaces added before each code line. Thats all!
– Kurt
6 mins ago
add a comment |
I would like to insert the labels in math mode just like in a regular math expression.
documentclass{standalone}
usepackage{tikz,tkz-fct}
begin{document}
begin{tikzpicture}
tkzInit[xmin=-1.1,xmax=13.2,ymin=-2,ymax=2]
tkzDrawX[trig=1]
tkzDrawY[noticks]
tkzFct[domain=-1:13]{cos(x)}
tkzDefPoint(0,-1){-1}
tkzDefPoint(0,1){1}
tkzDefPoint(pi/2,0){pi/2}
tkzDefPoint(pi,0){pi}
tkzDefPoint(3*pi/2,0){3pi/2}
tkzDefPoint(2*pi,0){2pi}
tkzDefPoint(5*pi/2,0){5pi/2}
tkzDefPoint(3*pi,0){3pi}
tkzDefPoint(7*pi/2,0){7pi/2}
tkzDefPoint(4*pi,0){4pi}
tkzDrawPoint(pi/2)
tkzDrawPoint(-1)
tkzDrawPoint(1)
tkzDrawPoint(3pi/2)
tkzDrawPoint(pi)
tkzDrawPoint(2pi)
tkzDrawPoint(5pi/2)
tkzDrawPoint(3pi)
tkzDrawPoint(7pi/2)
tkzDrawPoint(4pi)
tkzLabelPoints[below left](-1)
tkzLabelPoints[above left](1)
tkzLabelPoints[below left](pi/2)
tkzLabelPoints[above](pi)
tkzLabelPoints[below right](3pi/2)
tkzLabelPoints[below](2pi)
tkzLabelPoints[below left](5pi/2)
tkzLabelPoints[above](3pi)
tkzLabelPoints[below right](7pi/2)
tkzLabelPoints[below](4pi)
tkzHLine[dashed]{1}
tkzHLine[dashed]{-1}
end{tikzpicture}
end{document}
hete it is what I got
tikz-pgf tkz-fct
I would like to insert the labels in math mode just like in a regular math expression.
documentclass{standalone}
usepackage{tikz,tkz-fct}
begin{document}
begin{tikzpicture}
tkzInit[xmin=-1.1,xmax=13.2,ymin=-2,ymax=2]
tkzDrawX[trig=1]
tkzDrawY[noticks]
tkzFct[domain=-1:13]{cos(x)}
tkzDefPoint(0,-1){-1}
tkzDefPoint(0,1){1}
tkzDefPoint(pi/2,0){pi/2}
tkzDefPoint(pi,0){pi}
tkzDefPoint(3*pi/2,0){3pi/2}
tkzDefPoint(2*pi,0){2pi}
tkzDefPoint(5*pi/2,0){5pi/2}
tkzDefPoint(3*pi,0){3pi}
tkzDefPoint(7*pi/2,0){7pi/2}
tkzDefPoint(4*pi,0){4pi}
tkzDrawPoint(pi/2)
tkzDrawPoint(-1)
tkzDrawPoint(1)
tkzDrawPoint(3pi/2)
tkzDrawPoint(pi)
tkzDrawPoint(2pi)
tkzDrawPoint(5pi/2)
tkzDrawPoint(3pi)
tkzDrawPoint(7pi/2)
tkzDrawPoint(4pi)
tkzLabelPoints[below left](-1)
tkzLabelPoints[above left](1)
tkzLabelPoints[below left](pi/2)
tkzLabelPoints[above](pi)
tkzLabelPoints[below right](3pi/2)
tkzLabelPoints[below](2pi)
tkzLabelPoints[below left](5pi/2)
tkzLabelPoints[above](3pi)
tkzLabelPoints[below right](7pi/2)
tkzLabelPoints[below](4pi)
tkzHLine[dashed]{1}
tkzHLine[dashed]{-1}
end{tikzpicture}
end{document}
hete it is what I got
tikz-pgf tkz-fct
tikz-pgf tkz-fct
edited 14 mins ago
Marcos Paulo
asked 24 mins ago
Marcos PauloMarcos Paulo
113
113
Please add your code without the>
s.
– JouleV
19 mins ago
Please do not use formating " for code, use {} instead!
– Kurt
19 mins ago
@kurt please let me know you put > in a grey background
– Marcos Paulo
13 mins ago
Sorry, I do not understand: I edited your title to capital I and formated your code after deleting the blank lines with{}
to get 4 spaces added before each code line. Thats all!
– Kurt
6 mins ago
add a comment |
Please add your code without the>
s.
– JouleV
19 mins ago
Please do not use formating " for code, use {} instead!
– Kurt
19 mins ago
@kurt please let me know you put > in a grey background
– Marcos Paulo
13 mins ago
Sorry, I do not understand: I edited your title to capital I and formated your code after deleting the blank lines with{}
to get 4 spaces added before each code line. Thats all!
– Kurt
6 mins ago
Please add your code without the
>
s.– JouleV
19 mins ago
Please add your code without the
>
s.– JouleV
19 mins ago
Please do not use formating " for code, use {} instead!
– Kurt
19 mins ago
Please do not use formating " for code, use {} instead!
– Kurt
19 mins ago
@kurt please let me know you put > in a grey background
– Marcos Paulo
13 mins ago
@kurt please let me know you put > in a grey background
– Marcos Paulo
13 mins ago
Sorry, I do not understand: I edited your title to capital I and formated your code after deleting the blank lines with
{}
to get 4 spaces added before each code line. Thats all!– Kurt
6 mins ago
Sorry, I do not understand: I edited your title to capital I and formated your code after deleting the blank lines with
{}
to get 4 spaces added before each code line. Thats all!– Kurt
6 mins ago
add a comment |
1 Answer
1
active
oldest
votes
Use tkzLabelPoint
instead of tkzLabelPoints
, as in this answer.
documentclass{standalone}
usepackage{tikz,tkz-fct}
begin{document}
begin{tikzpicture}
tkzInit[xmin=-1.1,xmax=13.2,ymin=-2,ymax=2]
tkzDrawX[trig=1]
tkzDrawY[noticks]
tkzFct[domain=-1:13]{cos(x)}
tkzDefPoint(0,-1){-1}
tkzDefPoint(0,1){1}
tkzDefPoint(pi/2,0){pi/2}
tkzDefPoint(pi,0){pi}
tkzDefPoint(3*pi/2,0){3pi/2}
tkzDefPoint(2*pi,0){2pi}
tkzDefPoint(5*pi/2,0){5pi/2}
tkzDefPoint(3*pi,0){3pi}
tkzDefPoint(7*pi/2,0){7pi/2}
tkzDefPoint(4*pi,0){4pi}
tkzDrawPoint(pi/2)
tkzDrawPoint(-1)
tkzDrawPoint(1)
tkzDrawPoint(3pi/2)
tkzDrawPoint(pi)
tkzDrawPoint(2pi)
tkzDrawPoint(5pi/2)
tkzDrawPoint(3pi)
tkzDrawPoint(7pi/2)
tkzDrawPoint(4pi)
tkzLabelPoints[below left](-1)
tkzLabelPoints[above left](1)
tkzLabelPoint[below left](pi/2){$pi/2$}
tkzLabelPoint[above](pi){$pi$}
tkzLabelPoint[below right](3pi/2){$3pi/2$}
tkzLabelPoint[below](2pi){$2pi$}
tkzLabelPoint[below left](5pi/2){$5pi/2$}
tkzLabelPoint[above](3pi){$3pi$}
tkzLabelPoint[below right](7pi/2){$7pi/2$}
tkzLabelPoint[below](4pi){$4pi$}
tkzHLine[dashed]{1}
tkzHLine[dashed]{-1}
end{tikzpicture}
end{document}
Would that not be better a duplicate ?
– Kurt
4 mins ago
@Kurt Fine with me. I never understood the criteria of duplicates on this site. If this is a duplicate, by the same standards about 80-90% of the questions are duplicates. I won't mark it as a duplicate because of the stupid gold badge thingy.
– marmot
3 mins ago
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%2f487571%2finserting-pi-in-x-axis-using-tikz%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
Use tkzLabelPoint
instead of tkzLabelPoints
, as in this answer.
documentclass{standalone}
usepackage{tikz,tkz-fct}
begin{document}
begin{tikzpicture}
tkzInit[xmin=-1.1,xmax=13.2,ymin=-2,ymax=2]
tkzDrawX[trig=1]
tkzDrawY[noticks]
tkzFct[domain=-1:13]{cos(x)}
tkzDefPoint(0,-1){-1}
tkzDefPoint(0,1){1}
tkzDefPoint(pi/2,0){pi/2}
tkzDefPoint(pi,0){pi}
tkzDefPoint(3*pi/2,0){3pi/2}
tkzDefPoint(2*pi,0){2pi}
tkzDefPoint(5*pi/2,0){5pi/2}
tkzDefPoint(3*pi,0){3pi}
tkzDefPoint(7*pi/2,0){7pi/2}
tkzDefPoint(4*pi,0){4pi}
tkzDrawPoint(pi/2)
tkzDrawPoint(-1)
tkzDrawPoint(1)
tkzDrawPoint(3pi/2)
tkzDrawPoint(pi)
tkzDrawPoint(2pi)
tkzDrawPoint(5pi/2)
tkzDrawPoint(3pi)
tkzDrawPoint(7pi/2)
tkzDrawPoint(4pi)
tkzLabelPoints[below left](-1)
tkzLabelPoints[above left](1)
tkzLabelPoint[below left](pi/2){$pi/2$}
tkzLabelPoint[above](pi){$pi$}
tkzLabelPoint[below right](3pi/2){$3pi/2$}
tkzLabelPoint[below](2pi){$2pi$}
tkzLabelPoint[below left](5pi/2){$5pi/2$}
tkzLabelPoint[above](3pi){$3pi$}
tkzLabelPoint[below right](7pi/2){$7pi/2$}
tkzLabelPoint[below](4pi){$4pi$}
tkzHLine[dashed]{1}
tkzHLine[dashed]{-1}
end{tikzpicture}
end{document}
Would that not be better a duplicate ?
– Kurt
4 mins ago
@Kurt Fine with me. I never understood the criteria of duplicates on this site. If this is a duplicate, by the same standards about 80-90% of the questions are duplicates. I won't mark it as a duplicate because of the stupid gold badge thingy.
– marmot
3 mins ago
add a comment |
Use tkzLabelPoint
instead of tkzLabelPoints
, as in this answer.
documentclass{standalone}
usepackage{tikz,tkz-fct}
begin{document}
begin{tikzpicture}
tkzInit[xmin=-1.1,xmax=13.2,ymin=-2,ymax=2]
tkzDrawX[trig=1]
tkzDrawY[noticks]
tkzFct[domain=-1:13]{cos(x)}
tkzDefPoint(0,-1){-1}
tkzDefPoint(0,1){1}
tkzDefPoint(pi/2,0){pi/2}
tkzDefPoint(pi,0){pi}
tkzDefPoint(3*pi/2,0){3pi/2}
tkzDefPoint(2*pi,0){2pi}
tkzDefPoint(5*pi/2,0){5pi/2}
tkzDefPoint(3*pi,0){3pi}
tkzDefPoint(7*pi/2,0){7pi/2}
tkzDefPoint(4*pi,0){4pi}
tkzDrawPoint(pi/2)
tkzDrawPoint(-1)
tkzDrawPoint(1)
tkzDrawPoint(3pi/2)
tkzDrawPoint(pi)
tkzDrawPoint(2pi)
tkzDrawPoint(5pi/2)
tkzDrawPoint(3pi)
tkzDrawPoint(7pi/2)
tkzDrawPoint(4pi)
tkzLabelPoints[below left](-1)
tkzLabelPoints[above left](1)
tkzLabelPoint[below left](pi/2){$pi/2$}
tkzLabelPoint[above](pi){$pi$}
tkzLabelPoint[below right](3pi/2){$3pi/2$}
tkzLabelPoint[below](2pi){$2pi$}
tkzLabelPoint[below left](5pi/2){$5pi/2$}
tkzLabelPoint[above](3pi){$3pi$}
tkzLabelPoint[below right](7pi/2){$7pi/2$}
tkzLabelPoint[below](4pi){$4pi$}
tkzHLine[dashed]{1}
tkzHLine[dashed]{-1}
end{tikzpicture}
end{document}
Would that not be better a duplicate ?
– Kurt
4 mins ago
@Kurt Fine with me. I never understood the criteria of duplicates on this site. If this is a duplicate, by the same standards about 80-90% of the questions are duplicates. I won't mark it as a duplicate because of the stupid gold badge thingy.
– marmot
3 mins ago
add a comment |
Use tkzLabelPoint
instead of tkzLabelPoints
, as in this answer.
documentclass{standalone}
usepackage{tikz,tkz-fct}
begin{document}
begin{tikzpicture}
tkzInit[xmin=-1.1,xmax=13.2,ymin=-2,ymax=2]
tkzDrawX[trig=1]
tkzDrawY[noticks]
tkzFct[domain=-1:13]{cos(x)}
tkzDefPoint(0,-1){-1}
tkzDefPoint(0,1){1}
tkzDefPoint(pi/2,0){pi/2}
tkzDefPoint(pi,0){pi}
tkzDefPoint(3*pi/2,0){3pi/2}
tkzDefPoint(2*pi,0){2pi}
tkzDefPoint(5*pi/2,0){5pi/2}
tkzDefPoint(3*pi,0){3pi}
tkzDefPoint(7*pi/2,0){7pi/2}
tkzDefPoint(4*pi,0){4pi}
tkzDrawPoint(pi/2)
tkzDrawPoint(-1)
tkzDrawPoint(1)
tkzDrawPoint(3pi/2)
tkzDrawPoint(pi)
tkzDrawPoint(2pi)
tkzDrawPoint(5pi/2)
tkzDrawPoint(3pi)
tkzDrawPoint(7pi/2)
tkzDrawPoint(4pi)
tkzLabelPoints[below left](-1)
tkzLabelPoints[above left](1)
tkzLabelPoint[below left](pi/2){$pi/2$}
tkzLabelPoint[above](pi){$pi$}
tkzLabelPoint[below right](3pi/2){$3pi/2$}
tkzLabelPoint[below](2pi){$2pi$}
tkzLabelPoint[below left](5pi/2){$5pi/2$}
tkzLabelPoint[above](3pi){$3pi$}
tkzLabelPoint[below right](7pi/2){$7pi/2$}
tkzLabelPoint[below](4pi){$4pi$}
tkzHLine[dashed]{1}
tkzHLine[dashed]{-1}
end{tikzpicture}
end{document}
Use tkzLabelPoint
instead of tkzLabelPoints
, as in this answer.
documentclass{standalone}
usepackage{tikz,tkz-fct}
begin{document}
begin{tikzpicture}
tkzInit[xmin=-1.1,xmax=13.2,ymin=-2,ymax=2]
tkzDrawX[trig=1]
tkzDrawY[noticks]
tkzFct[domain=-1:13]{cos(x)}
tkzDefPoint(0,-1){-1}
tkzDefPoint(0,1){1}
tkzDefPoint(pi/2,0){pi/2}
tkzDefPoint(pi,0){pi}
tkzDefPoint(3*pi/2,0){3pi/2}
tkzDefPoint(2*pi,0){2pi}
tkzDefPoint(5*pi/2,0){5pi/2}
tkzDefPoint(3*pi,0){3pi}
tkzDefPoint(7*pi/2,0){7pi/2}
tkzDefPoint(4*pi,0){4pi}
tkzDrawPoint(pi/2)
tkzDrawPoint(-1)
tkzDrawPoint(1)
tkzDrawPoint(3pi/2)
tkzDrawPoint(pi)
tkzDrawPoint(2pi)
tkzDrawPoint(5pi/2)
tkzDrawPoint(3pi)
tkzDrawPoint(7pi/2)
tkzDrawPoint(4pi)
tkzLabelPoints[below left](-1)
tkzLabelPoints[above left](1)
tkzLabelPoint[below left](pi/2){$pi/2$}
tkzLabelPoint[above](pi){$pi$}
tkzLabelPoint[below right](3pi/2){$3pi/2$}
tkzLabelPoint[below](2pi){$2pi$}
tkzLabelPoint[below left](5pi/2){$5pi/2$}
tkzLabelPoint[above](3pi){$3pi$}
tkzLabelPoint[below right](7pi/2){$7pi/2$}
tkzLabelPoint[below](4pi){$4pi$}
tkzHLine[dashed]{1}
tkzHLine[dashed]{-1}
end{tikzpicture}
end{document}
answered 6 mins ago
marmotmarmot
121k6158296
121k6158296
Would that not be better a duplicate ?
– Kurt
4 mins ago
@Kurt Fine with me. I never understood the criteria of duplicates on this site. If this is a duplicate, by the same standards about 80-90% of the questions are duplicates. I won't mark it as a duplicate because of the stupid gold badge thingy.
– marmot
3 mins ago
add a comment |
Would that not be better a duplicate ?
– Kurt
4 mins ago
@Kurt Fine with me. I never understood the criteria of duplicates on this site. If this is a duplicate, by the same standards about 80-90% of the questions are duplicates. I won't mark it as a duplicate because of the stupid gold badge thingy.
– marmot
3 mins ago
Would that not be better a duplicate ?
– Kurt
4 mins ago
Would that not be better a duplicate ?
– Kurt
4 mins ago
@Kurt Fine with me. I never understood the criteria of duplicates on this site. If this is a duplicate, by the same standards about 80-90% of the questions are duplicates. I won't mark it as a duplicate because of the stupid gold badge thingy.
– marmot
3 mins ago
@Kurt Fine with me. I never understood the criteria of duplicates on this site. If this is a duplicate, by the same standards about 80-90% of the questions are duplicates. I won't mark it as a duplicate because of the stupid gold badge thingy.
– marmot
3 mins ago
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%2f487571%2finserting-pi-in-x-axis-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
Please add your code without the
>
s.– JouleV
19 mins ago
Please do not use formating " for code, use {} instead!
– Kurt
19 mins ago
@kurt please let me know you put > in a grey background
– Marcos Paulo
13 mins ago
Sorry, I do not understand: I edited your title to capital I and formated your code after deleting the blank lines with
{}
to get 4 spaces added before each code line. Thats all!– Kurt
6 mins ago