Skip to content

Commit

Permalink
pie update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammed Sadique committed Nov 25, 2024
1 parent f52117b commit bf60e8b
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 54 deletions.
106 changes: 53 additions & 53 deletions assets/images/pie_readme.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion lib/matplotex/helpers.ex
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ values = [18.48923375,
|> Matplotex.pie(colors: colors, labels: categories)
|> Matplotex.set_title("Asias Emission distribution(2008-2011)")
|> Matplotex.set_rc_params(%{line_width: 1})
|> Matplotex.figure(%{figsize: {10, 4}, margin: 0.05})
|> Matplotex.figure(%{figsize: {10, 4}, margin: 0.15})
|> Matplotex.show()
|> copy()
end
Expand Down

0 comments on commit bf60e8b

Please sign in to comment.