Summary: | Some plots are not displayed | ||
---|---|---|---|
Product: | [Applications] cantor | Reporter: | avlas <jsardid> |
Component: | octave-backend | Assignee: | Cantor Bugs <cantor-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | warquark |
Priority: | NOR | ||
Version First Reported In: | 20.04 | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
avlas
2020-05-09 16:15:44 UTC
I have checked, and this is another variation of bug #408335. This problem is our fix schedule for 20.08. *** This bug has been marked as a duplicate of bug 408335 *** (In reply to Nikita Sirgienko from comment #1) > I have checked, and this is another variation of bug #408335. This problem > is our fix schedule for 20.08. > > *** This bug has been marked as a duplicate of bug 408335 *** Both 1 and 2 above are actually the same bug? Sorry I missed bug 408335 (In reply to avlas from comment #2) > (In reply to Nikita Sirgienko from comment #1) > > I have checked, and this is another variation of bug #408335. This problem > > is our fix schedule for 20.08. > > > > *** This bug has been marked as a duplicate of bug 408335 *** > > Both 1 and 2 above are actually the same bug? > > Sorry I missed bug 408335 Yes, the same problem - a file of plot, produced by gnuplot, have a gigantic width, filled on the left by empty space (you can open file in /tmp directory and see, that there is a plot after this huge area of empty space) (In reply to Nikita Sirgienko from comment #3) > (In reply to avlas from comment #2) > > (In reply to Nikita Sirgienko from comment #1) > > > I have checked, and this is another variation of bug #408335. This problem > > > is our fix schedule for 20.08. > > > > > > *** This bug has been marked as a duplicate of bug 408335 *** > > > > Both 1 and 2 above are actually the same bug? > > > > Sorry I missed bug 408335 > > Yes, the same problem - a file of plot, produced by gnuplot, have a gigantic > width, filled on the left by empty space (you can open file in /tmp > directory and see, that there is a plot after this huge area of empty space) Indeed. I realized of this happening when checking the /tmp folder. It may be affecting 'qt' as well given (1) above. It's quite bizarre that the very same plot, e.g. plot(1:10), suffers or not this bug based on the order in which the graphics toolkit is applied. That's why I first thought this was something, perhaps related, but different, because in (2) the plots that are displayed (or not) are not exactly the same (different view). |