I am unable to transfer clipboard from the server, so I will give an example.
I have some text I to customly place in the graph, so I have this code:
But I get the error:
.
I have tried this:"{bf:"Some interesting text"}", but does not work. I was unable to find others with similar problems or think of other solutions. Anyone here know why this does not work?
I have some text I to customly place in the graph, so I have this code:
Code:
graph twoway line y_var x_var, text(4 5 {bf:"Some interesting text"})
Code:
invalid point, "Some interesting text"
I have tried this:"{bf:"Some interesting text"}", but does not work. I was unable to find others with similar problems or think of other solutions. Anyone here know why this does not work?
Comment