pycrossword  0.3
Pure-Python implementation of a crossword puzzle generator and editor
Namespaces | Functions
graphs.py File Reference

Namespaces

 pycross.utils.graphs
 
 utils.graphs
 

Functions

def pycross.utils.graphs.data_from_dict (data, panda=True, xy=True)
 
def pycross.utils.graphs.data_from_url (url)
 
def pycross.utils.graphs.data_from_array (array)
 
def pycross.utils.graphs.make_chart (data, mark_type='point', mark_props={}, x_title='x', x_props={}, y_title='y', y_props={}, color='x:N', shape='x:N', text_col=None, text_props={}, other_axes_and_channels={}, interactive=True, scale_factor=1.0, svg=False, save_file='chart.html', on_save=None)