|
From: | Brett Green |
Subject: | Re: categorical bar graph |
Date: | Mon, 28 Oct 2019 12:25:46 -0400 |
Hi! I have to make a bar graph and I want to change the x values to names. I tried the Matlab tutorial as I couldn't find that in octave:x = categorical ({'small', 'medium', 'large', 'extra large')};x= reordercats (x, {'small', 'medium', 'large', 'extralarge');y = [5 20 77 19]bar(x,y)However, I got an error message. PFA the screenshot. Can you please help?Thank you and regards,Raag SalujaResearch ScholarDepartment of ZoologyFaculty of ScienceDayalbagh Educational InstituteDayalbaghAgraINDIA
[Prev in Thread] | Current Thread | [Next in Thread] |