79485284

Date: 2025-03-05 02:02:41
Score: 1
Natty:
Report link

I have a dataset with the columns. [1] "season" "place" "team" "points" "played" "won" "draw"
[8] "loss" "goals" "goals_taken" "goals_diff"

I want to build a geom_line in ggplot with the name of these columns in front of the lines.

The line will follow a x timeline from 2006-2024.

The columns that will be used are:

x = season
col1 = points
col2 = draws
col3 = won
col4 = goals

I can't find a way to write the name of these columns in front of the line.

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Lucas Batista