Difference between revisions of "Talk:Graph Object Wishlist"

From WeBWorK_wiki
Jump to navigation Jump to search
Line 3: Line 3:
 
Looks good to me. I think we need a more general specification for ""labels" and "stamps".
 
Looks good to me. I think we need a more general specification for ""labels" and "stamps".
 
These are text or images that appear in the graph at specified position.
 
These are text or images that appear in the graph at specified position.
I use them to implement the open and filled
 
  +
  +
I use them to implement the open and filled
 
circles in piecewise graphs, and also as labels of points "a", "b".
 
circles in piecewise graphs, and also as labels of points "a", "b".
 
They can also be used to plot discrete data. It would be nice if the
 
They can also be used to plot discrete data. It would be nice if the

Revision as of 22:31, 14 November 2008

Hi Darwyn,

Looks good to me. I think we need a more general specification for ""labels" and "stamps". These are text or images that appear in the graph at specified position.

I use them to implement the open and filled circles in piecewise graphs, and also as labels of points "a", "b". They can also be used to plot discrete data. It would be nice if the text could include math symbols such as \alpha.

One "label" you refer to might be called a "legend" or "caption" or "title" for the entire graph. There are also labels for axes, but not in general.

references:

http://webwork.maa.org/doc/cvs/pg_HEAD/lib/Label.html
http://webwork.maa.org/doc/cvs/pg_HEAD/lib/WWPlot.html see section "fn, lb, stamps"
          

Your thoughts? -- Mike