Skip to content

Commit

Permalink
Use correct image format
Browse files Browse the repository at this point in the history
Chart-diagrams only exports as .svg and .ps. The Chart-cairo package is
broken currently
  • Loading branch information
kaBeech committed Aug 21, 2024
1 parent 292b03b commit e16b15b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Benchmarking/MakeDeckShuffleChart.hs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ values =

makeDeckShuffleChart :: IO ()
makeDeckShuffleChart =
toFile def "data/WonkyComparator/chart_deck_shuffle_wonky.png" $ do
toFile def "data/WonkyComparator/chart_deck_shuffle_wonky.svg" $ do
layout_title
.= "Errors sorting a deck of cards with 10% failed comparisons"
layout_title_style . font_size .= 15
Expand Down

0 comments on commit e16b15b

Please sign in to comment.