Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upShowtext prevents creating cairo-png objects when labels are blank #20
Comments
|
This seems to be a genuine bug. I'll try to figure it out. |
|
820bfb3 fixes this issue. I'll prepare a CRAN release soon. |
|
On CRAN now. |
Created a plot, wanted to create a custom x-axis, so I set xlab to " " and xaxt="n". Found that the text and axis commands no longer drew to my graph!
So I changed the plot line of code to be null instead of a space:
And then the axes and text appeared
Am I missing something fundamental or is this a bug?