Skip to content

Commit 0fed3c4

Browse files
fix bug in plot RGB segments
1 parent ddd3d1c commit 0fed3c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

R/sits_plot.R

+2
Original file line numberDiff line numberDiff line change
@@ -658,6 +658,8 @@ plot.vector_cube <- function(x, ...,
658658
line_width = line_width,
659659
scale = scale,
660660
max_cog_size = max_cog_size,
661+
first_quantile = first_quantile,
662+
last_quantile = last_quantile,
661663
tmap_params = tmap_params
662664
)
663665
}

0 commit comments

Comments
 (0)