I'm trying to plot some intervals with pgfplots and wanted to use a custom mark for upper and lower bound. I planned doing this by using a "V" for the upper bound and a "^" for the lower bound (ideally not the letters but symbols that look like the upper and lower half of an X). The idea here is that both symbols will merge into an X for empty intervals.
I guess I could get symbols like those with text mark={v} but the alignment would be off, as pgfplots would center the mark instead of using the tip of the "v" as its baseline.
Any idea how I could get the alignment right?
