Ah, I get it now. I have to store the acircle.getCenter() in a point Point,
and then access Point.getX() and Point.getY() separately. It was just that
middle step that I was missing. Thanks so much!
--
https://mail.python.org/mailman/listinfo/python-list
On 12/24/17 8:33 PM, Peng Yu wrote:
See for example this file.
https://github.com/tensorflow/tensorflow/blob/master/tensorflow/python/ops/rnn_cell.py
On Sat, Dec 23, 2017 at 12:03 AM, Steve D'Aprano
wrote:
On Sat, 23 Dec 2017 04:38 pm, Peng Yu wrote:
Hi, I only can find the doc for @. What
On Sun, Dec 24, 2017 at 7:33 PM, Peng Yu wrote:
> See for example this file.
>
> https://github.com/tensorflow/tensorflow/blob/master/tensorflow/python/ops/rnn_cell.py
>
> On Sat, Dec 23, 2017 at 12:03 AM, Steve D'Aprano
> wrote:
>> On Sat, 23 Dec 2017 04:38 pm, Peng Yu wrote:
>>
>>> Hi, I only c
See for example this file.
https://github.com/tensorflow/tensorflow/blob/master/tensorflow/python/ops/rnn_cell.py
On Sat, Dec 23, 2017 at 12:03 AM, Steve D'Aprano
wrote:
> On Sat, 23 Dec 2017 04:38 pm, Peng Yu wrote:
>
>> Hi, I only can find the doc for @. What does @@ mean in python?
>
> I don'
> On Dec 23, 2017, at 3:27 PM, breamore...@gmail.com wrote:
>
> On Friday, December 22, 2017 at 3:42:58 PM UTC, jorge@cptec.inpe.br wrote:
>> Hi,
>>
>> I use the PYTHON and IDL. In IDL I can plot a grid map like a this
>> figure (mapa.png). Please, I would like know how can I plot my figure
On 2017-12-24 02:31, G Yu wrote:
But your code has:
moving_circle.move(P_to_R/P_to_E, E_to_R/P_to_E)
so won't that move the circle and change what:
moving_circle.getCenter()
returns?
Yes, moving the circle changes the value of moving_circle.getCenter(). The problem is
interpretin
How to add apps to the navigator or which apps are available to be
installed?
Abdur-Rahmaan Janhangeer,
Mauritius
abdurrahmaanjanhangeer.wordpress.com
--
https://mail.python.org/mailman/listinfo/python-list
On Friday, December 22, 2017 at 3:42:58 PM UTC, jorge@cptec.inpe.br wrote:
> Hi,
>
> I use the PYTHON and IDL. In IDL I can plot a grid map like a this
> figure (mapa.png). Please, I would like know how can I plot my figure
> using PYTHON with the box around the figure. Like this that I plot