Posted on 28th April 2025|251 views
How to resolve the error in plot window need finite xlim values?
Posted on 28th April 2025| views
This Error arises if the column holds character if you check that data type it would imply of type 'chr' converting that column to 'Factor' will resolve this issue.
For e.g. In case you plot 'Place' against 'Sales', you have to change the column 'Place' to the type 'Factor.'