tiagodc / TreeLS

R functions for processing individual tree TLS point clouds
GNU General Public License v3.0
82 stars 27 forks source link

How to change the tlsplot background color ? #37

Open br-miguez opened 3 years ago

br-miguez commented 3 years ago

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.

Jean-Romain commented 3 years ago

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