ok, don't use latex in tests
This commit is contained in:
parent
9243de6ce9
commit
246632abca
@ -17,10 +17,12 @@ addons:
|
|||||||
packages:
|
packages:
|
||||||
- at-spi2-core
|
- at-spi2-core
|
||||||
- libgtk-3-dev
|
- libgtk-3-dev
|
||||||
- texlive-base
|
|
||||||
- xauth
|
- xauth
|
||||||
- xvfb
|
- xvfb
|
||||||
|
|
||||||
|
env:
|
||||||
|
- GKS_ENCODING="utf8"
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- $HOME/.julia/artifacts
|
- $HOME/.julia/artifacts
|
||||||
|
|||||||
@ -55,7 +55,6 @@ GeometryTypes = "4d00f742-c7ba-57c2-abde-4428a4b178cb"
|
|||||||
Gtk = "4c0ca9eb-093a-5379-98c5-f87ac0bbbf44"
|
Gtk = "4c0ca9eb-093a-5379-98c5-f87ac0bbbf44"
|
||||||
ImageMagick = "6218d12a-5da1-5696-b52f-db25d2ecc6d1"
|
ImageMagick = "6218d12a-5da1-5696-b52f-db25d2ecc6d1"
|
||||||
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
|
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
|
||||||
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
|
|
||||||
LibGit2 = "76f85450-5226-5b5a-8eaa-529ad045b433"
|
LibGit2 = "76f85450-5226-5b5a-8eaa-529ad045b433"
|
||||||
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
|
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
|
||||||
PGFPlotsX = "8314cec4-20b6-5062-9cdb-752b83310925"
|
PGFPlotsX = "8314cec4-20b6-5062-9cdb-752b83310925"
|
||||||
@ -69,4 +68,4 @@ UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
|
|||||||
VisualRegressionTests = "34922c18-7c2a-561c-bac1-01e79b2c4c92"
|
VisualRegressionTests = "34922c18-7c2a-561c-bac1-01e79b2c4c92"
|
||||||
|
|
||||||
[targets]
|
[targets]
|
||||||
test = ["FileIO", "GeometryTypes", "Gtk", "ImageMagick", "Images", "LaTeXStrings", "LibGit2", "OffsetArrays", "PGFPlotsX", "HDF5", "Random", "RDatasets", "StaticArrays", "StatsPlots", "Test", "UnicodePlots", "VisualRegressionTests"]
|
test = ["FileIO", "GeometryTypes", "Gtk", "ImageMagick", "Images", "LibGit2", "OffsetArrays", "PGFPlotsX", "HDF5", "Random", "RDatasets", "StaticArrays", "StatsPlots", "Test", "UnicodePlots", "VisualRegressionTests"]
|
||||||
|
|||||||
@ -895,13 +895,13 @@ const _examples = PlotExample[
|
|||||||
[
|
[
|
||||||
quote
|
quote
|
||||||
begin
|
begin
|
||||||
using Plots, LaTeXStrings
|
using Plots
|
||||||
default(
|
default(
|
||||||
titlefont = (20, "times"),
|
titlefont = (20, "times"),
|
||||||
legendfontsize = 18,
|
legendfontsize = 18,
|
||||||
guidefont = (18, :darkgreen),
|
guidefont = (18, :darkgreen),
|
||||||
tickfont = (12, :orange),
|
tickfont = (12, :orange),
|
||||||
guide = L"x",
|
guide = "x",
|
||||||
framestyle = :zerolines,
|
framestyle = :zerolines,
|
||||||
yminorgrid = true
|
yminorgrid = true
|
||||||
)
|
)
|
||||||
@ -909,9 +909,9 @@ const _examples = PlotExample[
|
|||||||
[sin, cos],
|
[sin, cos],
|
||||||
-2π,
|
-2π,
|
||||||
2π,
|
2π,
|
||||||
label = [L"sin(\theta)" L"cos(\theta)"],
|
label = ["sin(θ)" "cos(θ)"],
|
||||||
title = "Trigonometric Functions",
|
title = "Trigonometric Functions",
|
||||||
xlabel = L"\theta",
|
xlabel = "θ",
|
||||||
linewidth = 2,
|
linewidth = 2,
|
||||||
legend = :outertopleft,
|
legend = :outertopleft,
|
||||||
)
|
)
|
||||||
|
|||||||
@ -8,7 +8,6 @@ using Gtk
|
|||||||
using LibGit2
|
using LibGit2
|
||||||
using GeometryTypes
|
using GeometryTypes
|
||||||
using Dates
|
using Dates
|
||||||
using LaTeXStrings
|
|
||||||
|
|
||||||
include("test_hdf5plots.jl")
|
include("test_hdf5plots.jl")
|
||||||
include("test_pgfplotsx.jl")
|
include("test_pgfplotsx.jl")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user