|
Posted by Kester Allen on November 18, 2004, 5:31 pm
Please log in for more thread options
Greetings,
I've developed a plotting module for generating simple scientific
graphs. It's ready to go on CPAN, but it needs a good name.
I think my module distinguishes itself from the existing
plotting/graphing modules in the following ways:
* Data sets with unevenly-spaced x-data are handled trivially
* Residuals between two y-data sets can be calculated and plotted,
regardless of whether they are plotted against the same x-data
* Errorbars can be specified, and are correctly calculated for the
residuals, if applicable
* Log-lin, lin-log, and log-log plots can be created simply
* Plot data can be read in from a file, or fed in via arrays or
PDL piddles.
In addition, there are standard axis- and title-labeling, line/point
options, and other features one would expect in simple
scienctific-style plots. It uses PDL and PGPLOT.pm under the hood.
Plot::Simple has been a working name for it, but I'm interested in
hearing suggestions from the community.
Thanks,
Kester
|
|
Posted by Jim Keenan on November 19, 2004, 2:35 am
Please log in for more thread options
Kester Allen wrote:
> Greetings,
>
> I've developed a plotting module for generating simple scientific
> graphs. It's ready to go on CPAN, but it needs a good name.
>
How about Graph::Scientific::Simple?
But more seriously, I'd recommend looking at the Graph::* top-level
namespace and seeing what naming patterns/conventions are being used
there. Then you could devise a name which wouldn't step on any other
module's toes. HTH.
Jim Keenan
|
| Similar Threads | Posted | | Request for naming help (templating module) | September 8, 2005, 11:34 pm |
| Naming consultation request (proposed Geo::ReadGRIB) | April 25, 2006, 2:35 pm |
| Re: cartography / map plotting | September 28, 2004, 2:19 pm |
| Module naming help | April 27, 2006, 10:29 am |
| Module naming conundrum | March 9, 2006, 9:25 pm |
| Module naming question: Tie::StorableDir | January 17, 2005, 3:17 pm |
| Module naming: Boolean::Verbose | March 11, 2006, 7:07 am |
| help with module naming: filehandle-tie for size-limited/rotating logfile | March 18, 2007, 5:44 am |
| thoughts on modules naming | March 23, 2006, 6:46 am |
| Naming modules from the Internet Archive | April 14, 2006, 10:24 pm |
|