Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Use a dict {<index of first curve>: [<index of second curve>]}, like this:

sage: plot([x, x^2], fill={0:[1]})

See the plot documentation for more examples.