I get this error:
"Matplotlib backend_wx and backened_wxagg require wxPython>=2.8"
I have Python 26 and the most current versions of Matplotlib, basemap, and
numpy.
Anybody? Thanks
PS On educational note: what do you really need backend for? thanks
--
View this message in context:
http://old.na
I have the following in my PyScripter:
import matplotlib
matplotlib.interactive(True)
from matplotlib.pylab import *
import pylab
if __name__ == '__main__':
plot([1,2,3])
pylab.show()
#__main__
For the first run it works just fine and plots what expected. However, on
the second run it j
have a few questions:
1.) How to control the size of each circle on the scatter plot
2.) How to add the coast line with lambert projection?
THANKS
jenya56 wrote:
>
> Dear all, I was wondering if there is equivalent in python of this
> function:
> PLOTCLR(X,Y,V) plots the values specified
Dear all, I was wondering if there is equivalent in python of this function:
PLOTCLR(X,Y,V) plots the values specified in V as a color coded scatter plot
at the locations specified in the vectors X and Y. The current colormap of
the figure is used for the color code. Any suggestions? Thanks.
--
V