Summary: | No curve plotted at all when one data file is missing | ||
---|---|---|---|
Product: | [Applications] kst | Reporter: | Grégoire Verlut <gregoire.verlut> |
Component: | general | Assignee: | kst |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | syntheticpp |
Priority: | NOR | ||
Version: | 2.0.3 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Here is an a example of the wrong behavior
screenshot of the plots |
Description
Grégoire Verlut
2011-04-27 11:46:27 UTC
Created attachment 59363 [details]
Here is an a example of the wrong behavior
rename PRN_0010 to PRN_001 to get the correct result.
I tried further to work with this bug. It seems that if affects only the plots of the current tab for which some data files are missing. Considering a kst file with 2 tabs. The first tab is not displayed when opening the kst file, here the missing files do not disturb the plotting. The second tab is displayed when opening the kst file, here the missing files block the displaying of the plot containing "missing curves". The other plots, having all their curves, are correctly displayed Thanks for the test case. With it, I can confirm the issue. This is definitely a bug. A lot of curves have valid vectors and should be plotted, but they are not. Barth or Peter, can you have a look? This is probably fairly easy to fix. Of course... I'm going to finish up auto-format first though. On Wed, Apr 27, 2011 at 9:54 AM, Nicolas Brisset <nicolas.brisset@eurocopter.com> wrote: > https://bugs.kde.org/show_bug.cgi?id=271831 > > > > > > --- Comment #3 from Nicolas Brisset <nicolas brisset eurocopter com> 2011-04-27 15:54:27 --- > Thanks for the test case. With it, I can confirm the issue. > This is definitely a bug. A lot of curves have valid vectors and should be > plotted, but they are not. > > Barth or Peter, can you have a look? This is probably fairly easy to fix. > > -- > Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email > ------- You are receiving this mail because: ------- > You are the assignee for the bug. > _______________________________________________ > Kst mailing list > Kst@kde.org > https://mail.kde.org/mailman/listinfo/kst > I've added a patch, but the loaded plots look a bit strange. On sourceforge in 'Snapshots' is binary for Windows (2011.04.28). Grégoire could you check if the graphs have to look this way because of the missing data? It seems you put the source and not the binary in the zip. I tried to compile it with QT 2010.04 but I got the following error :: error: cannot open input file 'debug\gridlayouthelper.obj' so I did not further try to make it run. Can yopu zip it again? thanks Created attachment 59525 [details]
screenshot of the plots
The way it should look like
This is a screenshot of the curves when everything is there.
It should look the same when PRN_001 is missing (because it is indeed a copy of
PRN_005)
Ah sorry, uploaded the wrong zip. But now also the win32 binaries are on sf. Your screenshot looks like the one I've seen! Have you compiled with qmake, which was not up-to-date? Fixed it trunk. The win32 binaries on sf ( snaphot) works as expected. Thanks OK, then I'm closing the bug. |