Displaying 4 results from an estimated 4 matches for "canvases".
Did you mean:
canvas
2012 Jun 18
1
[wifi] wifimgr for freebsd
Hi, I made a wifi script based on the wlanconfig in bsdinstaller.
here is the code:
https://github.com/gihnius/freebsd-wifi
I think we can make it more suitable for many devices and normal use.
Any idea to write a normal feature script to use freebsd wifi easily ?
and thanks to the author of wlanconfig.
2010 Oct 13
2
Scripting SVG with R
Since now many browsers support (ECMA/Java-)scripted SVG, I am wondering
whether there are already any examples of inserting R code into SVG
documents (or a Javascript canvas?) either directly, or perhaps more
likely through a JavaScript layer, to dynamically generate graphics or
make them interactive?
I am aware of the excellent packages gridSVG and SVGAnnotation, which
facilitate making
2005 Sep 03
3
Re: FXRuby issues
...are simply not
> possible (other than the library is buggy).
When an FXRuby application segfaults, it''s almost always the fault of
the FXRuby bindings themselves and not the underlying FOX library.
> But more so, I also found segfaults with:
> ??? - crashes when creating large canvases/images.? These were pretty
> weird.? I basically could not get FxRuby to have a 4K or
> 8K?canvas+image buffer.? I am not sure how this could be as a 128Mb +
> 2GB swap should be enough for handling this with no problem.? Worse,
> fxruby would just segfault upon creation.? No "...
2000 Nov 15
1
Graphics-Device-Size vs. Window-Size: R design flaw
...d probably do better
> than we do.
> No one envisaged people resizing graphics windows when the system was
> designed (as far as I can see), and locking aspect ratios (which
> S-PLUS now does) when re-sizing looks sensible to me. We
> might seriously
> want to consider scrollable canvases on graphics devices, too.
>
> I'm afraid I don't fully grasp Jens' points, in part because he is
> coming from a different usage experience (mainly Windows, I believe)
> than I am. And now (the run up to 1.2.0) is not a good time to think
> about such changes. But if Je...