TreeLS icon indicating copy to clipboard operation
TreeLS copied to clipboard

How to change the tlsplot background color ?

Open br-miguez opened this issue 4 years ago • 1 comments

The tlsplot background is black by default.

Is it possible to change for white? If yes, how could I do it ?

I am an R beginner. I am sorry if it is a basic question.

I am now using the following code to plot my data, and it is working perfectly:

x=plot(stem_points, color = "Stem") add_stemPoints(x, stem_points, color='red', size=3) add_stemSegments(x, stem_seg_ransac, color = "white", fast = F)

I just would like to change the background color for the moment.

br-miguez avatar Feb 26 '21 14:02 br-miguez

I guess the plot function is the one from lidR so bg = "white" should work

Jean-Romain avatar Feb 26 '21 18:02 Jean-Romain