I created a scatterplot in glueviz and now I want to include the errorbars. The corresponding errors are already calculated and listed in a column within my datafile.
So my file looks something like this:
| Planet | Mass | Mass_Error1 | Mass_Error2 | Radius | Radius_Error1 | Radius_Error 2 |
I am using Glueviz 0.14.1 with python 3.7.1 on Windows (if that matters)
Does anyone know how to do this? I looked through the already existing questions but did't find anything. Also in the documentation of Glue I didn't find an answer. Is it even possible to create errorbars with glueviz?