List Archives > 
Maple User Group List Archive > 
Archive by date > 
This Month By Date > 
This Month By Topic
[MUG] scope of `setoptions' command
| [MUG] scope of `setoptions' command |
|
Author: Erik Leunissen
Posted: Sat, 15 Feb 2003 23:26:39 +0100
|
>> From: Erik Leunissen "e.leunissen"
L.S.
In an initialization file, I've customized the deafult color for plots
like this:
> setoptions(labelfont=[HELVETICA,BOLD,10], axes=BOXED, color=black):
When doing:
> restart; plot(sin);
the color of the line in the plot is black, which was the intention.
However, when doing:
> animate( ... whatever, no color specification, ...);
the frames show plots in red.
Is it intended behaviour that `setoptions' does not affect animations?
Is it possible to set the default color for animated plots in another way?
Thanks in advance for any help,
Erik Leunissen.
==============
|
Previous by date: [MUG] Re: How to control colors in plot3d (option shading), Robert Israel
Next by date: [MUG] Problem using evalf(Int), Maple User Group
Previous thread: [MUG] Re: Change default colors in odeplot, Allan Wittkopf
Next thread: [MUG] Problem using evalf(Int), Maple User Group
|