> If I select a number using an interact widget, it would be nice to see
> a plot of a 1D real number line with the selected point appear as a
> big colored dot. Plots of solutions to inequalities like x > 1 would
> be icing on the cake and involve the same big colored dot with a ray
> drawn to one side.
This is already
http://trac.sagemath.org/sage_trac/ticket/9793 (and
#8085). Interested in implementing it? :)
> Any examples somewhere?
You can do this "by hand" by using matplotlib methods to remove one of
the axes. I don't have an example on hand, but
http://trac.sagemath.org/sage_trac/ticket/9793#comment:2 has an
example, I think.
I hope this helps. If we had the manpower, this would already have
been done, I'm sure, it's such an obvious thing.
- kcrisman