[Plplot-devel] Date/time axes (request 1743004 in SF tracker)

2008-02-28 Thread Arjen Markus
Hello, can anyone comment on the available range for the date/time axes? I ask because of the wish to plot dates before 1970, the typical epoch year, as expressed in https://sourceforge.net/tracker/index.php?func=detail&aid=1743004&group_id=2915&atid=352915. I checked the definition of time_t on

[Plplot-devel] Multiple plsetopt() calls before plend()

2008-02-28 Thread Jonathan Woithe
Hi guys I have a question regarding the calling of plsetopts() multiple times to set device options without any intervening plend() call. From a brief look at the plplot source code it seems that doing this may cause a memory leak. Calling plsetopts() ends up at c_plparseopts() via c_plsetopt()