openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
pdl-graphics-plplot
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
about 7 hours
ago. based on code collected
about 7 hours
ago.
Aug 10, 2024 — Aug 10, 2025
Showing page 6 of 7
Search / Filter on:
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.
Rafael Laboissiere
More...
almost 21 years ago
made compilation of plplot routines plsvect and plvect conditional
Doug Hunt
More...
about 21 years ago
stop Perl complaining about badly-named tests
Douglas Burke
More...
about 21 years ago
Cleanup and doc bug fix in plplot.d. Test bug fix in limit_ulimit.t
Doug Hunt
More...
about 21 years ago
Updated PLplot config to use PDL::Config hash (was using PDL_CONFIG).
Craig DeForest
More...
about 21 years ago
Generate grid for plshades using plAllocGrid.
Rafael Laboissiere
More...
about 21 years ago
* Correctly use argument in call to pltr functions. * Free correct pointers in plAlloc*Grid functions.
Rafael Laboissiere
More...
about 21 years ago
Changed the high-level fucntion shadeplot to reflect the new usage of the PLcGrid object of pltr1.
Rafael Laboissiere
More...
about 21 years ago
* Added interfaces for the API functions plsvect and plvect.
Rafael Laboissiere
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.
Rafael Laboissiere
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.
Rafael Laboissiere
More...
about 21 years ago
Added interfaces for PLplot API functions plstripa, plstripc, and plstripd.
Rafael Laboissiere
More...
about 21 years ago
* Implemented the API function plgver correctly, since the p_ver argument is actually an output.
Rafael Laboissiere
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
Rafael Laboissiere
More...
over 21 years ago
Added interfaces for plimage.
Rafael Laboissiere
More...
over 21 years ago
Added interfaces for plmap and plmeridians.
Rafael Laboissiere
More...
over 21 years ago
Added interfaces for plpoin3, plline3, and plpoly3, where the first argument is deduced from the size of the piddles.
Rafael Laboissiere
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.
Rafael Laboissiere
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.
Rafael Laboissiere
More...
over 21 years ago
fix to allow PLplot code to build on OS-X [fink]
Douglas Burke
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.
Rafael Laboissiere
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.
Rafael Laboissiere
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.
Rafael Laboissiere
More...
over 21 years ago
OOps, restored $debug to 0. This slipped in my last commit.
Rafael Laboissiere
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:
Rafael Laboissiere
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.
Rafael Laboissiere
More...
over 21 years ago
Added some features to PLplot interface, including: -- User settable color range on 3D and point plots -- More color maps
Doug Hunt
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.
Rafael Laboissiere
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.
Rafael Laboissiere
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.
Rafael Laboissiere
More...
over 21 years ago
←
1
2
3
4
5
6
7
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree