- Matplotlib 3.0 Cookbook
- Srinivasa Rao Poladi
- 35字
- 2021-08-13 15:16:03
Path
Path is a method provided by Matplotlib for drawing custom charts. It uses a helper function patch that is provided by Matplotlib. Let's see how this can be used to draw a simple plot.