* add series_permutation * works for dates and categorical input, not vector of strings * Update src/pipeline.jl Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update src/pipeline.jl Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * add test * correct test * make bar workign * add deprecation * rename series_permutation -> permute * add Documentation * fix uneccessary deprecation * permute h/vlines * Auto-format Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * 1.29.0 * Update Project.toml [skip ci] Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
94 lines
3.6 KiB
TOML
94 lines
3.6 KiB
TOML
name = "Plots"
|
|
uuid = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
|
|
author = ["Tom Breloff (@tbreloff)"]
|
|
version = "1.29.0"
|
|
|
|
[deps]
|
|
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
|
|
Contour = "d38c429a-6771-53c6-b99e-75d170b6e991"
|
|
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
|
|
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
|
|
FFMPEG = "c87230d0-a227-11e9-1b43-d7ebe4e7570a"
|
|
FixedPointNumbers = "53c48c17-4a7d-5ca2-90c5-79b7896eea93"
|
|
GR = "28b8d3ca-fb5f-59d9-8090-bfdbd6d07a71"
|
|
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
|
|
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
|
|
Latexify = "23fbe1c1-3f47-55db-b15f-69d7ec21a316"
|
|
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
|
|
Measures = "442fdcdd-2543-5da2-b0f3-8c86c306513e"
|
|
NaNMath = "77ba4419-2d1f-58cd-9bb1-8ffee604a2e3"
|
|
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
|
|
PlotThemes = "ccf2f8ad-2431-5c83-bf29-c5338b663b6a"
|
|
PlotUtils = "995b91a9-d308-5afd-9ec6-746e21dbc043"
|
|
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
|
|
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
|
|
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
|
|
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
|
|
RecipesPipeline = "01d81517-befc-4cb6-b9ec-a95719d0359c"
|
|
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
|
|
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
|
|
Scratch = "6c6a2e73-6563-6170-7368-637461726353"
|
|
Showoff = "992d4aef-0814-514b-bc4d-f2e9a6c4116f"
|
|
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
|
|
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
|
|
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
|
|
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
|
|
UnicodeFun = "1cfade01-22cf-5700-b092-accc4b62d6e1"
|
|
Unzip = "41fe7b60-77ed-43a1-b4f0-825fd5a5650d"
|
|
|
|
[compat]
|
|
Contour = "0.5"
|
|
FFMPEG = "0.2 - 0.4"
|
|
FixedPointNumbers = "0.6 - 0.8"
|
|
GR = "0.64"
|
|
GeometryBasics = "0.2, 0.3.1, 0.4"
|
|
JSON = "0.21, 1"
|
|
Latexify = "0.14 - 0.15"
|
|
Measures = "0.3"
|
|
NaNMath = "0.3, 1"
|
|
PGFPlotsX = "1"
|
|
PlotThemes = "2, 3"
|
|
PlotUtils = "1"
|
|
PlotlyBase = "0.7"
|
|
PlotlyJS = "0.18"
|
|
PyPlot = "2"
|
|
RecipesBase = "1.2"
|
|
RecipesPipeline = "0.5"
|
|
Reexport = "0.2, 1.0"
|
|
Requires = "1"
|
|
Scratch = "1"
|
|
Showoff = "0.3.1, 1.0"
|
|
StatsBase = "0.32 - 0.33"
|
|
UnicodeFun = "0.4"
|
|
UnicodePlots = "2.10"
|
|
Unzip = "0.1"
|
|
julia = "1.6"
|
|
|
|
[extras]
|
|
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
|
|
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
|
|
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
|
|
Gaston = "4b11ee91-296f-5714-9832-002c20994614"
|
|
Gtk = "4c0ca9eb-093a-5379-98c5-f87ac0bbbf44"
|
|
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
|
|
ImageMagick = "6218d12a-5da1-5696-b52f-db25d2ecc6d1"
|
|
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
|
|
InspectDR = "d0351b0e-4b05-5898-87b3-e2a8edfddd1d"
|
|
LibGit2 = "76f85450-5226-5b5a-8eaa-529ad045b433"
|
|
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
|
|
PGFPlotsX = "8314cec4-20b6-5062-9cdb-752b83310925"
|
|
PlotlyBase = "a03496cd-edff-5a9b-9e67-9cda94a718b5"
|
|
PlotlyJS = "f0f68f2c-4968-5e81-91da-67840de0976a"
|
|
PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"
|
|
RDatasets = "ce6b1742-4840-55fa-b093-852dadbb1d8b"
|
|
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
|
|
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
|
|
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
|
|
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
|
TestImages = "5e47fb64-e119-507b-a336-dd2b206d9990"
|
|
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
|
|
VisualRegressionTests = "34922c18-7c2a-561c-bac1-01e79b2c4c92"
|
|
|
|
[targets]
|
|
test = ["Colors", "Distributions", "FileIO", "Gaston", "Gtk", "ImageMagick", "Images", "InspectDR", "LibGit2", "OffsetArrays", "PGFPlotsX", "PlotlyJS", "PlotlyBase", "PyPlot", "HDF5", "RDatasets", "StableRNGs", "StaticArrays", "StatsPlots", "Test", "TestImages", "UnicodePlots", "VisualRegressionTests"]
|