Пожалуйста, прочтите новое правило об ограничении использования AI-инструментов. ×

Блог пользователя Jeet_Karia

Автор Jeet_Karia, история, 4 года назад, По-английски

This helps in, more detailed analysis of your submissions to the codeforces which contains tags, verdicts, and ratings, all three combined in one interactive pie-chart made using plotly(OpenSource Graphing Library for python).

You can access the script here. If your handle is Jeet_Karia then run the script as: python cf-sub-dist3.py --handle Jeet_Karia

Output will be as below:

If clicked on one of the tags (say math), then pie chart turns to:

If clicked on one of the verdicts(say OK) the pie-chart turns to:

  • Проголосовать: нравится
  • +55
  • Проголосовать: не нравится

»
4 года назад, # |
Rev. 3   Проголосовать: нравится 0 Проголосовать: не нравится

Is there any online IDE which works with Plotly?? Because dealing with libraries sometimes gets messy for me