When I\'m adding the c option to a scatterplot in matplotlib, the x axis labels dissapear. Here\'s an example: https://github.com/Kornel/scatterplot-matplotlib/blob/master/S
If you are using Anaconda, installing pandas with conda-forge channel resolves the issue.
pandas
conda-forge
conda install -c conda-forge pandas