pgfplots: bars starting from the bottom of the screenpgfplots and log scale: bars starting from the bottom of...

Is there really no use for MD5 anymore?

How can I wire a 9-position switch so that each position turns on one more LED than the one before?

Can a stored procedure reference the database in which it is stored?

Is Diceware more secure than a long passphrase?

How to pronounce 'c++' in Spanish

What is the most expensive material in the world that could be used to create Pun-Pun's lute?

Contradiction proof for inequality of P and NP?

"My boss was furious with me and I have been fired" vs. "My boss was furious with me and I was fired"

Why must Chinese maps be obfuscated?

Check if a string is entirely made of the same substring

Creating a chemical industry without petroleum

Which big number is bigger?

Could moose/elk survive in the Amazon forest?

Unknown code in script

English or Hindi translation of Vyasa Smriti

Mistake in years of experience in resume?

How much of a wave function must reside inside event horizon for it to be consumed by the black hole?

A Paper Record is What I Hamper

Retract an already submitted recommendation letter (written for an undergrad student)

What was Apollo 13's "Little Jolt" after MECO?

Can I criticise the more senior developers around me for not writing clean code?

What to do with someone that cheated their way through university and a PhD program?

The weakest link

Why is the underscore command _ useful?



pgfplots: bars starting from the bottom of the screen


pgfplots and log scale: bars starting from the bottom of the screeenGrouped bar chartHow do i get the x axis on top but keep a line on the bottomRemove space between x axis and bars in bar plotHow to make ybar chart where the final bar start at the end of the other one?How to hide empty (value 0) ybars with pgfplots?Show mark labels near marks and not centered in ybar interaval graphCenter the axes in the coordinate originProblem with error bars while using pgfplotsChanging order of draw operation in PGFPlots













0















The following example:



begin{tikzpicture}
begin{axis}[ybar,ymin=-5,ymax=0]
addplot coordinates{
(1,-1)
(2,-2)
(3,-3)
};
end{axis}
end{tikzpicture}


compiles to this bar chart:



1



I'd like the bars to start from the bottom of the screen instead of the top. Are there any possibilities to set the origin point to the bottom?



Thanks for your help ;)










share|improve this question







New contributor




Tobias Domhoefer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • Welcome to TeX-SE! If they start at the bottom of the screen and go in the negative direction, they will end up covering the keyboard?

    – marmot
    15 mins ago











  • But the values are negative anyway, how would you make the bars go "up"?

    – zyy
    11 mins ago
















0















The following example:



begin{tikzpicture}
begin{axis}[ybar,ymin=-5,ymax=0]
addplot coordinates{
(1,-1)
(2,-2)
(3,-3)
};
end{axis}
end{tikzpicture}


compiles to this bar chart:



1



I'd like the bars to start from the bottom of the screen instead of the top. Are there any possibilities to set the origin point to the bottom?



Thanks for your help ;)










share|improve this question







New contributor




Tobias Domhoefer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • Welcome to TeX-SE! If they start at the bottom of the screen and go in the negative direction, they will end up covering the keyboard?

    – marmot
    15 mins ago











  • But the values are negative anyway, how would you make the bars go "up"?

    – zyy
    11 mins ago














0












0








0








The following example:



begin{tikzpicture}
begin{axis}[ybar,ymin=-5,ymax=0]
addplot coordinates{
(1,-1)
(2,-2)
(3,-3)
};
end{axis}
end{tikzpicture}


compiles to this bar chart:



1



I'd like the bars to start from the bottom of the screen instead of the top. Are there any possibilities to set the origin point to the bottom?



Thanks for your help ;)










share|improve this question







New contributor




Tobias Domhoefer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












The following example:



begin{tikzpicture}
begin{axis}[ybar,ymin=-5,ymax=0]
addplot coordinates{
(1,-1)
(2,-2)
(3,-3)
};
end{axis}
end{tikzpicture}


compiles to this bar chart:



1



I'd like the bars to start from the bottom of the screen instead of the top. Are there any possibilities to set the origin point to the bottom?



Thanks for your help ;)







pgfplots






share|improve this question







New contributor




Tobias Domhoefer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




Tobias Domhoefer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




Tobias Domhoefer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 17 mins ago









Tobias DomhoeferTobias Domhoefer

1




1




New contributor




Tobias Domhoefer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Tobias Domhoefer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Tobias Domhoefer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.













  • Welcome to TeX-SE! If they start at the bottom of the screen and go in the negative direction, they will end up covering the keyboard?

    – marmot
    15 mins ago











  • But the values are negative anyway, how would you make the bars go "up"?

    – zyy
    11 mins ago



















  • Welcome to TeX-SE! If they start at the bottom of the screen and go in the negative direction, they will end up covering the keyboard?

    – marmot
    15 mins ago











  • But the values are negative anyway, how would you make the bars go "up"?

    – zyy
    11 mins ago

















Welcome to TeX-SE! If they start at the bottom of the screen and go in the negative direction, they will end up covering the keyboard?

– marmot
15 mins ago





Welcome to TeX-SE! If they start at the bottom of the screen and go in the negative direction, they will end up covering the keyboard?

– marmot
15 mins ago













But the values are negative anyway, how would you make the bars go "up"?

– zyy
11 mins ago





But the values are negative anyway, how would you make the bars go "up"?

– zyy
11 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
});


}
});






Tobias Domhoefer is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f487632%2fpgfplots-bars-starting-from-the-bottom-of-the-screen%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








Tobias Domhoefer is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















Tobias Domhoefer is a new contributor. Be nice, and check out our Code of Conduct.













Tobias Domhoefer is a new contributor. Be nice, and check out our Code of Conduct.












Tobias Domhoefer is a new contributor. Be nice, and check out our Code of Conduct.
















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%2f487632%2fpgfplots-bars-starting-from-the-bottom-of-the-screen%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

IEEEtran - How to include ORCID in TeX/PDF with PdfLatexIs there a standard way to include ORCID in TeX /...

Cicindela nigrior Przypisy | Menu nawigacyjneCicindela varians unicolorManual for the Identification of the...

Glossaries-extra: Adding glossaries package to “Clas­sicTh­e­sis” template by Dr. André Miede v. 4.6 ...