Notice the numbers running up the left hand side of the graph, covering the y-axis.<br><br> - using Python rpy2.<br> - create charts using Quantmod, example code below<br><br>robjects.r['pdf'](file=filename) <br>robjects.r['chartSeries'](dataf, subset=subset, theme="white", TA=TA)<br>
robjects.r['dev.off']()<br><br>Any ideas?<br><br>