Re: Plotting the integer-and-fraction remainder of a function value modulo 360

2014-04-09 Thread Kim Plofker
eed a Sage-specific problem rather than something I could work around in Python? Many thanks again for any help. Kim From: Ben Finney To: python-list@python.org Sent: Thursday, April 10, 2014 12:54 AM Subject: Re: Plotting the integer-and-fraction remainder of a f

Re: Plotting the integer-and-fraction remainder of a function value modulo 360

2014-04-09 Thread Kim Plofker
st@python.org Sent: Thursday, April 10, 2014 1:01 AM Subject: Re: Plotting the integer-and-fraction remainder of a function value modulo 360 On Wed, 09 Apr 2014 21:32:27 -0700, Kim Plofker wrote: > How can I get Python to represent a value of a function in degrees, > i.e., with values b

Plotting the integer-and-fraction remainder of a function value modulo 360

2014-04-09 Thread Kim Plofker
How can I get Python to represent a value of a function in degrees, i.e., with values between 0 and 360, by taking the (non-integer) function expression mod 360? That is, I have a function with non-integer values, called Longitude, which is defined in terms of the variable t. I just want to plo