Skip to main content
Participant
December 16, 2022
Answered

Is there a way to place a specific amount of dots in a designated area?

  • December 16, 2022
  • 3 replies
  • 383 views

Hey,

 

I want to place a very specific amount of dots in an area that I defnied. This is for my scientific research. The bigest amount would be 515 and the lowest 2. Is there a way to achieve this? I don't wanna place 515 individual dots.

 

cheers.

This topic has been closed for replies.
Correct answer Trevor.Dennis

How would the dots be distributed?  Could it be random?  Could it be in a specific pattern?  The latter would be easier to count using some sort of array process.   Would the dots need to be the same size? Can they all be on the same layer?

 

I suspect this might be best done using a script, so we'll tag our @Stephen Marsh who might have some ideas.

3 replies

Legend
December 16, 2022

Just as added info, I believe this is available in ImageJ.

Trevor.Dennis
Community Expert
Trevor.DennisCommunity ExpertCorrect answer
Community Expert
December 16, 2022

How would the dots be distributed?  Could it be random?  Could it be in a specific pattern?  The latter would be easier to count using some sort of array process.   Would the dots need to be the same size? Can they all be on the same layer?

 

I suspect this might be best done using a script, so we'll tag our @Stephen Marsh who might have some ideas.

Mylenium
Legend
December 16, 2022

You'll probably have more luck using MathLab and creating a custom plot algorithm. Implementing such stuff with scripts in PS would be even more complicated. Anyway, you would need to be more specific what the requirements are. Just saying "I want to draw X points" is not that useful. How would the area be defined? Square? Circle? Other shape? How need the points be distributed? What colors? All those details matter...

 

Mylenium 

Participant
December 16, 2022

Hey, thanks for the quick answer. I found a different solution.

Stephen Marsh
Community Expert
Community Expert
December 17, 2022
quote

Hey, thanks for the quick answer. I found a different solution.


By @Daniel27278344t0t2

 

Please share!