# Github Copilot

## Basic plotting requests

First, we start by creating a new Github issue. Navigate to your repository where the world happiness data is stored and create a new issue, e.g.: 

```
You find 2015.csv, 2016.csv, ... 2019.csv and there are columns such as "Country", "Happiness Rank". 

I would like to plot the happiness rank of neighboring countries of Germany and Germany over time.
```

![](create_issue.png)

Afterwards, navigate to the [Github Copilot page](https://github.com/copilot) and ask Copilot to solve the issue: 

![](solve_issue1.png)

Confirm that a cloud session is started for this:

![](solve_issue2.png)

Optionally, follow the copilot solving your issue:

![](solve_issue3.png)

![](solve_issue4.png)

At some point Copilot will finish and you can click on `View Pull-Request`.

![](solve_issue5.png)

Review this Pull-Request carefully, e.g. by clicking on the `Files` tab.

![](review_pr1.png)

![](review_pr2.png)

You can also ask Copilot for modifications.

![](request_changes.png)

Copilot will the confirm that it has seen you request:

![](request_changes2.png)

Continue the discussion with Copilot until it has shown you the plot.






