Something went wrong on our end
Forked from
MSPL / MSPL-2018-2019
17 commits behind, 6 commits ahead of the upstream repository.
-
Jean-Marc Vincent authoredJean-Marc Vincent authored
TD2.espec.md 825 B
TD2: Critical view for plots
-
Create a directory
TD2
in your local repository- Run
mkdir TD2
- You are going to put your TD2 on that directory
- Run
-
Select a plot
- Select any plot you have seen in journals/articles/...
- Create a text with your critical view on that plot
- Is the plot right? What about the axes, are they explicit?
- Are the scales correct? Is the origin there?
- What about the colors, shapes of the points?
-
Commit the plot you have selected and your critical view to the
TD2
directorySuppose your critical view is on the file
myTD2.txt
and the plot ismySelectedPlot.pdf
, do:cd TD2
git add myTD2.txt mySelectedPlot.pdf
git commit -m "my TD2 has been completed"
git push
Congratulations, you're done for the TD2.