Hi, Would it be possible to add in the option to specify a colour for the 'marker' plot modification mechanism, like that for 'particles'? Currently, yt colours all the markers differently, but if you have a lot of the same type, it would be great to keep them the same. Elizabeth
Hi Elizabeth, The source for the marker plot modifier indicates that it accepts a dictionary of keywords that get passed to the plot command that gets run. It looks like you would add something like this to your call: plot_args=dict(color='black') Britton On Wed, Feb 1, 2012 at 3:29 AM, Elizabeth Tasker < tasker@astro1.sci.hokudai.ac.jp> wrote:
Hi,
Would it be possible to add in the option to specify a colour for the 'marker' plot modification mechanism, like that for 'particles'? Currently, yt colours all the markers differently, but if you have a lot of the same type, it would be great to keep them the same.
Elizabeth _______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
participants (2)
-
Britton Smith
-
Elizabeth Tasker