File: figure.py

package info (click to toggle)
kdevelop-python 24.12.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,640 kB
  • sloc: python: 183,048; cpp: 18,798; xml: 140; sh: 14; makefile: 9
file content (10 lines) | stat: -rw-r--r-- 342 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
import matplotlib.backend_bases
import matplotlib.axes
class class_Figure:
    def function_set_canvas(self):
        l_canvas = matplotlib.backend_bases.FigureCanvasBase()
    def function_add_subplot(self):
        returns = matplotlib.axes.Axes()
class class_AxesStack:
    def function_get(self):
        returns = matplotlib.axes.Axes()