0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 7 hours ago.
Aug 10, 2024 — Aug 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Workaround to call directly the C functions pltr{0,1,2} instead of pltr_callback in functions like plcont, plshades and plvect. The pltr{0,1,2} functions are pretty standard and with this changes the PLplot examples x09.pl, x16.pl, and x22.pl run now an order of magnitude faster. More... almost 21 years ago
made compilation of plplot routines plsvect and plvect conditional More... about 21 years ago
stop Perl complaining about badly-named tests More... about 21 years ago
Cleanup and doc bug fix in plplot.d. Test bug fix in limit_ulimit.t More... about 21 years ago
Updated PLplot config to use PDL::Config hash (was using PDL_CONFIG). More... about 21 years ago
Generate grid for plshades using plAllocGrid. More... about 21 years ago
* Correctly use argument in call to pltr functions. * Free correct pointers in plAlloc*Grid functions. More... about 21 years ago
Changed the high-level fucntion shadeplot to reflect the new usage of the PLcGrid object of pltr1. More... about 21 years ago
* Added interfaces for the API functions plsvect and plvect. More... about 21 years ago
Added pp_addxs interface for the PLplot API function plgdev, which returns the name of the current driver as a string. More... about 21 years ago
Added pp_def interfaces for the PLplot API functions plot3dc and plgriddata, as well all definitions for the GRID_* constants. plenv0 prototype is added to the input list of create_low_level. More... about 21 years ago
Added interfaces for PLplot API functions plstripa, plstripc, and plstripd. More... about 21 years ago
* Implemented the API function plgver correctly, since the p_ver argument is actually an output. More... over 21 years ago
Implemented interfaces for the API functions plxormod, plGetCursor, plgstrm, and plmkstr using pp_addpm. Also, created low level constants for the PLK_* definitions present in plevent.h More... over 21 years ago
Added interfaces for plimage. More... over 21 years ago
Added interfaces for plmap and plmeridians. More... over 21 years ago
Added interfaces for plpoin3, plline3, and plpoly3, where the first argument is deduced from the size of the piddles. More... over 21 years ago
Re-implemented the plshades interface, which now accepts subroutine pointer arguments "defined" and "pltr". The "z" pdl matrix is column-dominant, as is usual with the other functions. More... over 21 years ago
Implemented PerlDL interface for the low-level fucntion plshade1. This allows the example x15c.c in the PLplot sources to be fully ported to PerlDL. More... over 21 years ago
fix to allow PLplot code to build on OS-X [fink] More... over 21 years ago
* Added a prolog to the FUNCTIONS section of the low-level API explaining the differences between the C and the PDL APIs. The ultimate goal is to make the man page for PDL::Graphics::PLplot a complete guide for users of both the Doug's hi-level interface and the low-level API. More... over 21 years ago
Adjusted calls to plscmap1l to the new API. Also, added Local Variables sections at the end of t/plplot.t, such that cperl mode is activated when editing the file in Emacs. More... over 21 years ago
Defined low-level interfaces for plmesh, plmeshc, plot3d and plscmap1l in which the size arguments are deduced from the piddles. Example x11.pl in the PLplot sources is completely ported to PerlDL now. More... over 21 years ago
OOps, restored $debug to 0. This slipped in my last commit. More... over 21 years ago
Implemented the low-level PLplot API functions pltr0, pltr1, pltr2, and plcont. There is a way now to pass a reference to a Perl subroutine to the plcont function, like this: More... over 21 years ago
Define our own plstyl subroutine, where the first argument of c_plstyl (the length of the mark and space vectors) is deduced from the piddle. More... over 21 years ago
Added some features to PLplot interface, including: -- User settable color range on 3D and point plots -- More color maps More... over 21 years ago
In pp_def('plsurf3d'), does not declare the clevel input argument as an int piddle since it is a PLFLT* in c_plsurf3d. More... over 21 years ago
Use the here-document operator (<<) for multi-line strings. This makes the style of code more close to Doug's original style. More... over 21 years ago
Added interface for the PLplot function plsurf3d. This has been tested with the example x08.pl, recently added to the PLplot sources. More... over 21 years ago