Discussion:
[Matplotlib-users] Visulization of orthogonal grid
GoogleWind
2015-05-06 04:03:37 UTC
Permalink
Dear all,

Matplotlib currently support the visuliaztion of triangular mesh and
square-cell map. Is there any solutions to support the visulization of
orthogonal grid as follows,
<Loading Image...>

Thanks in advances for your hints.

Best regards,
Jiacong Huang
---------------------------------------------------------------------------------------
Nanjing Institute of Geography & Limnology
Chinese Academy of Sciences
73 East Beijing Road, Nanjing 210008, China
Tel./Fax: +86-25-86882127
Homepage: http://www.escience.cn/people/elake/index.html




--
View this message in context: http://matplotlib.1069221.n5.nabble.com/Visulization-of-orthogonal-grid-tp45473.html
Sent from the matplotlib - users mailing list archive at Nabble.com.
Eric Firing
2015-05-06 07:33:11 UTC
Permalink
Post by GoogleWind
Dear all,
Matplotlib currently support the visuliaztion of triangular mesh and
square-cell map. Is there any solutions to support the visulization of
orthogonal grid as follows,
<http://matplotlib.1069221.n5.nabble.com/file/n45473/%E6%8D%95%E8%8E%B7.png>
Does pcolormesh do what you need?
http://matplotlib.org/examples/pylab_examples/quadmesh_demo.html
http://matplotlib.org/api/pyplot_api.html?highlight=pcolormesh#matplotlib.pyplot.pcolormesh

Eric
Post by GoogleWind
Thanks in advances for your hints.
Best regards,
Jiacong Huang
---------------------------------------------------------------------------------------
Nanjing Institute of Geography & Limnology
Chinese Academy of Sciences
73 East Beijing Road, Nanjing 210008, China
Tel./Fax: +86-25-86882127
Homepage: http://www.escience.cn/people/elake/index.html
--
View this message in context: http://matplotlib.1069221.n5.nabble.com/Visulization-of-orthogonal-grid-tp45473.html
Sent from the matplotlib - users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Matplotlib-users mailing list
https://lists.sourceforge.net/lists/listinfo/matplotlib-users
GoogleWind
2015-05-06 08:25:43 UTC
Permalink
Dear Eric,

Thanks for your nice answer. Exactly what I need.

Best regards,
Jiacong Huang



--
View this message in context: http://matplotlib.1069221.n5.nabble.com/Visulization-of-orthogonal-grid-tp45473p45476.html
Sent from the matplotlib - users mailing list archive at Nabble.com.
Loading...