add slicing of tuples of matrices for plotattributes (#4109)
* add slicing of tuples of matrices * remove dot * format files
This commit is contained in:
@@ -32,5 +32,7 @@ end
|
||||
@test plot(data4; NamedTuple{tuple(attribute)}(Ref(mat))...)[1][i][attribute] ==
|
||||
[2(i - 1) + 1, 2i]
|
||||
end
|
||||
@test plot(data4, ribbon = (mat, mat))[1][i][:ribbon] ==
|
||||
([2(i - 1) + 1, 2i], [2(i - 1) + 1, 2i])
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user