Hello, I've got lots of data as numbers in xml files, which I would like to be able to plot
I've just started using sage today, and was wondering if someone could please point me to an example of how to make a list of 2d point and how to plot them on a 2d graph. ultimately I want to import data which I have as xml and visualise it. any suggestions? cheers mathew here's a sample of the xml, not sure how the message interface is going to handle the tags, so sorry if it gets a little mangled <xml> <array> <real>-0.47238370776176453</real> <real>2616.4930366660001</real> </array> <array> <real>-0.45421510934829712</real> <real>2616.502291666</real> </array> <array> <real>-0.43604651093482971</real> <real>2616.512025</real> </array> <array> <real>-0.43604651093482971</real> <real>2616.5217834999999</real> </array> <array> <real>-0.43604651093482971</real> <real>2616.5314666660001</real> </array> <array> <real>-0.43604651093482971</real> <real>2616.541297666</real> </array> <array> <real>-0.4178779125213623</real> <real>2616.5510479999998</real> </array> </xml> --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---