pnxenopoulos / awpy

Python library to parse, analyze and visualize Counter-Strike 2 data
http://www.awpycs.com
MIT License
361 stars 56 forks source link

Make plot rounds respect levels #300

Open JanEricNitschke opened 8 months ago

JanEricNitschke commented 8 months ago

Previously plot rounds showed the two levels for maps that have them but only plotted the player and bomb in the upper half. Now it should also plot them in the lower one if they are there.

JanEricNitschke commented 8 months ago

I would still like to figure out why the levels half the width instead of doubling the height.

pnxenopoulos commented 8 months ago

I would still like to figure out why the levels half the width instead of doubling the height.

All good, in no rush to merge

JanEricNitschke commented 8 months ago

Shoud be all good now. But note that there are breaking changes in here to plot_positions.

pnxenopoulos commented 1 week ago

Currently adding this in v2. Will be referencing. I found in the data the z-level cutoffs fortunately.