modAL-python / modAL

A modular active learning framework for Python
https://modAL-python.github.io/
MIT License
2.2k stars 324 forks source link

Code for first image #150

Open JNaranjo-Alcazar opened 2 years ago

JNaranjo-Alcazar commented 2 years ago

I am trying to make a similar plot to the one in the README.md (the first image with the class probabilities).

Can you provide me with the code please? I don't know how to plot the heatmap from the darkest blue to the darkest red.

Thank you very much for the great tool

cosmic-cortex commented 2 years ago

Hi! I wish I could, but I don't have that code anymore :( If I remember correctly, I have used the contourf function from matplotlib (https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.contour.html).