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












0















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!!!



enter image description here










share|improve this question

























  • @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


















0















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!!!



enter image description here










share|improve this question

























  • @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
















0












0








0








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!!!



enter image description here










share|improve this question
















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!!!



enter image description here







tikz-pgf pgfplots labels






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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





















  • @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












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%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
















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%2f487317%2fyticklabels-on-the-right-side-of-yaxis%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

Why does my Macbook overheat and use so much CPU and energy when on YouTube?Why do so many insist on using...

How to prevent page numbers from appearing on glossaries?How to remove a dot and a page number in the...

Puerta de Hutt Referencias Enlaces externos Menú de navegación15°58′00″S 5°42′00″O /...