Top "Annotate" questions

Use this tag for questions related to annotating plots, e.g. adding descriptive labels or annotations to data points.

Matplotlib scatter plot with different text at each data point

I am trying to make a scatter plot and annotate data points with different numbers from a list. So, for …

python matplotlib text scatter-plot annotate
Label python data points on plot

I searched for ages (hours which is like ages) to find the answer to a really annoying (seemingly basic) problem, …

python matplotlib labels annotate
How to left align text in annotate from ggplot2

My example is: qplot(mtcars$mpg) + annotate(geom = "text", x = 30, y = 3, label = "Some text\nSome more text") How do I …

r ggplot2 text-alignment annotate
Matplotlib overlapping annotations / text

I'm trying to stop annotation text overlapping in my graphs. The method suggested in the accepted answer to Matplotlib overlapping …

python matplotlib annotate
django aggregate or annotate

This is a very stupid thing, I know, but I just don't seem to get the handle on Django aggregate …

django aggregate annotate
R: How can I annotate a ggplot with a text box?

I am looking to add a small white text box, with custom text in the body of my ggplot plot. …

r ggplot2 annotate
Arrow properties in matplotlib annotate

I have Matplotlib version 1.5.1 and I am facing an interesting problem. I want to add an arrow to my plot, …

python matplotlib annotate
Insert custom annotation in java 'field' using annotate plugin + JAXB (upon xsd -> java)

Use case: Wanna insert custom annotation to fields in java class generated by JAXB Problem: Using Annotate plugin + JAXB [1], am …

java xml jaxb annotate jaxb2-basics
Changing background color for a text annotation to increase contrast and visibility

I'd like to change the background color for my annotate text so that it's green and covers up anything behind …

r ggplot2 colors background-color annotate