Skip to content

Commit e8a608d

Browse files
committed
no need to use Reexport or Measures
1 parent db61499 commit e8a608d

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

Project.toml

-4
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,12 @@ Compose = "a81c6b42-2e10-5240-aca2-a61377ecd94b"
1010
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
1111
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
1212
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
13-
Measures = "442fdcdd-2543-5da2-b0f3-8c86c306513e"
1413
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
15-
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1614
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1715

1816
[compat]
1917
ArnoldiMethod = "0.2"
2018
Colors = "0.12"
2119
Compose = "0.9"
2220
Graphs = "1.4"
23-
Measures = "0.3"
24-
Reexport = "1.2"
2521
julia = "1.6"

src/GraphPlot.jl

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module GraphPlot
22

33
using Compose # for plotting features
44
using Graphs
5-
using Reexport
6-
@reexport using Measures
75

86
const gadflyjs = joinpath(dirname(Base.source_path()), "gadfly.js")
97

@@ -18,7 +16,8 @@ export
1816
spectral_layout,
1917
shell_layout,
2018
stressmajorize_layout,
21-
saveplot
19+
saveplot,
20+
mm, cm, inch
2221

2322
include("deprecations.jl")
2423

0 commit comments

Comments
 (0)