Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~104 People Reached
Favorite Forums
Favorite Tags
Member Avatar for petr2008

Hello, I am writing an application which consists of three parts: - Fortran part generating data - Gnuplot script which calls Fortran executable, reads the data through pipe and creates plots - python GUI which sends scripts to Gnuplot through pipe (using subprocess.py) Under Linux it works very well but …

0
42
Member Avatar for petr2008

Hi, I am using Python 2.4.4 and: from numpy import * from MA import * I am using masked data in arrays and functions: average, min and max. When the last item of an array is masked, I am getting "masked" results for min and max functions, even if there …

Member Avatar for petr2008
0
62