sciope.visualize package

Submodules

sciope.visualize.interactive_scatter module

class sciope.visualize.interactive_scatter.UserLabel[source]

Bases: object

Class to keep track of highligted points, will be used for interactive labeling

add(x)[source]
clear()[source]
sciope.visualize.interactive_scatter.annotate(axis, text, x, y)[source]

Create annotation at position (x,y)

sciope.visualize.interactive_scatter.draw_scatterplot(axis, x_values, y_values, labels)[source]

Plot scatter with given values

sciope.visualize.interactive_scatter.interative_scatter(scatter_data, data_class=None)[source]

interactive plot taken from: https://medium.com/@gorjanz/data-analysis-in-python-interactive-scatterplot-with-matplotlib-6bb8ad2f1f18

Module contents