From: Joao C. <jc...@us...> - 2002-10-04 18:31:50
|
Update of /cvsroot/plplot/plplot/examples/c In directory usw-pr-cvs1:/tmp/cvs-serv8723/examples/c Modified Files: x08c.c Log Message: Add "kind of" contouring to plot3d.c:plotfc3d(). Add magnitude coloring to plot3d.c:plot3d(). Retrieve contours from plcont.c:pldrawcn(). Add "rosenbrock" alternative function to x08c.c; use "x08c -rosen" to experiment. Comment plotfc3d() support in tclAPI.c for now. |
From: Joao C. <jc...@us...> - 2002-10-07 16:41:24
|
Update of /cvsroot/plplot/plplot/examples/c In directory usw-pr-cvs1:/tmp/cvs-serv8743/examples/c Modified Files: x08c.c Log Message: Fix support for contour lines in plotfc3d() and mesh coloring in plot3d(). |
From: Joao C. <jc...@us...> - 2002-10-13 15:48:33
|
Update of /cvsroot/plplot/plplot/examples/c In directory usw-pr-cvs1:/tmp/cvs-serv17079/examples/c Modified Files: x08c.c Log Message: Add support for plsurf3d() and remove plotfc3d() and plotsh3d() which are now obsolete. Shows also usage of plmesh(). Plot the title at the start of each plot, instead of the end. Remove the "opt" title component, as it is now demo dependent. Use the #defines in plplot.h to setup options instead of magic numeric values. |
From: Alan W. I. <ai...@us...> - 2002-10-17 01:48:54
|
Update of /cvsroot/plplot/plplot/examples/c In directory usw-pr-cvs1:/tmp/cvs-serv7395/examples/c Modified Files: x08c.c Log Message: Remove extraneous cmap1 changes. These final changes make example 8 results from the C and python interface identical. |
From: Joao C. <jc...@us...> - 2002-10-17 17:58:40
|
Update of /cvsroot/plplot/plplot/examples/c In directory usw-pr-cvs1:/tmp/cvs-serv2324/examples/c Modified Files: x08c.c Log Message: Prevent the possibility of a -inf to appear in the log() of the rosenbrook function. |
From: Joao C. <jc...@us...> - 2002-10-22 12:36:10
|
Update of /cvsroot/plplot/plplot/examples/c In directory usw-pr-cvs1:/tmp/cvs-serv11424/examples/c Modified Files: x08c.c Log Message: Revert XPTS and YPTS to usual values. |
From: Joao C. <jc...@us...> - 2002-11-11 23:05:06
|
Update of /cvsroot/plplot/plplot/examples/c In directory usw-pr-cvs1:/tmp/cvs-serv3163/examples/c Modified Files: x08c.c Log Message: Move the plmesh()/plot3d() component demos to x11c.c Use only two view points. |
From: Joao C. <jc...@us...> - 2002-11-11 23:11:30
|
Update of /cvsroot/plplot/plplot/examples/c In directory usw-pr-cvs1:/tmp/cvs-serv5021/examples/c Modified Files: x11c.c Log Message: Use several variations of plmesh()/plot3d() for plotting the well known MatLab (R) "peaks" function. Use only two viewpoints. |
From: Joao C. <jc...@us...> - 2002-11-11 23:12:52
|
Update of /cvsroot/plplot/plplot/examples/c In directory usw-pr-cvs1:/tmp/cvs-serv5365/examples/c Modified Files: x09c.c Log Message: Make the demo shorter by only showing contour labels in the first plot. |
From: Alan W. I. <ai...@us...> - 2002-11-22 21:19:45
|
Update of /cvsroot/plplot/plplot/examples/c In directory sc8-pr-cvs1:/tmp/cvs-serv11001/examples/c Modified Files: Tag: AT plcdemos.h tutor.c x01c.c x02c.c x03c.c x04c.c x05c.c x06c.c x07c.c x08c.c x09c.c x10c.c x11c.c x12c.c x13c.c x14c.c x15c.c x16c.c x17c.c x18c.c x19c.c x20c.c Log Message: AT changes to make xwin and ps dynamic drivers work on Linux. Here are some details for the various files: * .cvsignore files: convenience changes. * Makefile.am: reorder src first, then drivers (since dynamic drivers depend on src). Will take care of static drivers later. * acconfig.h: ENABLE_DYNDRIVERS DRIVERS_DB, and switch the old drivers list to a new complete devices list. * configure.in: incorporate HEAD static and dynamic driver handling from old cf/configure.in. Changed DATA_DIR back to current standard ENABLE_DYNDRIVERS, DRIVERS_DB. Current standard for dynamic driver names. * drivers/Makefile.am: Current static drivers don't work, but added working versions of xwin and ps dynamic drivers. * drivers/ps.c: PLPLOT_VERSION ==> VERSION * examples/c/*.c examples/c/*.h: change to old include style without the "plplot/". * src/Makefile.am: completed list of files to include in libplplot; hacked in -lm -ldl -lfreetype (freetype should be option); and disabled use of convenience library for static drivers (to be revisited later). |
From: Alan W. I. <ai...@us...> - 2002-11-26 18:33:19
|
Update of /cvsroot/plplot/plplot/examples/c In directory sc8-pr-cvs1:/tmp/cvs-serv22674/examples/c Added Files: Tag: AT Makefile.am Log Message: Added support for examples/c examples/c++ and examples/f77. To keep rules simple copied fmacs.m4 from bindings/f77 to examples/f77. |
From: Alan W. I. <ai...@us...> - 2002-11-27 00:26:17
|
Update of /cvsroot/plplot/plplot/examples/c In directory sc8-pr-cvs1:/tmp/cvs-serv3707/examples/c Modified Files: Tag: AT Makefile.am Added Files: Tag: AT Makefile.examples.in Log Message: Support for generating Makefile.examples in each of the examples directories plus added Makefile.examples.in files in c c++ and f77. Only the c version has been tested so far, and I expect further changes will be required in c++/Makefile.examples.in and f77/Makefile.examples.in. |
From: Alan W. I. <ai...@us...> - 2002-11-27 03:14:07
|
Update of /cvsroot/plplot/plplot/examples/c In directory sc8-pr-cvs1:/tmp/cvs-serv22022/examples/c Added Files: Tag: AT .cvsignore Log Message: Changes so that the c++ example can be built with make -f Makefile.examples. Also .cvsignore changes and additions for convenience. |
From: Alan W. I. <ai...@us...> - 2002-12-02 19:29:09
|
Update of /cvsroot/plplot/plplot/examples/c In directory sc8-pr-cvs1:/tmp/cvs-serv10060/c Modified Files: Tag: AT Makefile.am Log Message: Assorted tweaks for correct ID and DISTCLEANFILES |
From: Alan W. I. <ai...@us...> - 2002-12-03 08:39:25
|
Update of /cvsroot/plplot/plplot/examples/c In directory sc8-pr-cvs1:/tmp/cvs-serv13122/examples/c Modified Files: plcdemos.h tutor.c x01c.c x02c.c x03c.c x04c.c x05c.c x06c.c x07c.c x08c.c x09c.c x10c.c x11c.c x12c.c x13c.c x14c.c x15c.c x16c.c x17c.c x18c.c x19c.c x20c.c Added Files: .cvsignore Makefile.am Makefile.examples.in Log Message: Merged AT branch into MAIN, a new configuration era has started |
From: Alan W. I. <ai...@us...> - 2002-12-05 17:42:36
|
Update of /cvsroot/plplot/plplot/examples/c In directory sc8-pr-cvs1:/tmp/cvs-serv16506/examples/c Modified Files: Makefile.am Log Message: Configure test executables as per idea floated on list. |
From: Alan W. I. <ai...@us...> - 2002-12-06 00:14:43
|
Update of /cvsroot/plplot/plplot/examples/c In directory sc8-pr-cvs1:/tmp/cvs-serv10143/c Modified Files: .cvsignore Log Message: tweak |
From: Alan W. I. <ai...@us...> - 2002-12-06 17:54:35
|
Update of /cvsroot/plplot/plplot/examples/c In directory sc8-pr-cvs1:/tmp/cvs-serv31807/examples/c Modified Files: Makefile.am Log Message: Configure test executables in examples for c++, f77, and tk. make check builds the uninstalled c, c++, f77, and tk examples fine, and plplot-test.sh works with these uninstalled examples with some limitations that are discussed on list. |
From: Joao C. <jc...@us...> - 2002-12-13 01:34:48
|
Update of /cvsroot/plplot/plplot/examples/c In directory sc8-pr-cvs1:/tmp/cvs-serv32268/examples/c Modified Files: x08c.c Log Message: Use an alternate definition of isinf(), if it is not present on the system but finite() is. Note that isinf() is not mandatory, see the comment on x08c.c: /* Note that isinf() is not needed with the standard XPTS, YPTS and x and y minimum and maximum values, but if the user changes any of these, then we can get the log of a negative number. */ |
From: Alan W. I. <ai...@us...> - 2002-12-17 20:48:16
|
Update of /cvsroot/plplot/plplot/examples/c In directory sc8-pr-cvs1:/tmp/cvs-serv32605 Modified Files: x19c.c Log Message: Get rid of name clash that was affecting the static library case (--disable-shared option for ./configure). |
From: Joao C. <jc...@us...> - 2002-12-21 04:44:23
|
Update of /cvsroot/plplot/plplot/examples/c In directory sc8-pr-cvs1:/tmp/cvs-serv5033/examples/c Modified Files: x08c.c Log Message: Slightly change how the countour levels are calculated. |
From: Joao C. <jc...@us...> - 2002-12-21 06:06:48
|
Update of /cvsroot/plplot/plplot/examples/c In directory sc8-pr-cvs1:/tmp/cvs-serv5251/examples/c Modified Files: x11c.c Log Message: Replace plmesh() with plmeshc(). |
From: Joao C. <jc...@us...> - 2002-12-23 18:08:50
|
Update of /cvsroot/plplot/plplot/examples/c In directory sc8-pr-cvs1:/tmp/cvs-serv3199/examples/c Modified Files: x01c.c Log Message: Add message to warn user why the -xor cmd line option seems to not work (if the system don't have usleep()). |
From: Alan W. I. <ai...@us...> - 2002-12-23 19:38:11
|
Update of /cvsroot/plplot/plplot/examples/c In directory sc8-pr-cvs1:/tmp/cvs-serv26199/examples/c Modified Files: Makefile.examples.in Log Message: Use CC, CXX, and F77 symbols rather than hard-coded compiler names. |
From: Alan W. I. <ai...@us...> - 2002-12-24 19:35:00
|
Update of /cvsroot/plplot/plplot/examples/c In directory sc8-pr-cvs1:/tmp/cvs-serv15792/examples/c Modified Files: .cvsignore Makefile.am Makefile.examples.in Log Message: */Makefile.examples.in: clean target */Makefile.am: implement install of Makefile.examples renamed to Makefile for user convenience. |