Skip to main content
Ctrl+K

pyudv

  • Home page
  • Examples
  • API reference
  • GitHub
  • Home page
  • Examples
  • API reference
  • GitHub

Section Navigation

  • Example 1
  • Example 2
  • Sub Gallery
    • Example 3
    • Example 4
  • Main Gallery
  • Example 2

Note

Go to the end to download the full example code.

Example 2#

test

example2
import numpy as np

from mytoolbox.submodule.module1 import my_scatter

x, y = np.random.random((100,)), np.random.random((100,))

my_scatter(x, y)

Total running time of the script: (0 minutes 0.049 seconds)

Download Jupyter notebook: example2.ipynb

Download Python source code: example2.py

Download zipped: example2.zip

Gallery generated by Sphinx-Gallery

© Copyright 2021, Cyril Gadal.

Created using Sphinx 8.2.3.

Built with the PyData Sphinx Theme 0.16.1.