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

Home » Public Forums » archive » % Attempt to call undefined procedure/function: 'BARPLOT'.
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
% Attempt to call undefined procedure/function: 'BARPLOT'. [message #94318] Fri, 07 April 2017 15:38 Go to previous message
nicole araneda is currently offline  nicole araneda
Messages: 1
Registered: April 2017
Junior Member
Hi, I need to do a 2 graphics in the same barplot, so I have this

TEMP08=[30, 34, 38, 47, 57, 67, 73, 71, 63, 52, 39, 33]
TEMP09=[28, 36, 42, 47, 55, 62, 70, 75, 66, 47, 44, 32]
months=[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]

b1 = BARPLOT(months, TEMP08, index=0, NBARS=2, FILL_COLOR='gold', $
YRANGE=[0, 80], YMINOR=0, YTITLE='Temperature Fahrenheit', $ XTITLE='Months', TITLE='Average Monthly Temperature')

b2 = BARPLOT(months, TEMP09, INDEX=1, NBARS=2, FILL_COLOR='blue',/OVERPLOT)

end

(is the same example of the page http://www.harrisgeospatial.com/docs/barplots.html, I tested it first)

and the errors are:
----------------------------
b2 = BARPLOT(months, TEMP09, INDEX=1, NBARS=2, FILL_COLOR='blue',/OVERPLOT)
^
% Syntax error.
----------------------------
% End of file encountered before end of program.
----------------------------

also, I have this


----------------------------
% Attempt to call undefined procedure/function: 'BARPLOT'.
----------------------------

I tried the procedure of this page

http://www.harrisgeospatial.com/Support/HelpArticlesDetail/T abId/219/ArtMID/900/ArticleID/4326/4326.aspx

but it was not the solution.

Please, help!
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: % Attempt to call undefined procedure: 'ADDPATH'. % Execution halted at: $MAIN$
Next Topic: curl error with IDL 8.5

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

Current Time: Wed Oct 08 13:32:11 PDT 2025

Total time taken to generate the page: 0.00434 seconds