From: Peter K. <pet...@wa...> - 2015-03-21 13:58:07
|
On 03/19/2015 05:42 PM, Cronk,Heather wrote: > Hi, > > I’m new to ccplot and am currently just trying to reproduce something > similar to the plots in the provided documentation. I have attached the > plot that is created from the following command: > > ccplot -o cloudsat2.pdf -x 0..1000 -c ../cmap/cloudsat-reflectivity.cmap > cloudsat-reflec > ../../../data/2013257190147_39272_CS_2B-GEOPROF_GRANULE_P_R04_E06.hdf > > As you can see, it seems to be cutting off the plot and only showing the > colorbar and part of the title. Do I need to adjust the aspect ratio or > something else to see the whole plot? > > Thanks, > > Heather > > *Heather Q. Cronk* > > Research Associate II > > Cooperative Institute for Research in the Atmosphere (CIRA) > > Colorado State University > > 970-491-8575 Hi Heather, Sorry this was a bug in ccplot. If the vertical extent was not specified explicitly by -y, nothing would be plotted. It has been reported to me recently, but I fixed it just now. Please use the new release ccplot 1.5, which is now available on the ccplot web site. Also fixed is a problem with colormap search path on Windows, so using "-c cloudsat-reflectivity.cmap" should be enough. I hope there won't be any more issues, but please let me know if encounter any. Regards, Peter |