Aug. 2, 2004
1:09 a.m.
I'm using gplt and while good it seems sometimes to needlessly restrict access to gnuplot commands. Please consider a small change in the definition of size. Something like the following would be *very* helpful. def size(self,size=(1.,1.)) : if type(size) == StringType : cmd = 'set size ' + size else : cmd = 'set size %f,%f' % size self._replot(cmd) Please consider a general purpose communication command to set global gnuplot options. E.g., def replot(self,plotstr=""): if type(plotstr) == StringType : self._replot(plotstr) Thank you for this nice package! Alan Isaac
7931
Age (days ago)
7931
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alan G Isaac