How can I change the base value on the following barchart from 0 to another value (eg 0.001)? Right now it looks plain silly:

Code:
h=bar(matrix);
set(gca,'YScale','log')
Bonus points / good karma for changing x-values to text!
Cheers
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.
Maybe the option to change the
baseValueproperty of bar plots came out only in a later version of Matlab (which version do you have?), but the following works for me: