comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » FG Bug -- Legend/Cleanup
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: FG Bug -- Legend/Cleanup [message #90484 is a reply to message #90483] Wed, 04 March 2015 14:02 Go to previous messageGo to previous message
Matthew Argall is currently offline  Matthew Argall
Messages: 286
Registered: October 2011
Senior Member
Another bug:

I was working with sample data that resulted in a single-point average with standard deviation. I tried to create an error plot with a legend and got an error

win = window()
p1 = plot(/TEST, /CURRENT, LAYOUT=[1,2,1], NAME='Plot')

y = [5.0]
yerror = [0.329]
x = [1.0]
p2 = errorplot(x, y, yerror, LAYOUT=[1,2,2], NAME='ErrorPlot 2', /CURRENT, SYMBOL='Diamond', XRANGE=[0,2], YRANGE=[0,10])
leg1 = legend(TARGET=p1, LABEL='Plot X', TEXT_COLOR='Black')
leg1 -> Add, p2, LABEL='Plot Y', TEXT_COLOR='Blue'
% Variable is undefined: ONEWLEGENDITEMS.
% Execution halted at: $MAIN$
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Passing string from IDL to Fortran
Next Topic: Using 1D FFT to decompose the provided hurricane data in terms of wavenumbers.

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 13:48:23 PDT 2025

Total time taken to generate the page: 0.00461 seconds