Bug #5882
[R Scripts] empty output plots
| Status: | Closed | Start Date: | 06/27/2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 0% |
||
| Category: | Backend/R | |||
| Target version: | - | |||
| Patch supplied: | No |
Description
Hi everyone,
I am trying to use the R Scripts Module of Sextante toolbox.
When I want to get some plots as output of the script (either with the example scripts that are provided or with my own ones), I get some blank (empty) plots (but no error message). However, the tool works perfectly when it comes to create other data, ie shapefiles.
Did anyone experience the same problem? Does anyone know the solution? (maybe it has something to do with the R folder I set up?)
Thank you,
Paul
History
Updated by Victor Olaya 11 months ago
- Status changed from New to Resolved
fixed in r267. The problem is in the log system. When R outputs unicode chars, an error occurs when logging them, and the process is interrupted before the html file containing the figure is created. I have added a quick fix to catch all errors in the logging methods
Updated by stefano campus 11 months ago
- Status changed from Resolved to Closed