Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Point plotting

by bliako (Monsignor)
on Mar 18, 2021 at 00:06 UTC ( [id://11129864]=note: print w/replies, xml ) Need Help??


in reply to Point plotting

tens of thousand of points to plot

That probably calls for raster/pixel graphics?

In which case you start with a PNG image, and throw points at it. There is no limit to the number of points you can draw. It's easy to do it from scratch using, say, GD. Perhaps it can support opacity, antialiasing etc. to make it look nice.

However, if you need to draw axes, labels+legends+fonts and support scaling+rotation+viewports then you need something higher level. gnuplot saved me lots of times but it has its limitations. There is also R which is state-of-the-art but put your boots on because there is a steep slope to climb and its Perl integration is minimal. But it's completely script-driven so you can create the R scripts from Perl and system() them out.

bw, bliako

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11129864]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-04-25 14:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found