Skip to content

Commit

Permalink
1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
erdogant committed May 27, 2023
1 parent c856641 commit 758f7af
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scatterd/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from scatterd.scatterd import scatterd,import_example, set_colors, _preprocessing, gradient_on_density_color
from scatterd.scatterd import scatterd,import_example, set_colors, _preprocessing

__author__ = 'Erdogan Tasksen'
__email__ = 'erdogant@gmail.com'
__version__ = '1.3.2'
__version__ = '1.3.3'

# module level doc-string
__doc__ = """
Expand Down
5 changes: 5 additions & 0 deletions scatterd/examples.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
from scatterd import scatterd, import_example
import numpy as np

# %%
from scatterd import scatterd

# %%

df = import_example()
fig, ax = scatterd(df['tsneX'],
df['tsneY'],
Expand Down

0 comments on commit 758f7af

Please sign in to comment.