-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #118 from TidierOrg/you-wouldnt-pirate-a-type
Massive refactor. Adds: calculations in @aes macro broadcasting support fill scales (not complete) ggsave for GGPlotGrids Removes: All type piracy A lot of complexity from the calculation system (now handled entirely by DataFrames.jl) closes #71 closes #100 closes #108 closes #97
- Loading branch information
Showing
35 changed files
with
592 additions
and
1,016 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,20 @@ | ||
name = "TidierPlots" | ||
uuid = "337ecbd1-5042-4e2a-ae6f-ca776f97570a" | ||
authors = [ | ||
"Randall Boyes <[email protected]> and contributors", | ||
] | ||
version = "0.7.8" | ||
authors = ["Randall Boyes <[email protected]> and contributors"] | ||
version = "0.8.0" | ||
|
||
[deps] | ||
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0" | ||
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597" | ||
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4" | ||
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f" | ||
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581" | ||
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" | ||
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" | ||
FixedPointNumbers = "53c48c17-4a7d-5ca2-90c5-79b7896eea93" | ||
Format = "1fa38f19-a742-5d3f-a2b9-30dd87b9d5f8" | ||
GLM = "38e38edf-8417-5370-95a0-9cbb8c7f171a" | ||
Infiltrator = "5903a43b-9cc3-4c30-8d17-598619ec4e9b" | ||
KernelDensity = "5ab0869b-81aa-558d-bb23-cbf5423bbe9b" | ||
Loess = "4345ca2d-374a-55d4-8d30-97f9976e7612" | ||
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.