nx10 / httpgd

Asynchronous http server graphics device for R.
https://nx10.github.io/httpgd
GNU General Public License v2.0
377 stars 19 forks source link

Font colour won't change #43

Closed albersonmiranda closed 3 years ago

albersonmiranda commented 3 years ago

Hi there!

Text colour don't seem to change:

bug

Other elements like axis ticks, axis lines and annotation arrows (geom_curve) works just fine.

EDIT: (reprex code)

plot(mpg ~ cyl, data = mtcars,
       col.lab = "red", col = "blue",
       main = "I won't change colors", col.main = "green")
renkun-ken commented 3 years ago

Thanks for reporting!

It would be nice if you could put your example code here so that we could easily reproduce it.

nx10 commented 3 years ago

Thanks for reporting this! Should be fixed now.