Group Abstract Group Abstract

Message Boards Message Boards

0
|
8K Views
|
2 Replies
|
1 Total Like
View groups...
Share
Share this post:

Histogram plot

Posted 7 years ago

Hi, I have datas as follows,

data={(1,2),(2,4),(3,6),(4,8),(5,10),(61,2),(7,8),(8,6),(9,3),(10,2)}

I want to plot a histogram of this data.

Best Regards,

Kemal

POSTED BY: Kemal Kok
2 Replies
Posted 7 years ago
POSTED BY: Jim Baldwin
data = {{1, 2}, {2, 4}, {3, 6}, {4, 8}, {5, 10}, {61, 2}, {7, 8}, {8, 6}, {9, 3}, {10, 2}}; 
Histogram[data]

histogram

POSTED BY: Mikayel Egibyan
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard