Meteoinfolab Script Example: multi-coordinate system

Source: Internet
Author: User

When plotting, you must first have a coordinate system (Axes), which you can create with the Axes command, and create one automatically if you do not create it at the drawing. The position in the parameter is the position of the graphic (figure) used to highlight the coordinate system, where multiple coordinate systems can be combined in a graph by a position top. The position is in Figure Unit coordinates (0-1), the first two parameters are the x, y coordinates of the lower left corner, and the last two parameters are width and height respectively. Note that position refers to the location of the graphics area (excluding axis labels, map names, legends, and so on).

Script Program:

x = Arange (0., 5., 0.2= x**2plot (x, y, label='series_1', linewidth=2.0 ) Axes (position=[0.3,0.4,0.2,0.4'bo') show ()

Meteoinfolab Script Example: multi-coordinate system

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.