matplotlib scatterplot x axis labels

后端 未结 2 1044
旧时难觅i
旧时难觅i 2020-12-06 05:49

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

2条回答
  •  -上瘾入骨i
    2020-12-06 06:02

    If you are using Anaconda, installing pandas with conda-forge channel resolves the issue.

    conda install -c conda-forge pandas
    

提交回复
热议问题