mapX, mapY, mapXY, replace scaleX #671
OAGr
started this conversation in
Squiggle Improvement Proposal
Replies: 2 comments 1 reply
-
One issue with this, (at least as of a few weeks ago), is that map() can be pretty slow, so sometimes hardcoded options are better. Like, |
Beta Was this translation helpful? Give feedback.
1 reply
-
Related: #973 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm thinking that distributions should have functions for
mapX
,mapY
, andmapXY
We could also have
mapXMany
for taking an array of elements and mapping all of their X coordinates, and mapYMany and mapXYMany. We could also havemapX2
for two args, if we want.Beta Was this translation helpful? Give feedback.
All reactions