Bug 1253708 - R graphing does not render correctly
Summary: R graphing does not render correctly
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: R
Version: el6
Hardware: i686
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Tom "spot" Callaway
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-08-14 13:34 UTC by Ryan Stanyan
Modified: 2020-10-30 08:48 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2020-10-30 08:48:54 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
Bug in action. (741.92 KB, image/png)
2015-08-14 13:34 UTC, Ryan Stanyan
no flags Details

Description Ryan Stanyan 2015-08-14 13:34:03 UTC
Created attachment 1063035 [details]
Bug in action.

Description of problem:
When graphing data in R the graphics window only displays what was directly below it.  It also hits a CPU for 100%.  The R interpreter remains responsive and I can exit it using CTRL-D.

Version-Release number of selected component (if applicable):

R-core-3.2.1-2.el6


How reproducible:
For instance, plot a vector.

Steps to Reproduce:
1. Start R
2. Assign a vector to a variable: m <- c(1, 2, 3, 4, 5)
3. plot(m)

Actual results:

Plot does not render, only displays what had been under the graph window upon execution, does not return user back to interpreter prompt.

Expected results:

Graph is rendered and user can enter more data into interpreter.


Additional info:

Although similar in concept, this problem seems to be different than the bug running R in Gnome2 with Nvidia drivers.  If you were to run Desktop Effects(Compiz), functions like data.entry() will not display correctly. This bug happens whether you run Compiz or not. R graphing worked correctly with the 304 Nvidia driver that I use currently before this.

Comment 1 Fedora Admin user for bugzilla script actions 2020-06-03 02:45:53 UTC
This package has changed maintainer in the Fedora.
Reassigning to the new maintainer of this component.

Comment 2 Iñaki Ucar 2020-10-30 08:48:54 UTC
This was reported against an old version of R. Closing.


Note You need to log in before you can comment on or make changes to this bug.