1 (edited by marcorainaldi 2021-09-09 19:24:36)

Topic: Dot Plot Function

Would it be possible to have a function that would create a dotplot in Graph? I really wish I knew how to write plugins better, because I don't think it's that difficult to write.

Let a user enter a list like {1,2,2,3,4,4,5,5,5,5} and get a result like the attached?

Thanks for all you do with Graph!

Post's attachments

dotplot.png, 11.43 kb, 401 x 372
dotplot.png 11.43 kb, 222 downloads since 2021-09-09 

Re: Dot Plot Function

I have attached a plugin you can install in the beta version of Graph 4.5. From the Python interpreter, shown when you press F11, you will be able to write DotPlot([1,2,2,3,4,4,5,5,5,5]) to create a point series as in your example. I hope you can use it.

Post's attachments

Attachment icon DotPlotFunction.py 554 b, 255 downloads since 2021-09-14 

Re: Dot Plot Function

Thanks! This is great! I will definitely be using it.