I have a graph of memory use over time which looks like:

I set the y-axis: { max:n } value n to 1024 (which means 1024MB of RAM).
How do I get Flot to change the y-axis labels so they display:
1024 768 512 256 128 0
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use the
ticksoption for this:You can test it out here, the
markingsoption is just to give it a bit of style, if you’re after an effect like that at all.