Re: [Plplot-devel] Bug in notcrossed() function of plfill.c

2015-06-15 Thread Maurice LeBrun
use it from Fortran and later our C++ matrix class. This is what I started with, summer of 1990: http://amiga-fish.erkan.se/amiga-fish-disk-340-content-Plplot/ -- Maurice LeBrun

Re: [Plplot-devel] plot metafile questions

2015-03-06 Thread Maurice LeBrun
). I think my last project involved implementing overlaid rulers. They weren't saved as part of the plot buffer but done as the last stage so that moving them around on the screen was fast (refresh == expose + line draws over top). Of course, all proprietary. :( -- Maurice LeBrun

Re: [Plplot-devel] plot metafile questions

2015-03-06 Thread Maurice LeBrun
On Saturday, March 7, 2015 at 00:14:27 (-0600) Maurice LeBrun writes: I think my last project involved implementing overlaid rulers. They weren't saved as part of the plot buffer but done as the last stage so that moving ^^^ Argghh.. I meant the xwin pixmap

Re: [Plplot-devel] plot metafile questions

2015-03-05 Thread Maurice LeBrun
the right place of device-independence always horrified me sufficiently to stay well away from it. But it sounds like a agreat idea. :) -- Maurice LeBrun -- Dive into the World of Parallel Programming The Go Parallel Website

Re: [Plplot-devel] Fwd: metafiles

2015-01-12 Thread Maurice LeBrun
. Poor man's graphical editor. Just food for thought.. -- Maurice LeBrun -- New Year. New Location. New Benefits. New Data Center in Ashburn, VA. GigeNET is offering a free month of service with a new server in Ashburn

Re: [Plplot-devel] Fwd: metafiles

2015-01-10 Thread Maurice LeBrun
capability grew, plmeta became unable to fully reproduce the observed output. - The physical device coordinate space was a limiting factor, say for later zooms. - Ditto for the physical device API. A metafile/renderer built at a higher level would've had more versatility. -- Maurice LeBrun

Re: [Plplot-devel] An issue with the ps device driver that is extraordinarily sensitive to rounding

2014-10-25 Thread Maurice LeBrun
Hi Alan, Thanks for your analysis, it was very interesting. Perhaps if I were to take an extended look at that 20-yr-old fix I might be able to dredge up some insights. OTOH, the ps driver was not my creation and I never felt truly comfortable modifying it. I basically just hacked it as needed

[Plplot-devel] test post

2014-05-25 Thread Maurice LeBrun
Test to see if I got dropped from the list. -- Maurice LeBrun -- Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled

Re: [Plplot-devel] Examples not generated during build

2014-04-03 Thread Maurice LeBrun
I saw something very similar strange happen with a software product in the not too recent past. We were seeing syntax errors from the command interpreter, from a line that looked completely fine. On a hunch, I had the person delete what appeared to be a dash, then insert a '-' from his US

Re: [Plplot-devel] git (again)

2014-02-04 Thread Maurice LeBrun
. When I unset the ones I didn't want, he got conflicts when trying to check out. Might be an easily resolved issue, I never did figure it out. Was a few years back. -- Maurice LeBrun -- Managing the Performance of Cloud

Re: [Plplot-devel] [Plplot-general] Any way to get a list of available devices to a program?

2013-11-21 Thread Maurice LeBrun
**p_menustr, const char **p_devname, int *p_ndev, int type ) { ... The pointers are dereferenced by the API calls to the implementing routine, so are not needed. I probably meant to go back fix that up eventually but ended up forgetting all about it. :) -- Maurice LeBrun

Re: [Plplot-devel] [Plplot-general] Any way to get a list of available devices to a program?

2013-11-21 Thread Maurice LeBrun
On Thursday, November 21, 2013 at 22:53:02 (-0600) Maurice LeBrun writes: I became curious reading this thread so I had a look -- apparently the answer is in the code. From src/plcore.c: ... void plgDevs( const char ***p_menustr, const char ***p_devname, int *p_ndev

Re: [Plplot-devel] Pltk segfault

2013-11-06 Thread Maurice LeBrun
it should be more relaxed. Regards, Arjen -Original Message- From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] Sent: Tuesday, November 05, 2013 9:48 PM To: Maurice LeBrun; Arjen Markus Cc: PLplot development list Subject: Re: [Plplot-devel] Pltk segfault

Re: [Plplot-devel] Help needed in setting global Tcl variables for the PLplot case

2013-10-28 Thread Maurice LeBrun
/share/tcltk/tcl8.5 /usr/lib /usr/local/lib/tcltk /usr/local/share/tcltk /usr/lib/tcltk /usr/share/tcltk That first entry enables it to find the right packages. -- Maurice LeBrun -- Android is increasing in popularity

Re: [Plplot-devel] map resolution

2012-10-02 Thread Maurice LeBrun
is cheap. People wanting to manipulate a huge DB can have it all in ram if they really want. Earlier this year I bought 8G of DDR2 (4x2G) for only $100 from newegg. Wait a few years and 32G or even 64G will be attainable without paying enterprise prices. -- Maurice LeBrun

Re: [Plplot-devel] Plplot-devel Digest, Vol 75, Issue 15

2012-08-31 Thread Maurice LeBrun
magnification factor ?? 1 scroll speed?? leftrightupdown scroll after zoom Altkey increase scroll speed -- Maurice LeBrun -- Live Security Virtual Conference

Re: [Plplot-devel] Interactive capabilities of PLplot

2012-08-30 Thread Maurice LeBrun
, it should be. If I ever had the free time (ha) I'd like to code a demo. Not that hard since I've already done it but would take a bit of time to do from scratch. -- Maurice LeBrun -- Live Security Virtual Conference

Re: [Plplot-devel] cmap1 colourscale direction

2012-08-12 Thread Maurice LeBrun
On Sunday, August 12, 2012 at 08:02:20 (-0700) Alan W. Irwin writes: On 2012-08-12 00:22-0500 Maurice LeBrun wrote: Here is the behavior I see on a plplot build (a bit old but none of this stuff has changed recently AFAIK). BTW H=120 is green, blue is H=240. Cf. http

Re: [Plplot-devel] cmap1 colourscale direction

2012-08-12 Thread Maurice LeBrun
). To avoid ambiguity, how about dropping all special meaning from the name and using alt_hue_path instead (with appropriate docbook and doxygen documentation of exactly what that means in a mathematical sense)? Sounds good. -- Maurice LeBrun

Re: [Plplot-devel] cmap1 colourscale direction

2012-08-11 Thread Maurice LeBrun
Here is the behavior I see on a plplot build (a bit old but none of this stuff has changed recently AFAIK). BTW H=120 is green, blue is H=240. Cf. http://en.wikipedia.org/wiki/HLS_color_space Using a Hue range of {0,120} gives a Red - Yellow - Green shading. Using a Hue range of {120,0} gives

Re: [Plplot-devel] Should we drop g77 compiler support now by weeding out our *a name-mangling variants?

2012-01-16 Thread Maurice LeBrun
to support g77 on that platform any more. -- Maurice LeBrun -- RSA(R) Conference 2012 Mar 27 - Feb 2 Save $400 by Jan. 27 Register now! http://p.sf.net/sfu/rsa-sfdev2dev2 ___ Plplot

Re: [Plplot-devel] [ plplot-Bugs-3474186 ] wxWidgets dc and gc driver on uses cmap0 for text

2012-01-16 Thread Maurice LeBrun
supporting that. -- Maurice LeBrun On Monday, January 16, 2012 at 14:47:40 (+) Andrew Ross writes: Is this actually a bug? Example 12 uses plcol1 to set the colour for the boxes in a box chart, then plots text. The text comes out in the same (cmap0) colour even though the boxes

Re: [Plplot-devel] Should we drop g77 compiler support now by weeding out our *a name-mangling variants?

2011-11-06 Thread Maurice LeBrun
On Sunday, November 6, 2011 at 12:51:12 (-0800) Alan W. Irwin writes: Does anyone here know the g77 package availability for enterprise RedHat and SuSe? On my CentOS 5.x box, g77 is indeed part of the standard installation, with /usr/bin/f77 symlinked to /usr/bin/g77. -- Maurice LeBrun

Re: [Plplot-devel] Planned change to the minimum CMake version.

2011-10-21 Thread Maurice LeBrun
On Friday, October 21, 2011 at 19:43:14 (-0700) Alan W. Irwin writes: Hi Maurice: On 2011-10-21 18:32-0600 Maurice LeBrun wrote: On Friday, October 21, 2011 at 10:43:56 (-0700) Alan W. Irwin writes: If I don't hear any strong objections to changing the minimum version of CMake

Re: [Plplot-devel] PLplot contains non-commercial licence?

2011-08-02 Thread Maurice LeBrun
. More than a decade. If you agree changes should be made, do you want to update the file yourself or do you want me to do it? If you could, I'd appreciate it, as I'm swamped at work as usual. -- Maurice LeBrun

Re: [Plplot-devel] ABOUT file

2011-07-29 Thread Maurice LeBrun
team gradually came to be. Feel free to adopt / condense / add-to any of the above. -- Maurice LeBrun -- Got Input? Slashdot Needs You. Take our quick survey online. Come on, we don't ask for help often. Plus, you'll

Re: [Plplot-devel] Line style choices

2011-07-04 Thread Maurice LeBrun
way. Down with the British! (happy 7/4 ;) -- Maurice LeBrun -- All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security

Re: [Plplot-devel] Different background colours for different pages of a multi-page plot

2011-05-06 Thread Maurice LeBrun
at times when using multiple plframe widgets in an application. -- Maurice LeBrun -- WhatsUp Gold - Download Free Network Management Software The most intuitive, comprehensive, and cost-effective network management toolset

Re: [Plplot-devel] Should we unformly use the const attribute for our input arrays?

2011-03-08 Thread Maurice LeBrun
is offended by the portrayal (btw my mom's side of the family is German). I thought it was really funny. And, although sometimes it's a PITA, I do really like const. http://gamesfromwithin.com/the-const-nazi -- Maurice LeBrun

Re: [Plplot-devel] [Plplot-general] About plfill, plline, plmap and request of functionalities

2010-12-23 Thread Maurice LeBrun
drivers/xwin.c and src/plbuf.c for sure. Else code will go boom. -- Maurice LeBrun -- Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize

Re: [Plplot-devel] [Plplot-general] About plfill, plline, plmap and request of functionalities

2010-12-22 Thread Maurice LeBrun
allocation to a malloc/free each time plfill() is called could suck for the many small-n-vertices polygon case. Using per-stream polyline buffers is better but more convoluted. The short term solution is definitely just recompile with a higher limit. -- Maurice LeBrun

Re: [Plplot-devel] Clobbered commentary in bindings/tk/tkMain.c

2010-11-11 Thread Maurice LeBrun
Thanks for the fix. As prize, I'll send you some snow. ;) (Just had 2nd snowfall here in Longmont, CO.) Maurice On Thursday, November 11, 2010 at 10:21:57 (-0800) Alan W. Irwin writes: Hi Maurice: I thought you would be amused by revision 11326. When searching all our source files

Re: [Plplot-devel] x14 bug with -xwin and focus stealing

2010-08-10 Thread Maurice LeBrun
Hi Alan, I'm somewhat in the dark about xwin focus issues. I recall Tk goes to some trouble to do the right thing about it, and maybe that's the problem here. The demo was originally envisioned as testing ground for more arcane scenarios involving the Tk driver; I'm a little amused/surprised it

Re: [Plplot-devel] creating a graph using Tcl/tk

2010-08-10 Thread Maurice LeBrun
In order to run TK code that uses plplot extensions, you need an extended wish that knows about these extra commands. That's what plserver is for (it also has some IPC for handling requests from the plplot TK driver which is why it's not simply called plwish.. too bad, that would've been more

Re: [Plplot-devel] xor mode

2010-05-12 Thread Maurice LeBrun
On Wednesday, May 12, 2010 at 20:18:40 (+0100) Andrew Ross writes: On Tue, May 11, 2010 at 11:55:29PM -0500, Maurice LeBrun wrote: I agree, xor mode sucks big time (due to the line occasionally becoming invisible). On a recent project, I implemented a plot overlay capability

Re: [Plplot-devel] xor mode

2010-05-11 Thread Maurice LeBrun
. As well as a demo. One can dream.. anyway maybe some food for thought. -- Maurice LeBrun -- ___ Plplot-devel mailing list Plplot-devel@lists.sourceforge.net https

Re: [Plplot-devel] [ plplot-Bugs-2998260 ] -dev xwin shows fatal error when window closed

2010-05-10 Thread Maurice LeBrun
plserver for plotting (you can change @plserver_LOCATION@ to be just . and run from the directory plserver is sitting in). Click on the Open new button to open a 2nd plframe. Then close it with the goaway button. Only that window, and not the first, should shut down. -- Maurice LeBrun

Re: [Plplot-devel] proposal for consideration: plcont_phase.c for contour plots of phase data

2010-04-20 Thread Maurice LeBrun
On Monday, April 19, 2010 at 22:35:33 (-0700) Alan W. Irwin writes: On 2010-04-19 22:21-0500 Maurice LeBrun wrote: [...] Note, people doing polar plots (shades or contours) have to similarly massage their data before passing it to plplot in order to pick up the continuity

Re: [Plplot-devel] proposal for consideration: plcont_phase.c for contour plots of phase data

2010-04-19 Thread Maurice LeBrun
a leaner and more easily maintained API. This is illustrated (rather quietly) in the final (polar) plot of example 16, where the angle coordinate value runs from 0 to 2pi inclusive -- providing a duplicated data point to enforce continuity. -- Maurice LeBrun

Re: [Plplot-devel] [PATCH] Support arbitrary storage of 2D user data

2010-02-22 Thread Maurice LeBrun
into a memory buffer, at the end of the call chain some i/o will be performed. That should dwarf the function call overhead. -- Maurice LeBrun -- Download Intel#174; Parallel Studio Eval Try the new software tools for yourself

Re: [Plplot-devel] Another feature request (maybe)

2010-01-06 Thread Maurice LeBrun
to upgrade all array-handling functions in like fashion but so far I think it's only been done for the plshadexx family. -- Maurice LeBrun -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage

Re: [Plplot-devel] Another feature request (maybe)

2010-01-06 Thread Maurice LeBrun
On Wednesday, January 6, 2010 at 22:43:44 (-0800) David MacMahon writes: On Jan 6, 2010, at 17:14 , Maurice LeBrun wrote: Some centuries ago I did endow the contourer with the function evaluator technique to deal with the issue of C vs Fortran vs whatever array storage

Re: [Plplot-devel] Setting windows title

2009-11-18 Thread Maurice LeBrun
it's not a linear plotting paradigm. A GUI responds to user input to and displays plots based on that, no pressing return needed for anything. Unless I'm misunderstanding what's being proposed, I don't think anything about hitting return should be in the default window title. -- Maurice LeBrun

Re: [Plplot-devel] plsyax bug

2009-11-16 Thread Maurice LeBrun
(lbproject.sf.net). __ Linux-powered Science __ -- Maurice LeBrun -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report

Re: [Plplot-devel] File permissions, other misc issues

2009-09-27 Thread Maurice LeBrun
, etc) caused the problem to begin with. Or, you may get away with lots of these sorts of events if they're innocuous enough. In which case you've got to ask yourself one question: Do I feel lucky? ;) -- Maurice LeBrun

Re: [Plplot-devel] #define PLD_* questions

2009-08-16 Thread Maurice LeBrun
Project (lbproject.sf.net). __ Linux-powered Science __ -- Maurice LeBrun -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial

Re: [Plplot-devel] Default cmap1 depends on background colour

2009-07-10 Thread Maurice LeBrun
to fade to background at some point must necessarily change. -- Maurice LeBrun -- Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new

Re: [Plplot-devel] cmap0.pal and cmap1.pal support

2009-07-08 Thread Maurice LeBrun
integers in the 0-100 range for simplicity. It should really be floating point however. And TK scale widgets apparently support that now so in principle the TK support could be made compatible with the new format file. -- Maurice LeBrun

Re: [Plplot-devel] plConfig.h and HAVE_* macros

2009-06-28 Thread Maurice LeBrun
I agree the HAVE_* macros are a problem wrt the global namespace. Some of the example programs use them, however, which needs to be taken into account. I like the idea of just making them more plplot-specific (as has been done for PL_HAVE_USLEEP). -- Maurice LeBrun

Re: [Plplot-devel] cmake troubles, user error?

2009-04-30 Thread Maurice LeBrun
unchanged and only affects the tk code, so I am happy to commit this ahead of the release and to re-enable HAVE_PTHREAD by default. Sounds good. -- Maurice LeBrun -- Register Now Save for Velocity, the Web

Re: [Plplot-devel] Time to bump version to 5.9.3 in svn?

2009-04-30 Thread Maurice LeBrun
on this. What I do for a different project is call the non-released code master (or head) and then the version number parser checks for that special string first before assuming it's a released version doing the numeric parsing. -- Maurice LeBrun

Re: [Plplot-devel] cmake troubles, user error?

2009-04-29 Thread Maurice LeBrun
/* Partially initialize X driver. */ pllib_init(); plsdev(xwin); pllib_devinit(); plP_esc(PLESC_DEVINIT, NULL); above the call to Tk_CreateWindowFromPath(). -- Maurice LeBrun -- Register Now Save

Re: [Plplot-devel] Is it time to retire the gd and gcw device drivers?

2009-04-21 Thread Maurice LeBrun
for a couple years at least. So the legacy png driver will remain very useful to me my team for some time to come. -- Maurice LeBrun -- Stay on top of everything new and different, both inside and around Java (TM

Re: [Plplot-devel] text handling proposal

2009-03-24 Thread Maurice LeBrun
this thread and was about to say something about this point but you fixed it before I could. :) Having gone through the painful exercise of adding new driver calls several times in the past, I can definitively say it's best avoided through using the escape function if possible. -- Maurice LeBrun

Re: [Plplot-devel] using plplot for interactive financial graphs?

2009-02-03 Thread Maurice LeBrun
quantities of sub-pixel-resolution (therefore redundant) plot elements. -- Maurice LeBrun -- Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use

Re: [Plplot-devel] So blindingly obvious ... (Was: Example 13)

2009-01-07 Thread Maurice LeBrun
and that did the trick. So, I reckon the Tcl examples now all give a perfect match (at least with Tcl 8.5), only example 19 is still missing. Great to hear. -- Maurice LeBrun -- Check out the new SourceForge.net Marketplace

Re: [Plplot-devel] Adding example 14 to standard tests

2009-01-06 Thread Maurice LeBrun
, rather than supporting a massive command line syntax. -- Maurice LeBrun -- Check out the new SourceForge.net Marketplace. It is the best place to buy or sell services for just about anything Open Source. http://p.sf.net

Re: [Plplot-devel] plgvpw (view port limits) initial patch

2008-10-10 Thread Maurice LeBrun
On Friday, October 10, 2008 at 09:10:59 (-0400) Hezekiah M. Carty writes: On Fri, Oct 10, 2008 at 12:09 AM, Maurice LeBrun [EMAIL PROTECTED] wrote: What do you think of this as a compromise? Nothing has to be propagated to other language bindings, and the plgvpw functionality

Re: [Plplot-devel] plgvpw (view port limits) initial patch

2008-10-09 Thread Maurice LeBrun
notice. As a user, I'm in category (3), and don't *really* care either way. But be aware you are introducing a change that has the potential to change existing code behavior. -- Maurice LeBrun - This SF.Net email

Re: [Plplot-devel] src/README.pages

2008-10-09 Thread Maurice LeBrun
On Thursday, October 9, 2008 at 23:42:11 (-0500) Maurice LeBrun writes: On Saturday, October 4, 2008 at 16:46:53 (-0700) Alan W. Irwin writes: On 2008-10-04 14:04-0700 Alan W. Irwin wrote: Hi Maurice: I have just committed my first attempt (see src/README.pages

Re: [Plplot-devel] Status of the svg device driver

2008-09-30 Thread Maurice LeBrun
Interestingly, the following article on SVG editors just appeared on linuxtoday.com today. http://www.linux.com/feature/148630 -- Maurice LeBrun - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge

Re: [Plplot-devel] Can't eliminate legend string problem in Ada example 17

2008-08-14 Thread Maurice LeBrun
const char *foo = bar; (or later reassignment) is perfectly legit. -- Maurice LeBrun - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK

Re: [Plplot-devel] Can't eliminate legend string problem in Ada example 17

2008-08-14 Thread Maurice LeBrun
On Thursday, August 14, 2008 at 10:18:32 (-0700) Alan W. Irwin writes: On 2008-08-14 09:58-0500 Maurice LeBrun wrote: For C C++, a const pointer means the memory it points to cannot be altered. The pointer can. So for example const char *foo = bar; (or later

Re: [Plplot-devel] New website

2008-07-26 Thread Maurice LeBrun
://lists.sourceforge.net/lists/listinfo/plplot-devel -- Maurice LeBrun - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK win great prizes

Re: [Plplot-devel] Uniform indentation style for our docbook files

2008-06-02 Thread Maurice LeBrun
on VMS too. -- Maurice LeBrun - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01

Re: [Plplot-devel] [Perldl] PLPlot -- how to install?

2008-04-18 Thread Maurice LeBrun
, and is actively maintained. That makes it a success in my book, compared to all the open source projects that eventually wither and die. So, cheers on our success. The rest is up to us all. -- Maurice LeBrun - This SF.net email

Re: [Plplot-devel] Making PLXcairoDrawableInfo structure public

2008-04-13 Thread Maurice LeBrun
since you could add as many convenient definitions as you wished. I've almost done this on several occasions. But resisted the temptation since I thought the generic solution was a better way to go, when practical. -- Maurice LeBrun

[Plplot-devel] bad plplotd.pc on *ubuntu gutsy

2008-03-21 Thread Maurice LeBrun
^^ -lcsirocsa -L/usr/lib -lfreetype ... Anyone with similar experience / know how to fix this? -- Maurice LeBrun - This SF.net email is sponsored by: Microsoft Defy all challenges

Re: [Plplot-devel] bad plplotd.pc on *ubuntu gutsy

2008-03-21 Thread Maurice LeBrun
On Friday, March 21, 2008 at 18:10:59 (-0700) Alan W. Irwin writes: On 2008-03-21 19:04-0500 Maurice LeBrun wrote: -L/usr/lib -lSM -lICE -L/usr/lib -lX11 -L/usr/lib -lXext -l/usr/lib/libm.so ^^ -lcsirocsa -L/usr

Re: [Plplot-devel] plimagefr coordinate transform support - complete

2008-03-19 Thread Maurice LeBrun
of housecleaning, starting with chopping out the custom colormap support that was never really used anyway. -- Maurice LeBrun - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio

Re: [Plplot-devel] Tcl 8.5

2008-01-08 Thread Maurice LeBrun
. Is it not compatible with tcl 8.5 because that version of Tcl uses its own OO approach or is OO not going to be available at all for the Tcl future unless somebody starts actively supporting itcl? I'll take a look but it might not be this week. -- Maurice LeBrun

Re: [Plplot-devel] First pngcairo results for my FreeEOS research

2007-09-05 Thread Maurice LeBrun
the graphics antialiasing causes the 3D figure to be translucent, but I am happy with that side effect since I think it looks cool. Nice. -- Maurice LeBrun - This SF.net email is sponsored by: Splunk Inc. Still grepping

Re: [Plplot-devel] color alpha? Was Re: First pngcairo results for my FreeEOS research

2007-09-05 Thread Maurice LeBrun
calls for setting color values, maybe take the existing ones and add on a x (for extended), that allowed the user to specify RGB + translucency. Any other attributes needed? -- Maurice LeBrun - This SF.net email is sponsored

Re: [Plplot-devel] What to do about plmeta/plrender?

2007-09-01 Thread Maurice LeBrun
change, and who knows what will be important again in a few years. -- Maurice LeBrun - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events

Re: [Plplot-devel] Cairo Driver Family

2007-08-20 Thread Maurice LeBrun
some fun and make it more general. The shear problem showed up right away, and having (over) filled my capacity for fun projects at the time :), I left it at that. -- Maurice LeBrun - This SF.net email is sponsored by: Splunk

Re: [Plplot-devel] Cairo-related devices and interactive capabilities of PLplot

2007-05-21 Thread Maurice LeBrun
to store the UCS-4 representation. I understand if you append a new element (UCS-4 in this case) to PLGraphicsIn, that does not constitute a backwards-incompatible change to the API. Agreed. -- Maurice LeBrun

[Plplot-devel] good cmake article

2007-02-24 Thread Maurice LeBrun
PLplot is mentioned too. http://dot.kde.org/1172083974/ -- Maurice LeBrun - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions

Re: [Plplot-devel] Tcl 8.5

2007-02-09 Thread Maurice LeBrun
. :) -- Maurice LeBrun[EMAIL PROTECTED] - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere

Re: [Plplot-devel] proposed freetype changes

2007-01-24 Thread Maurice LeBrun
minds think alike: $ grep UNDEF include/plplotP.h #define PL_UNDEFINED -999 :) -- Maurice LeBrun - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance

Re: [Plplot-devel] cmake itcl/itk

2007-01-11 Thread Maurice LeBrun
Alan W. Irwin writes: On 2007-01-09 06:27-0600 Maurice LeBrun wrote: I'm trying my first cmake build (ok feel free to rag on me for being such a laggard :), and those two were inexplicably not detected in my usual prefix area that contains all my tcl/tk/itcl/itk builds. Try

[Plplot-devel] cmake itcl/itk

2007-01-09 Thread Maurice LeBrun
builds. -- Maurice LeBrun - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT business topics through brief surveys - and earn

Re: [Plplot-devel] Debian packages

2006-12-10 Thread Maurice LeBrun
Andrew Ross writes: Are there any debian / ubuntu developers out there who would be willing to take over maintainance of the debian packages, with our help? Might be a good idea to send this query out on plplot-general to reach a broader audience. -- Maurice LeBrun