On Jun 10, 5:40 am, Marco Boretto <marco.b...@gmail.com> wrote: > Hello to everybody, i'm try to use sage in my physics elaboration, > but i could not make plot point with an error bar for each point.. > there is the possibility to develop this function? > Marco
Dear Marco, Thanks for trying Sage! This possibility certainly exists, but no one has done so yet 'natively'. However, it is pretty easy to get matplotlib, R or Scipy to do this, I believe, from within Sage. Your easiest bet for now is matplotlib, because you can just do import pyplot as plt or something like that and use examples on the matplotlib site fairly directly. R has really nice ones too, of course, since it's a statistics program :) and %r with usual R commands for such things in the notebook should 'just work', as long as you define a graphics viewer and then do dev.off(). Good luck, - kcrisman -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org