prope-2020-gh-classroom / practica-final-por-equipos-verano-2020-itam-EddOselotl

practica-final-por-equipos-verano-2020-itam-EddOselotl created by GitHub Classroom
GNU General Public License v3.0
0 stars 1 forks source link

Score distribution per Neighborhood #15

Open caroacostatovany opened 4 years ago

caroacostatovany commented 4 years ago

Related with issue #8 and #9

caroacostatovany commented 4 years ago

image

image

image

image

image

image

image

image

image

caroacostatovany commented 4 years ago

Should be worth it to put all distributions in one plot?

carlosgeovany commented 4 years ago

Should be worth it to put all distributions in one plot?

No, that's fine, as every City Hall has its own distribution. Maybe you can plot all sixteen distributions on a 4x4 plot with sharing axes. Something like:

fig, axs = plt.subplots(4, 4, sharex=True, sharey=True)

caroacostatovany commented 4 years ago

fig, axs = plt.subplots(4, 4, sharex=True, sharey=True)

Worked better! Thank you.. image

caroacostatovany commented 4 years ago

Now I have another problem.. Not sure why on the y axis not all neighborhood were filled up to 1.0

image

Since I have use both percentages image

caroacostatovany commented 4 years ago

Fixed. I used another way of plot it

image