Colobar() xcoord_conv error [message #84328] |
Mon, 13 May 2013 15:34 |
markjamie
Messages: 30 Registered: November 2012
|
Member |
|
|
Hi
When using the colorbar() function together with the range keyword I get an error saying xcoord_conv :illegal keyword format.
I'm afraid I can't post my code here as it's on a different machine (I know this never helps). But, all I'm doing is plotting one time series vector using plot() together with the vert_colors keyword to color each point according to a second, correlated, time series. There are often a few outliers which skew the color scaling so I set user defined min max limits and identify / remove any points outside these values using where. So far so good...
After plotting I add a colorbar using the colorbar() function and use the range keyword, where the upper and lower limits are defined as the min / max of the colour data vector.
It's at this point I get the xcoord_conv illegal keyword format error.
Anything obviously wrong here? I've no idea what xcoord_conv even is!
|
|
|