[Numpy-discussion] Broadcasting array with Ursina intersect

2021-06-06 Thread klark--kent
Good day! It could be thought it's not actual Numpy theme but I think it is. For 3D objects intersection detection I use Ursina eith 'for' loop. Is any way to use Numpy broadcasting for not using loops? Thank you!from ursina import *import numpy as npapp = Ursina()cube_1 = Entity(model='cube', coll

[Numpy-discussion] numpy histogram data

2021-06-06 Thread Keith Sloan
Okay I have some data which I have created a scatter plot I have also created a histogram of red Galaxy counts for redshift with RedEllipticalMasses.keep_columns(['uminusr','Z_1']) RedEllipticalMa

Re: [Numpy-discussion] numpy histogram data

2021-06-06 Thread Doug Davis
Resending after subscribing to the list since original reply was rejected, that's what I get for reading the mailing list from gmane instead of actually subscribing :) Keith Sloan writes: > Okay I have some data which I have created a scatter plot >