We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44d6daa commit 8ec75ccCopy full SHA for 8ec75cc
Plots/src/backends/gaston.jl
@@ -561,7 +561,7 @@ function gaston_fix_ticks_overflow(ticks::AbstractVector)
561
if eltype(ticks) <: Integer
562
of = if isdefined(Gaston, :GNUPLOT_VERSION)
563
# toggle Int32 - Int64 for older gnuplot version
564
- typemax(Gaston.GNUPLOT_VERSION ≥ v"5.4.0" ? Int64 : Int32)
+ typemax(Gaston.GNUPLOT_VERSION[] ≥ v"5.4.0" ? Int64 : Int32)
565
else
566
typemax(Int32)
567
end
0 commit comments