Viewing a single comment thread. View all comments

Tordoix t1_irvtwk3 wrote

Still interpolation between two points in your graph makes no sense since they are discrete (i.e. there is no 'in between' two movies). A line graph always interpolates between the datapoints suggesting there are continuous values in between the datapoints, so the usage here does not make much sense. You can still see the decrease in box office success in a bar chart.

If you wanted to show the decrease in box office earnings over time then you could just plot the box office earnings of A24 over time and maybe colorize the contributions of each movie or something like that, if that data is available of course.

8

JPAnalyst t1_irvup0f wrote

Or just the circles without the line would be cool too. That would work here, right?

2

Tordoix t1_irvvah0 wrote

Sure it would work too. It is less visible than a bar chart though, so I'd not prefer that visualization.

2