yticklabels on the right side of yaxis Unicorn Meta Zoo #1: Why another podcast? ...
Getting AggregateResult variables from Execute Anonymous Window
RIP Packet Format
What is the ongoing value of the Kanban board to the developers as opposed to management
What is the definining line between a helicopter and a drone a person can ride in?
Why aren't road bicycle wheels tiny?
What do you call an IPA symbol that lacks a name (e.g. ɲ)?
Israeli soda type drink
Is there a verb for listening stealthily?
Why isn't everyone flabbergasted about Bran's "gift"?
Why do people think Winterfell crypts is the safest place for women, children and old people?
Does a Draconic Bloodline sorcerer's doubled proficiency bonus for Charisma checks against dragons apply to all dragon types or only the chosen one?
Is it OK if I do not take the receipt in Germany?
using NDEigensystem to solve the Mathieu equation
Putting Ant-Man on house arrest
Raising a bilingual kid. When should we introduce the majority language?
Where to find documentation for `whois` command options?
Arriving in Atlanta after US Preclearance in Dublin. Will I go through TSA security in Atlanta to transfer to a connecting flight?
When I export an AI 300x60 art board it saves with bigger dimensions
Coin Game with infinite paradox
Was Objective-C really a hindrance to Apple software development?
So I pre ordered a game on my friends home screen but on my Xbox, does that mean I don't get the game and I lost 60$?
Is a self contained air-bullet cartridge feasible?
My admission is revoked after accepting the admission offer
What were wait-states, and why was it only an issue for PCs?
yticklabels on the right side of yaxis
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraPgfPlot with Y-axis only on the right hand sideHow to shift yticklabels vertically?How do i get the x axis on top but keep a line on the bottomyticklabels ProblemsHow to hide empty (value 0) ybars with pgfplots?Show mark labels near marks and not centered in ybar interaval graphmatlab2tikz, label on right side of colorbarpgfplots: percentage in matrix plotCenter the axes in the coordinate originpgfplots yticklabels wont workyticklabels and ytick wont work
Good morning!
How can I put the yticklabels on the right side of yaxis? (Not in the right side of the picture, like here)
This is the code that I use:
documentclass{standalone}
usepackage{pgfplots}
pgfplotsset{compat=1.16}
begin{document}
begin{tikzpicture}[>=latex]
begin{axis}[
grid,
axis x line=center,
axis y line=center,
xtick={-0.7,-0.5,...,0.1},
ytick={0,5,...,50},
xlabel={$x$},
ylabel={$y$},
xlabel style={below right},
ylabel style={above left},
width=0.8textwidth,
xmin=-0.8,
xmax=0.2,
ymin=-1,
ymax=55]
end{axis}
end{tikzpicture}
end{document}
and this is the (not wanted) result.
Thank's in advanced!!!
tikz-pgf pgfplots labels
add a comment |
Good morning!
How can I put the yticklabels on the right side of yaxis? (Not in the right side of the picture, like here)
This is the code that I use:
documentclass{standalone}
usepackage{pgfplots}
pgfplotsset{compat=1.16}
begin{document}
begin{tikzpicture}[>=latex]
begin{axis}[
grid,
axis x line=center,
axis y line=center,
xtick={-0.7,-0.5,...,0.1},
ytick={0,5,...,50},
xlabel={$x$},
ylabel={$y$},
xlabel style={below right},
ylabel style={above left},
width=0.8textwidth,
xmin=-0.8,
xmax=0.2,
ymin=-1,
ymax=55]
end{axis}
end{tikzpicture}
end{document}
and this is the (not wanted) result.
Thank's in advanced!!!
tikz-pgf pgfplots labels
@Raaja I saw that, but it's different than mine. I want the labels on the right side of yaxis, not on the right side of the picture.
– Kώστας Κούδας
16 mins ago
Ok understood (retracted my close vote), could you make it clear in your quesiton? and also make your code compilable?
– Raaja
14 mins ago
@Raaja , ok! I changed the code and I mentioned the differences with the other question.
– Kώστας Κούδας
5 mins ago
add a comment |
Good morning!
How can I put the yticklabels on the right side of yaxis? (Not in the right side of the picture, like here)
This is the code that I use:
documentclass{standalone}
usepackage{pgfplots}
pgfplotsset{compat=1.16}
begin{document}
begin{tikzpicture}[>=latex]
begin{axis}[
grid,
axis x line=center,
axis y line=center,
xtick={-0.7,-0.5,...,0.1},
ytick={0,5,...,50},
xlabel={$x$},
ylabel={$y$},
xlabel style={below right},
ylabel style={above left},
width=0.8textwidth,
xmin=-0.8,
xmax=0.2,
ymin=-1,
ymax=55]
end{axis}
end{tikzpicture}
end{document}
and this is the (not wanted) result.
Thank's in advanced!!!
tikz-pgf pgfplots labels
Good morning!
How can I put the yticklabels on the right side of yaxis? (Not in the right side of the picture, like here)
This is the code that I use:
documentclass{standalone}
usepackage{pgfplots}
pgfplotsset{compat=1.16}
begin{document}
begin{tikzpicture}[>=latex]
begin{axis}[
grid,
axis x line=center,
axis y line=center,
xtick={-0.7,-0.5,...,0.1},
ytick={0,5,...,50},
xlabel={$x$},
ylabel={$y$},
xlabel style={below right},
ylabel style={above left},
width=0.8textwidth,
xmin=-0.8,
xmax=0.2,
ymin=-1,
ymax=55]
end{axis}
end{tikzpicture}
end{document}
and this is the (not wanted) result.
Thank's in advanced!!!
tikz-pgf pgfplots labels
tikz-pgf pgfplots labels
edited 7 mins ago
Kώστας Κούδας
asked 22 mins ago
Kώστας ΚούδαςKώστας Κούδας
39218
39218
@Raaja I saw that, but it's different than mine. I want the labels on the right side of yaxis, not on the right side of the picture.
– Kώστας Κούδας
16 mins ago
Ok understood (retracted my close vote), could you make it clear in your quesiton? and also make your code compilable?
– Raaja
14 mins ago
@Raaja , ok! I changed the code and I mentioned the differences with the other question.
– Kώστας Κούδας
5 mins ago
add a comment |
@Raaja I saw that, but it's different than mine. I want the labels on the right side of yaxis, not on the right side of the picture.
– Kώστας Κούδας
16 mins ago
Ok understood (retracted my close vote), could you make it clear in your quesiton? and also make your code compilable?
– Raaja
14 mins ago
@Raaja , ok! I changed the code and I mentioned the differences with the other question.
– Kώστας Κούδας
5 mins ago
@Raaja I saw that, but it's different than mine. I want the labels on the right side of yaxis, not on the right side of the picture.
– Kώστας Κούδας
16 mins ago
@Raaja I saw that, but it's different than mine. I want the labels on the right side of yaxis, not on the right side of the picture.
– Kώστας Κούδας
16 mins ago
Ok understood (retracted my close vote), could you make it clear in your quesiton? and also make your code compilable?
– Raaja
14 mins ago
Ok understood (retracted my close vote), could you make it clear in your quesiton? and also make your code compilable?
– Raaja
14 mins ago
@Raaja , ok! I changed the code and I mentioned the differences with the other question.
– Kώστας Κούδας
5 mins ago
@Raaja , ok! I changed the code and I mentioned the differences with the other question.
– Kώστας Κούδας
5 mins 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%2f487317%2fyticklabels-on-the-right-side-of-yaxis%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%2f487317%2fyticklabels-on-the-right-side-of-yaxis%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
@Raaja I saw that, but it's different than mine. I want the labels on the right side of yaxis, not on the right side of the picture.
– Kώστας Κούδας
16 mins ago
Ok understood (retracted my close vote), could you make it clear in your quesiton? and also make your code compilable?
– Raaja
14 mins ago
@Raaja , ok! I changed the code and I mentioned the differences with the other question.
– Kώστας Κούδας
5 mins ago