acceleration plot behaviour differences #365
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
I am sorry so I cannot really answer each question closely in the near future because from now on I need to prepare my job interviews and other stuff stuff these days. My general answer is that there is a risk to mix tools together and you tend to use other tool's design principle over dynamo which is at times not reasonable.
2.
|
Beta Was this translation helpful? Give feedback.





I am sorry so I cannot really answer each question closely in the near future because from now on I need to prepare my job interviews and other stuff stuff these days. My general answer is that there is a risk to mix tools together and you tend to use other tool's design principle over dynamo which is at times not reasonable.
bwrinstead ofviridis) because acceleation values can be negative2.
dyn.pl.umap(adata, color=['Cndp2'], layer='acceleration', frontier=True)usesacceleration_umap(as it is shown from the running message) that is because you also calculateaccelerationmagnitude for the umap embedding. if yo…