bar_plot probs? [message #10123] |
Mon, 20 October 1997 00:00 |
savoie
Messages: 68 Registered: September 1996
|
Member |
|
|
Hey, does anyone out there have a fix for this?
I'm trying to use bar_plot On:
IDL. Version 4.0.1 (sunos sparc).
I think it's a bug in bar_plot.pro.
try:
bar_plot, [0.,100.]
bar_plot, [100.,100.]
bar_plot, [0.,100.], /rotate
^^^^ these work
This doesn't:
bar_plot, [100., 100.], /rotate
When I try to do a rotated bar_plot, and all the values are the same,
I get an error.
% AXIS: Data coordinate system not established.
% Execution halted at: BAR_PLOT 233 /home/rsi/idl_4/lib/bar_plot.pro
% $MAIN$
Does anyone have a fix for it?
Thanks in Advance
Matt
--
Matthew H. Savoie Systems Technology Associates
Systems Analyst Supporting NOAA Profiler Network
ph. 303.497.6642 Demonstration Division/FSL/ERL
mailto: savoie@fsl.noaa.gov <URL:http://www-dd.fsl.noaa.gov/online.html>
|
|
|