Create & Customise Football Pitches in Python using mplsoccer! Football in Python #1

Поделиться
HTML-код
  • Опубликовано: 22 ноя 2024

Комментарии • 11

  • @joshuaayoka7637
    @joshuaayoka7637 Год назад +2

    Wow, this is very interesting!

  • @Wonderscope1
    @Wonderscope1 5 месяцев назад

    It was amazing I really appreciate sharing the knowledge.

  • @ThirstyT-REX
    @ThirstyT-REX Год назад +1

    Nice 👌

  • @OP1GK
    @OP1GK Год назад +1

    Nice video bro 👍

  • @siddharthsingh23
    @siddharthsingh23 Год назад +1

    ok so i made a pitch using python fc's code but i want to add a function that tells me the points x and y coordinates when I click on the pitch, I tried to do that but for some reason it doesn't work, could you maybe help me?

    • @learncodingskills
      @learncodingskills  Год назад

      Hi, I also haven't been successful with that yet, I have tried using matplotlib mouse click events but with no results. If I get a solution, I'll let you know

  • @ivonnevalnav
    @ivonnevalnav Год назад

    How can I change "x" and "y" so the data becomes from the spreadsheet?

    • @learncodingskills
      @learncodingskills  Год назад

      You could save the spreadsheet as a csv file and then read in the data using the Python's built-in csv library

    • @learncodingskills
      @learncodingskills  Год назад

      This could be useful: ruclips.net/video/QaNcP-WARt8/видео.html
      If you need any further help, I'm happy to help