FlyRanch / figurefirst

A layout-first approach to figure making
http://flyranch.github.io/figurefirst
MIT License
80 stars 15 forks source link

matplotlib scatter function does not work #18

Closed florisvb closed 7 years ago

florisvb commented 7 years ago

returns: TypeError: Not implemented for this type

Temporary solution: use the scatter function from Floris' library (which does work): https://github.com/florisvb/FlyPlotLib/blob/master/fly_plot_lib/plot.py

florisvb commented 7 years ago

Scatter actually does work, but you must user "marker=" syntax.