On 2013-07-31 16:41+1000 Joost Kuckartz wrote:

> My apologies for the non-descriptive mail below, but I was typing the mail 
> and suddenly it was sent automatically...
>
> In any case, I am currently working on transforming (almost all) the examples 
> into wxwidgets and while I was at example 12, I noticed some filling errors. 
> Looking at example 25 (which the second link is for), the same error occurs 
> but additionally there are some corner filling errors occurring.
>
> I'm not sure if this is wxwidgets specific, unfortunately I haven't been able 
> to test this on other platforms (as I don't have those available)...
>
> Is this a 'known' bug, also for other platforms, or very specific to just 
> wxwidgets (or maybe even me)?

Hi Joost:

I think it might be your code.  :-)

The reason I say this is that the results from the wxwidgets device
driver are aligned properly.  To show that for yourself, try the
following after running the cmake command in an initially empty build
tree with the -DBUILD_TEST=ON option.

make -j4 qtwidgets
make -j4 x25c
examples/c/x25c -dev wxwidgets

The results of that last command on my platform have no obvious
alignment issues like have occurred for the examples you showed.  If
the wxwidgets device also doesn't have alignment issues on your
platform, I suggest you carefully compare your own code that produces
misaligned results with the code in drivers/wxwidgets* that produces
aligned results.

When responding to this, could you also say more about what you are doing
with wxwidgets and the examples?  Sounds interesting.

Alan
__________________________
Alan W. Irwin

Astronomical research affiliation with Department of Physics and Astronomy,
University of Victoria (astrowww.phys.uvic.ca).

Programming affiliations with the FreeEOS equation-of-state
implementation for stellar interiors (freeeos.sf.net); the Time
Ephemerides project (timeephem.sf.net); PLplot scientific plotting
software package (plplot.sf.net); the libLASi project
(unifont.org/lasi); the Loads of Linux Links project (loll.sf.net);
and the Linux Brochure Project (lbproject.sf.net).
__________________________

Linux-powered Science
__________________________

------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
Plplot-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to