File: pyplot.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 (8 lines) | stat: -rw-r--r-- 341 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
import matplotlib.pyplot as plt
import matplotlib.axes._axes
from matplotlib.figure import *
from matplotlib.axes import *
def function_figure():
    returns = Figure()
def function_subplots():
    l_ret = (plt.Figure(), matplotlib.axes._axes.Axes() if None else [matplotlib.axes._axes.Axes()] if None else [[matplotlib.axes._axes.Axes()]])