Hi Everyone,

I am currently building an interactive display using matplotlib but I
need the following two options.
1. Setting the r axis of a polar plot to logaritmic scale.
2. Setting alpha for each point individually (preferably by giving
alpha an array of the same length as the data containing a value
between zero and one).
Is this currently possible and if not which alternative approach do
you recommend.
The display needs to plot about a thousand points (using scatter at
the moment) roughly updating every second with older points fading
away (lower value of alpha).

Kind regards,

Pim Schellart

------------------------------------------------------------------------------
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to