From 6ed18617d5d3fae86ad5cc6cb914edd9eb7de134 Mon Sep 17 00:00:00 2001 From: O01eg Date: Tue, 31 Dec 2019 13:43:41 +0300 Subject: [PATCH] Fix tests for PGXPlotsX backend The backend uses push! and append! methods introduced in 1.2.0 --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index fb029bc5..695ee04e 100644 --- a/Project.toml +++ b/Project.toml @@ -39,6 +39,7 @@ GeometryTypes = "0.7" JSON = "0.21" Measures = "0.3" NaNMath = "0.3" +PGFPlotsX = "1.2.0" PlotThemes = "1" PlotUtils = "0.6.1" RecipesBase = "0.6, 0.7"