File tree 2 files changed +2
-7
lines changed
2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -10,16 +10,12 @@ Compose = "a81c6b42-2e10-5240-aca2-a61377ecd94b"
10
10
DelimitedFiles = " 8bb1440f-4735-579b-a4ab-409b98df4dab"
11
11
Graphs = " 86223c79-3864-5bf0-83f7-82e725a168b6"
12
12
LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
13
- Measures = " 442fdcdd-2543-5da2-b0f3-8c86c306513e"
14
13
Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
15
- Reexport = " 189a3867-3050-52da-a836-e630ba90ab69"
16
14
SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
17
15
18
16
[compat ]
19
17
ArnoldiMethod = " 0.2"
20
18
Colors = " 0.12"
21
19
Compose = " 0.9"
22
20
Graphs = " 1.4"
23
- Measures = " 0.3"
24
- Reexport = " 1.2"
25
21
julia = " 1.6"
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ module GraphPlot
2
2
3
3
using Compose # for plotting features
4
4
using Graphs
5
- using Reexport
6
- @reexport using Measures
7
5
8
6
const gadflyjs = joinpath (dirname (Base. source_path ()), " gadfly.js" )
9
7
18
16
spectral_layout,
19
17
shell_layout,
20
18
stressmajorize_layout,
21
- saveplot
19
+ saveplot,
20
+ mm, cm, inch
22
21
23
22
include (" deprecations.jl" )
24
23
You can’t perform that action at this time.
0 commit comments