I am stuck on a question. If i have a set of data in a list (say number of students and their corresponding grade) How would I code that to create a histogram in quickdraw?
Share
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.
Quickdraw doesn’t support graphs out of the box. Everything needs to be drawn and mapped yourself, Here is an example:
Save the code in
histogram.pyand runpython histogram.py | java -jar quickdraw.jarbe warned it’s not very pretty! A better method would be to use the python librarymatplotlib