I have a graph and the y-axis values in the graph are always in complex numbers although that's not the case in the list i have. How can I make them real numbers? basically I want the values in the y-axis in the graph on the right to look like the one in the left
Asked
Active
Viewed 130 times
0

Ayer Alobaid
- 123
- 1
- 1
- 6
-
1This should help: https://stackoverflow.com/questions/14563989/force-r-to-stop-plotting-abbreviated-axis-labels-e-g-1e00-in-ggplot2 – AntoniosK Jul 08 '19 at 10:09
-
`options(scipen = 99999)` should work – patL Jul 08 '19 at 10:10
-
It would help us answer if you provided some sample data and the code that you used to produce the graph. – G5W Jul 08 '19 at 12:49