Skip to content

Commit

Permalink
plotter/rings: update for changes in vgimg back-end
Browse files Browse the repository at this point in the history
  • Loading branch information
kortschak committed Feb 20, 2019
1 parent 1a32791 commit f63a3c0
Show file tree
Hide file tree
Showing 41 changed files with 32 additions and 0 deletions.
10 changes: 10 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module gonum.org/v1/exp

go 1.12

require (
golang.org/x/exp v0.0.0-20180807140117-3d87b88a115f
gonum.org/v1/gonum v0.0.0-20180816165407-929014505bf4
gonum.org/v1/netlib v0.0.0-20190219113230-9992c5f5eae4 // indirect
gonum.org/v1/plot v0.0.0-20190219115023-af8bb8117de5
)
22 changes: 22 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
github.com/ajstarks/svgo v0.0.0-20180226025133-644b8db467af h1:wVe6/Ea46ZMeNkQjjBW6xcqyQA/j5e0D6GytH95g0gQ=
github.com/ajstarks/svgo v0.0.0-20180226025133-644b8db467af/go.mod h1:K08gAheRH3/J6wwsYMMT4xOr94bZjxIelGM0+d/wbFw=
github.com/fogleman/gg v1.2.0 h1:Z0uOlqo+EbPQwdbrpKV1/jEcefXGPICDtGmS/gwly30=
github.com/fogleman/gg v1.2.0/go.mod h1:R/bRT+9gY/C5z7JzPU0zXsXHKM4/ayA+zqcVNZzPa1k=
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 h1:DACJavvAHhabrF08vX0COfcOBJRhZ8lUbR+ZWIs0Y5g=
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0/go.mod h1:E/TSTwGwJL78qG/PmXZO1EjYhfJinVAhrmmHX6Z8B9k=
github.com/jung-kurt/gofpdf v1.0.0 h1:EroSdlP9BOoL5ssLYf3uLJXhCQMMM2fFxCJDKA3RhnA=
github.com/jung-kurt/gofpdf v1.0.0/go.mod h1:7Id9E/uU8ce6rXgefFLlgrJj/GYY22cpxn+r32jIOes=
golang.org/x/exp v0.0.0-20180321215751-8460e604b9de/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
golang.org/x/exp v0.0.0-20180807140117-3d87b88a115f h1:9kQ594xxPWRNKfTOnPjPcgrIJ19zM3ic57aI7PbMyAA=
golang.org/x/exp v0.0.0-20180807140117-3d87b88a115f/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
golang.org/x/image v0.0.0-20180708004352-c73c2afc3b81 h1:00VmoueYNlNz/aHIilyyQz/MHSqGoWJzpFv/HW8xpzI=
golang.org/x/image v0.0.0-20180708004352-c73c2afc3b81/go.mod h1:ux5Hcp/YLpHSI86hEcLt0YII63i6oz57MZXIpbrjZUs=
golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
gonum.org/v1/gonum v0.0.0-20180816165407-929014505bf4 h1:nYxTaCPaVoJbxx+vMVnsFb6kw5+6aJCx52m/lmM/Vog=
gonum.org/v1/gonum v0.0.0-20180816165407-929014505bf4/go.mod h1:Y+Yx5eoAFn32cQvJDxZx5Dpnq+c3wtXuadVZAcxbbBo=
gonum.org/v1/netlib v0.0.0-20190219113230-9992c5f5eae4 h1:CBNC/YtKkFL/eReA1B4BnC5ybQloRFmfjvlgySkwjKQ=
gonum.org/v1/netlib v0.0.0-20190219113230-9992c5f5eae4/go.mod h1:wa6Ws7BG/ESfp6dHfk7C6KdzKA7wR7u/rKwOGE66zvw=
gonum.org/v1/plot v0.0.0-20190219115023-af8bb8117de5 h1:CrVIkVNZo88d9JRrM4inkwa7xXrtfx2/TRcfUwZXbWE=
gonum.org/v1/plot v0.0.0-20190219115023-af8bb8117de5/go.mod h1:IMsmwPBHu3fAeRYHS7BXNklriOeFHAmGrECabrvoxK4=
rsc.io/pdf v0.1.1 h1:k1MczvYDUvJBe93bYd7wrZLLUEcLZAuF824/I4e5Xr4=
rsc.io/pdf v0.1.1/go.mod h1:n8OzWcQ6Sp37PL01nO98y4iUCRdTGarVfzxY20ICaU4=
Binary file modified plotter/rings/testdata/TestBlocksScale/scale-0_golden.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotter/rings/testdata/TestBlocksScale/scale-1_golden.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotter/rings/testdata/TestBlocks_golden.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotter/rings/testdata/TestHighlight_golden.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotter/rings/testdata/TestLabelSpokes_golden.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotter/rings/testdata/TestLabelsArcs/labelsarcs-0_golden.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotter/rings/testdata/TestLabelsArcs/labelsarcs-1_golden.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotter/rings/testdata/TestLabelsArcs/labelsarcs-2_golden.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotter/rings/testdata/TestLabelsArcs/labelsarcs-3_golden.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotter/rings/testdata/TestLabelsArcs/labelsarcs-4_golden.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotter/rings/testdata/TestLabelsBlocks/labels-0_golden.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotter/rings/testdata/TestLabelsBlocks/labels-1_golden.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotter/rings/testdata/TestLabelsBlocks/labels-2_golden.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotter/rings/testdata/TestLabelsBlocks/labels-3_golden.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotter/rings/testdata/TestLabelsBlocks/labels-4_golden.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotter/rings/testdata/TestLinks/links-0_golden.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotter/rings/testdata/TestLinks/links-1_golden.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotter/rings/testdata/TestRibbons/ribbons-0_golden.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotter/rings/testdata/TestRibbons/ribbons-1_golden.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotter/rings/testdata/TestRibbons/ribbons-2_golden.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotter/rings/testdata/TestRibbons/ribbons-3_golden.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotter/rings/testdata/TestSail/sail-0_golden.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotter/rings/testdata/TestSail/sail-1_golden.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotter/rings/testdata/TestSail/sail-2_golden.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotter/rings/testdata/TestSail/sail-3_golden.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotter/rings/testdata/TestScores/scores-0_golden.png
Binary file modified plotter/rings/testdata/TestScores/scores-10_golden.png
Binary file modified plotter/rings/testdata/TestScores/scores-11_golden.png
Binary file modified plotter/rings/testdata/TestScores/scores-1_golden.png
Binary file modified plotter/rings/testdata/TestScores/scores-2_golden.png
Binary file modified plotter/rings/testdata/TestScores/scores-3_golden.png
Binary file modified plotter/rings/testdata/TestScores/scores-4_golden.png
Binary file modified plotter/rings/testdata/TestScores/scores-5_golden.png
Binary file modified plotter/rings/testdata/TestScores/scores-6_golden.png
Binary file modified plotter/rings/testdata/TestScores/scores-7_golden.png
Binary file modified plotter/rings/testdata/TestScores/scores-8_golden.png
Binary file modified plotter/rings/testdata/TestScores/scores-9_golden.png
Binary file modified plotter/rings/testdata/TestScoresAxis/axis-0_golden.png
Binary file modified plotter/rings/testdata/TestSpokes_golden.png

0 comments on commit f63a3c0

Please sign in to comment.