diff --git a/.github/workflows/weekly_stats.yaml b/.github/workflows/weekly_stats.yaml index a0c2f516a..4d8b94c25 100644 --- a/.github/workflows/weekly_stats.yaml +++ b/.github/workflows/weekly_stats.yaml @@ -189,9 +189,9 @@ jobs: set autoscale set terminal png size 500,300 set output 'stats_addons.png' - plot for [i=2:*] 'Stats3' using 1:i + plot for [i=1:*] 'Stats3' using 0:i EOFMarker - #plot for [i=2:*] 'Stats3' using 0:i + #plot for [i=1:*] 'Stats3' using 0:i rm Stats3 - name: Commit if needed uses: EndBug/add-and-commit@v9