Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
RecipesPipeline = "01d81517-befc-4cb6-b9ec-a95719d0359c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
TableOperations = "ab02a1b2-a7df-11e8-156e-fb1833f50b87"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
Widgets = "cc8bc4a8-27d6-5769-a93b-9d913e69aa62"

Expand All @@ -35,7 +34,6 @@ RecipesBase = "0.6, 0.7, 0.8, 1"
RecipesPipeline = "0.1.6, 0.2, 0.3"
Reexport = "0.2, 1.0"
StatsBase = "0.32, 0.33"
TableOperations = "0.2, 0.3, 1.0"
Tables = "1"
Widgets = "0.5, 0.6"
julia = "1"
Expand Down
4 changes: 1 addition & 3 deletions src/StatsPlots.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module StatsPlots
using Reexport
import RecipesBase: recipetype
import Tables
import TableOperations
using RecipesPipeline
@reexport using Plots
import Plots: _cycle
Expand All @@ -27,9 +26,8 @@ import KernelDensity

@shorthands cdensity

export @df, dataviewer
export dataviewer

include("df.jl")
include("interact.jl")
include("corrplot.jl")
include("cornerplot.jl")
Expand Down
208 changes: 0 additions & 208 deletions src/df.jl

This file was deleted.