[ncl-talk] Is it possible the three dimensional plot using gsn_xxx function?

Mary Haley haley at ucar.edu
Thu Nov 17 09:15:01 MST 2016


Dear Jiseon Lee,

NCL is meant to be use as a 2D plotting package.

The only 3D plotting we have in NCL is through TDPACK, and as you saw, this
interface is rather limited because it is not based on the 'resources'
system that we have for our 2D graphics.

You may want to check out VAPOR, which is a 3D visualization package
tailored for big data, developed here at NCAR:

https://www.vapor.ucar.edu/

For a basic 3D plotting package in Python, see matplotlib's package:

http://matplotlib.org/mpl_toolkits/mplot3d/tutorial.html

Of course, there are many other free ones.  Other people on this list may
want to weigh in.

--Mary


On Thu, Nov 17, 2016 at 2:04 AM, "이지선" <sunny423 at korea.kr> wrote:

> Dear, ncl-talk.
>
>
>
> I wounder that is possible xyz plot using gsn_xxx function or display the
> color gradient line in 3d plot of tdpack.
>
>
>
> I want to plot color gradient line in 3D plot  like the below the figure 1.
>
>
>
> Actually, i drew the 3d plot using example tdpack_6.ncl. (Figure 2)
>
> http://www.ncl.ucar.edu/Applications/Scripts/tdpack_6.ncl
>
>
>
> These example used tdline function but that prototype array does not have
> any resources.
>
>
>
> Please, how can i do?
>
>
>
> (ps. I can be visualization color gradient line in xy plot using the
> get_fill_color function, as a resource of plot fuction.)
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> Jiseon Lee (Sunny), Reseaecher
>
>
>
> Environmental Metheology Research Division
>
> National Institued of Meteorological Reshearch, South Korea
>
>
>
> Tel : (+82)70 7850 6578
>
> Email: sunny423 at korea.kr
>
> _______________________________________________
> ncl-talk mailing list
> ncl-talk at ucar.edu
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20161117/4c9c76db/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: random.png
Type: image/png
Size: 10763 bytes
Desc: not available
Url : http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20161117/4c9c76db/attachment.png 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Flight_APS_test_0525.png
Type: image/png
Size: 53390 bytes
Desc: not available
Url : http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20161117/4c9c76db/attachment-0001.png 


More information about the ncl-talk mailing list