Bug 316017 - a white line in all images
Summary: a white line in all images
Status: RESOLVED INTENTIONAL
Alias: None
Product: cantor
Classification: Applications
Component: general (show other bugs)
Version: 0.3
Platform: Other Linux
: NOR major
Target Milestone: ---
Assignee: Filipe Saraiva
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-02 16:05 UTC by Christopher Yeleighton
Modified: 2017-04-28 19:27 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Cantor and R images side by side (35.89 KB, image/x-xcf)
2013-03-02 16:07 UTC, Christopher Yeleighton
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Yeleighton 2013-03-02 16:05:15 UTC
All images rendered in Cantor by R have a vertical white line to the right.

Reproducible: Always

Steps to Reproduce:
  1. Tell Cantor to open a new R session.
  2. Tell Cantor to evaluate: 
x <- seq(-pi, pi, len=50)
y <- x
f <- outer(x, y, function(x, y) cos(y)/(1 + x^2))
image(x, y, f)

Actual Results:  
  2. an image with a vertical white line

Expected Results:  
  3. a clean image
Comment 1 Christopher Yeleighton 2013-03-02 16:07:41 UTC
Created attachment 77688 [details]
Cantor and R images side by side
Comment 2 Filipe Saraiva 2017-04-28 19:27:19 UTC
Currently Cantor backend is broken since some releases ago. We need to fix that before verify if this bug is present (or if it is really a bug).