-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP - lineplot functions #5
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,304 @@ | ||
# This file is machine-generated - editing it directly is not advised | ||
|
||
[[Base64]] | ||
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" | ||
|
||
[[BinaryProvider]] | ||
deps = ["Libdl", "Logging", "SHA"] | ||
git-tree-sha1 = "ecdec412a9abc8db54c0efc5548c64dfce072058" | ||
uuid = "b99e7846-7c00-51b0-8f62-c81ae34c0232" | ||
version = "0.5.10" | ||
|
||
[[CategoricalArrays]] | ||
deps = ["DataAPI", "Future", "JSON", "Missings", "Printf", "Statistics", "Unicode"] | ||
git-tree-sha1 = "a6c17353ee38ddab30e73dcfaa1107752de724ec" | ||
uuid = "324d7699-5711-5eae-9e2f-1d82baa6b597" | ||
version = "0.8.1" | ||
|
||
[[Compat]] | ||
deps = ["Base64", "Dates", "DelimitedFiles", "Distributed", "InteractiveUtils", "LibGit2", "Libdl", "LinearAlgebra", "Markdown", "Mmap", "Pkg", "Printf", "REPL", "Random", "SHA", "Serialization", "SharedArrays", "Sockets", "SparseArrays", "Statistics", "Test", "UUIDs", "Unicode"] | ||
git-tree-sha1 = "a6a8197ae253f2c1a22b2ae17c2dfaf5812c03aa" | ||
uuid = "34da2185-b29b-5c13-b0c7-acf172513d20" | ||
version = "3.13.0" | ||
|
||
[[ConstructionBase]] | ||
git-tree-sha1 = "a2a6a5fea4d6f730ec4c18a76d27ec10e8ec1c50" | ||
uuid = "187b0558-2788-49d3-abe0-74a17ed4e7c9" | ||
version = "1.0.0" | ||
|
||
[[DataAPI]] | ||
git-tree-sha1 = "176e23402d80e7743fc26c19c681bfb11246af32" | ||
uuid = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a" | ||
version = "1.3.0" | ||
|
||
[[DataFrames]] | ||
deps = ["CategoricalArrays", "Compat", "DataAPI", "Future", "InvertedIndices", "IteratorInterfaceExtensions", "Missings", "PooledArrays", "Printf", "REPL", "Reexport", "SortingAlgorithms", "Statistics", "TableTraits", "Tables", "Unicode"] | ||
git-tree-sha1 = "7721fa8c42ccb8f1ea7f99f6c2e94686892dd3b7" | ||
uuid = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" | ||
version = "0.21.5" | ||
|
||
[[DataStructures]] | ||
deps = ["InteractiveUtils", "OrderedCollections"] | ||
git-tree-sha1 = "edad9434967fdc0a2631a65d902228400642120c" | ||
uuid = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" | ||
version = "0.17.19" | ||
|
||
[[DataValueInterfaces]] | ||
git-tree-sha1 = "bfc1187b79289637fa0ef6d4436ebdfe6905cbd6" | ||
uuid = "e2d170a0-9d28-54be-80f0-106bbe20a464" | ||
version = "1.0.0" | ||
|
||
[[DataValues]] | ||
deps = ["DataValueInterfaces", "Dates"] | ||
git-tree-sha1 = "d88a19299eba280a6d062e135a43f00323ae70bf" | ||
uuid = "e7dc6d0d-1eca-5fa6-8ad6-5aecde8b7ea5" | ||
version = "0.4.13" | ||
|
||
[[Dates]] | ||
deps = ["Printf"] | ||
uuid = "ade2ca70-3891-5945-98fb-dc099432e06a" | ||
|
||
[[DelimitedFiles]] | ||
deps = ["Mmap"] | ||
uuid = "8bb1440f-4735-579b-a4ab-409b98df4dab" | ||
|
||
[[Distributed]] | ||
deps = ["Random", "Serialization", "Sockets"] | ||
uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b" | ||
|
||
[[FileIO]] | ||
deps = ["Pkg"] | ||
git-tree-sha1 = "f354b2087a3b01c1d7152c19f45886c8a036fa5e" | ||
uuid = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549" | ||
version = "1.4.0" | ||
|
||
[[FilePaths]] | ||
deps = ["FilePathsBase", "MacroTools", "Reexport", "URIParser"] | ||
git-tree-sha1 = "191796576b7f69cfe66d63b3d66a2741783204eb" | ||
uuid = "8fc22ac5-c921-52a6-82fd-178b2807b824" | ||
version = "0.8.0" | ||
|
||
[[FilePathsBase]] | ||
deps = ["Dates", "LinearAlgebra", "Printf", "Test", "UUIDs"] | ||
git-tree-sha1 = "2ee1d999c462425e2f848524f732ed51bc1ab63a" | ||
uuid = "48062228-2e41-5def-b9a4-89aafe57970f" | ||
version = "0.6.2" | ||
|
||
[[Future]] | ||
deps = ["Random"] | ||
uuid = "9fa8497b-333b-5362-9e8d-4d0656e87820" | ||
|
||
[[HTTP]] | ||
deps = ["Base64", "Dates", "IniFile", "MbedTLS", "Sockets"] | ||
git-tree-sha1 = "2ac03263ce44be4222342bca1c51c36ce7566161" | ||
uuid = "cd3eb016-35fb-5094-929b-558a96fad6f3" | ||
version = "0.8.17" | ||
|
||
[[IniFile]] | ||
deps = ["Test"] | ||
git-tree-sha1 = "098e4d2c533924c921f9f9847274f2ad89e018b8" | ||
uuid = "83e8ac13-25f8-5344-8a64-a9f2b223428f" | ||
version = "0.5.0" | ||
|
||
[[InteractiveUtils]] | ||
deps = ["Markdown"] | ||
uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240" | ||
|
||
[[InvertedIndices]] | ||
deps = ["Test"] | ||
git-tree-sha1 = "15732c475062348b0165684ffe28e85ea8396afc" | ||
uuid = "41ab1584-1d38-5bbf-9106-f11c6c58b48f" | ||
version = "1.0.0" | ||
|
||
[[IteratorInterfaceExtensions]] | ||
git-tree-sha1 = "a3f24677c21f5bbe9d2a714f95dcd58337fb2856" | ||
uuid = "82899510-4779-5014-852e-03e436cf321d" | ||
version = "1.0.0" | ||
|
||
[[JSON]] | ||
deps = ["Dates", "Mmap", "Parsers", "Unicode"] | ||
git-tree-sha1 = "b34d7cef7b337321e97d22242c3c2b91f476748e" | ||
uuid = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" | ||
version = "0.21.0" | ||
|
||
[[JSONSchema]] | ||
deps = ["BinaryProvider", "HTTP", "JSON"] | ||
git-tree-sha1 = "b0a7f9328967df5213691d318a03cf70ea8c76b1" | ||
uuid = "7d188eb4-7ad8-530c-ae41-71a32a6d4692" | ||
version = "0.2.0" | ||
|
||
[[LibGit2]] | ||
deps = ["Printf"] | ||
uuid = "76f85450-5226-5b5a-8eaa-529ad045b433" | ||
|
||
[[Libdl]] | ||
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb" | ||
|
||
[[LinearAlgebra]] | ||
deps = ["Libdl"] | ||
uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" | ||
|
||
[[Logging]] | ||
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568" | ||
|
||
[[MacroTools]] | ||
deps = ["Markdown", "Random"] | ||
git-tree-sha1 = "f7d2e3f654af75f01ec49be82c231c382214223a" | ||
uuid = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09" | ||
version = "0.5.5" | ||
|
||
[[Markdown]] | ||
deps = ["Base64"] | ||
uuid = "d6f4376e-aef5-505a-96c1-9c027394607a" | ||
|
||
[[MbedTLS]] | ||
deps = ["Dates", "MbedTLS_jll", "Random", "Sockets"] | ||
git-tree-sha1 = "426a6978b03a97ceb7ead77775a1da066343ec6e" | ||
uuid = "739be429-bea8-5141-9913-cc70e7f3736d" | ||
version = "1.0.2" | ||
|
||
[[MbedTLS_jll]] | ||
deps = ["Libdl", "Pkg"] | ||
git-tree-sha1 = "a0cb0d489819fa7ea5f9fa84c7e7eba19d8073af" | ||
uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1" | ||
version = "2.16.6+1" | ||
|
||
[[Missings]] | ||
deps = ["DataAPI"] | ||
git-tree-sha1 = "de0a5ce9e5289f27df672ffabef4d1e5861247d5" | ||
uuid = "e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28" | ||
version = "0.4.3" | ||
|
||
[[Mmap]] | ||
uuid = "a63ad114-7e13-5084-954f-fe012c677804" | ||
|
||
[[NodeJS]] | ||
deps = ["Pkg"] | ||
git-tree-sha1 = "350ac618f41958e6e0f6b0d2005ae4547eb1b503" | ||
uuid = "2bd173c7-0d6d-553b-b6af-13a54713934c" | ||
version = "1.1.1" | ||
|
||
[[OrderedCollections]] | ||
git-tree-sha1 = "293b70ac1780f9584c89268a6e2a560d938a7065" | ||
uuid = "bac558e1-5e72-5ebc-8fee-abe8a469f55d" | ||
version = "1.3.0" | ||
|
||
[[Parsers]] | ||
deps = ["Dates", "Test"] | ||
git-tree-sha1 = "10134f2ee0b1978ae7752c41306e131a684e1f06" | ||
uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0" | ||
version = "1.0.7" | ||
|
||
[[Pkg]] | ||
deps = ["Dates", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "UUIDs"] | ||
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" | ||
|
||
[[PooledArrays]] | ||
deps = ["DataAPI"] | ||
git-tree-sha1 = "b1333d4eced1826e15adbdf01a4ecaccca9d353c" | ||
uuid = "2dfb63ee-cc39-5dd5-95bd-886bf059d720" | ||
version = "0.5.3" | ||
|
||
[[Printf]] | ||
deps = ["Unicode"] | ||
uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7" | ||
|
||
[[REPL]] | ||
deps = ["InteractiveUtils", "Markdown", "Sockets"] | ||
uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb" | ||
|
||
[[Random]] | ||
deps = ["Serialization"] | ||
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" | ||
|
||
[[Reexport]] | ||
deps = ["Pkg"] | ||
git-tree-sha1 = "7b1d07f411bc8ddb7977ec7f377b97b158514fe0" | ||
uuid = "189a3867-3050-52da-a836-e630ba90ab69" | ||
version = "0.2.0" | ||
|
||
[[Requires]] | ||
deps = ["UUIDs"] | ||
git-tree-sha1 = "d37400976e98018ee840e0ca4f9d20baa231dc6b" | ||
uuid = "ae029012-a4dd-5104-9daa-d747884805df" | ||
version = "1.0.1" | ||
|
||
[[SHA]] | ||
uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce" | ||
|
||
[[Serialization]] | ||
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b" | ||
|
||
[[Setfield]] | ||
deps = ["ConstructionBase", "Future", "MacroTools", "Requires"] | ||
git-tree-sha1 = "7a151f918819326a6003dba451dabe65f8c0f6fb" | ||
uuid = "efcf1570-3423-57d1-acb7-fd33fddbac46" | ||
version = "0.6.0" | ||
|
||
[[SharedArrays]] | ||
deps = ["Distributed", "Mmap", "Random", "Serialization"] | ||
uuid = "1a1011a3-84de-559e-8e89-a11a2f7dc383" | ||
|
||
[[Sockets]] | ||
uuid = "6462fe0b-24de-5631-8697-dd941f90decc" | ||
|
||
[[SortingAlgorithms]] | ||
deps = ["DataStructures", "Random", "Test"] | ||
git-tree-sha1 = "03f5898c9959f8115e30bc7226ada7d0df554ddd" | ||
uuid = "a2af1166-a08f-5f64-846c-94a0d3cef48c" | ||
version = "0.3.1" | ||
|
||
[[SparseArrays]] | ||
deps = ["LinearAlgebra", "Random"] | ||
uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" | ||
|
||
[[Statistics]] | ||
deps = ["LinearAlgebra", "SparseArrays"] | ||
uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" | ||
|
||
[[TableTraits]] | ||
deps = ["IteratorInterfaceExtensions"] | ||
git-tree-sha1 = "b1ad568ba658d8cbb3b892ed5380a6f3e781a81e" | ||
uuid = "3783bdb8-4a98-5b6b-af9a-565f29a5fe9c" | ||
version = "1.0.0" | ||
|
||
[[TableTraitsUtils]] | ||
deps = ["DataValues", "IteratorInterfaceExtensions", "Missings", "TableTraits"] | ||
git-tree-sha1 = "8fc12ae66deac83e44454e61b02c37b326493233" | ||
uuid = "382cd787-c1b6-5bf2-a167-d5b971a19bda" | ||
version = "1.0.1" | ||
|
||
[[Tables]] | ||
deps = ["DataAPI", "DataValueInterfaces", "IteratorInterfaceExtensions", "LinearAlgebra", "TableTraits", "Test"] | ||
git-tree-sha1 = "b7f762e9820b7fab47544c36f26f54ac59cf8abf" | ||
uuid = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" | ||
version = "1.0.5" | ||
|
||
[[Test]] | ||
deps = ["Distributed", "InteractiveUtils", "Logging", "Random"] | ||
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
|
||
[[URIParser]] | ||
deps = ["Unicode"] | ||
git-tree-sha1 = "53a9f49546b8d2dd2e688d216421d050c9a31d0d" | ||
uuid = "30578b45-9adc-5946-b283-645ec420af67" | ||
version = "0.4.1" | ||
|
||
[[UUIDs]] | ||
deps = ["Random", "SHA"] | ||
uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" | ||
|
||
[[Unicode]] | ||
uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5" | ||
|
||
[[Vega]] | ||
deps = ["DataStructures", "DataValues", "Dates", "FileIO", "FilePaths", "IteratorInterfaceExtensions", "JSON", "JSONSchema", "MacroTools", "NodeJS", "Pkg", "REPL", "Random", "Setfield", "TableTraits", "TableTraitsUtils", "URIParser"] | ||
git-tree-sha1 = "3456f64280eece31e30ef38b4bf42d69e2f654a5" | ||
uuid = "239c3e63-733f-47ad-beb7-a12fde22c578" | ||
version = "1.0.0" | ||
|
||
[[VegaLite]] | ||
deps = ["DataStructures", "DataValues", "Dates", "FileIO", "FilePaths", "IteratorInterfaceExtensions", "JSON", "JSONSchema", "MacroTools", "NodeJS", "Pkg", "REPL", "Random", "Setfield", "TableTraits", "TableTraitsUtils", "URIParser", "Vega"] | ||
git-tree-sha1 = "96bbaa70e8f60b836c2dee451ca936a9b15f8e86" | ||
uuid = "112f6efa-9a02-5b7d-90c0-432ed331239a" | ||
version = "2.2.0" | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,9 @@ uuid = "8cbdc466-600a-49fa-b107-91fd9d936351" | |
authors = ["David Anthoff <[email protected]>"] | ||
version = "0.1.0" | ||
|
||
[deps] | ||
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We'll need to find a way that works without a dep on DataFrames.jl, I don't want to tie the package to a particular table implementation (plus, DataFrames.jl is having too many breaking changes lately for my taste to take a dependency on it). |
||
VegaLite = "112f6efa-9a02-5b7d-90c0-432ed331239a" | ||
|
||
[compat] | ||
julia = "1" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
using DataFrames | ||
|
||
|
||
function lineplot(data; x_col=:x, y_col=:y) # assumes Tables.jl format | ||
data |> @vlplot(:line, x=x_col, y=y_col) | ||
end | ||
|
||
function lineplot(data::AbstractVector) | ||
lineplot(DataFrame(x=collect(1:length(data)), y=data)) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yup! I had missed that was directly supported now... |
||
end | ||
|
||
|
||
function lineplot(data::AbstractArray{T, 2}) where {T} | ||
rows, cols = size(data) | ||
if rows == 1 #treat like a vector | ||
lineplot(vec(data)) | ||
else | ||
lineplot(DataFrame(x=data[:, 1], y=data[:,2])) | ||
end | ||
end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you remove this file entirely? We don't checkin Manifest.toml files into the repo here :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll delete it and add it to the gitignore