Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
038cf2b133
@ -33,10 +33,10 @@ install:
|
|||||||
- ps: iex ((new-object net.webclient).DownloadString("https://raw.githubusercontent.com/JuliaCI/Appveyor.jl/version-1/bin/install.ps1"))
|
- ps: iex ((new-object net.webclient).DownloadString("https://raw.githubusercontent.com/JuliaCI/Appveyor.jl/version-1/bin/install.ps1"))
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
|
- C:\julia\bin\julia --project=C:\projects\plots-jl -e "using Pkg; Pkg.pin(PackageSpec(name="""FixedPointNumbers""", version="""0.7"""))"
|
||||||
- echo "%JL_BUILD_SCRIPT%"
|
- echo "%JL_BUILD_SCRIPT%"
|
||||||
- C:\julia\bin\julia -e "%JL_BUILD_SCRIPT%"
|
- C:\julia\bin\julia -e "%JL_BUILD_SCRIPT%"
|
||||||
- C:\julia\bin\julia -e "using Pkg; Pkg.pin(PackageSpec(name="FixedPointNumbers", version="0.7"))"
|
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- echo "%JL_TEST_SCRIPT%"
|
- echo "%JL_TEST_SCRIPT%"
|
||||||
- C:\julia\bin\julia -e "%JL_TEST_SCRIPT%"
|
- C:\julia\bin\julia -e "%JL_TEST_SCRIPT%"
|
||||||
|
|||||||
@ -428,8 +428,8 @@ Add annotations to an existing plot.
|
|||||||
|
|
||||||
# Arguments
|
# Arguments
|
||||||
|
|
||||||
- `anns`: An `AbstractVector` of tuples of the form (x,y,text). The text object
|
- `anns`: An `AbstractVector` of tuples of the form `(x,y,text)`. The `text` object
|
||||||
can be an String or PlotText
|
can be a `String` or `PlotText`.
|
||||||
|
|
||||||
# Example
|
# Example
|
||||||
```julia-repl
|
```julia-repl
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user