Skip to content

Commit 568bc1e

Browse files
Merge pull request #174 from abhro/patch-1
Fix optimize_ticks docstring signature
2 parents e1beb9e + dcfa351 commit 568bc1e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/ticks.jl

+6-6
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ end
5151
optimize_ticks() = Any[]
5252

5353
"""
54-
optimize_ticks(xmin, xmax; extend_ticks::Bool = false,
55-
Q = [(1.0,1.0), (5.0, 0.9), (2.0, 0.7), (2.5, 0.5), (3.0, 0.2)],
56-
k_min = 2, k_max = 10, k_ideal = 5,
57-
granularity_weight = 1/4, simplicity_weight = 1/6,
58-
coverage_weight = 1/3, niceness_weight = 1/4,
59-
strict_span = true, span_buffer = nothing)
54+
optimize_ticks(xmin, xmax; extend_ticks::Bool = false,
55+
Q = [(1.0,1.0), (5.0, 0.9), (2.0, 0.7), (2.5, 0.5), (3.0, 0.2)],
56+
k_min = 2, k_max = 10, k_ideal = 5,
57+
granularity_weight = 1/4, simplicity_weight = 1/6,
58+
coverage_weight = 1/3, niceness_weight = 1/4,
59+
strict_span = true, span_buffer = nothing)
6060
6161
Find some reasonable values for tick marks.
6262

0 commit comments

Comments
 (0)