Data Analysis Plots Flashcards

(5 cards)

1
Q

How to obtain a bar chart?

A

bar(data_array)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How can we emulate Riemann sums?

A

bar(x,y)

Where y collects the images of x on a function f.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How to obtain a histogram of data?

A

Using the command:

hist(data_array)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How to obtain pie charts?

A

Using the command:

pie(data_array)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How to obtain scatter plots?

A

Using the command:

scatter(x,y)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly