-
Notifications
You must be signed in to change notification settings - Fork 1
gsoc
Use the unit framework to convert the data into categorical numbers Enhance the unit framework to be more dynamic
Close out PR:
-
remove old str tests: tests_units_string_tests (don't need anymore) -
change name to StrCategoryConvertor, category.py
-
explicitly register all string types on 2 and 3 and throw from future import up top
-
remove .use('agg') from tests
-
make empty list in axis init
-
uses axis_init dict to convert single value
-
update axis_unit & rerender - can't change original order
-
make image test
ax.plot(['a','b'])
ax.plot(['a', 'b', 'c'])
ax.plot(['b', 'c', 'd'])
-
categorical colors
-
sorted categories
-
hierarchical categories
-
mouseover report label by snapping to nearest one
-
Clean up docs and write examples following code guide, can use blog posts as basis,
-
scatter plot legend needs background
-
Py3.5 dict - matplotlib.cbook - index_of
- write asSequence wrapper over np.asarray in cbook, factor out np.asarray and replace with asSequence
-
Enum (convertor)
-
Support for pd.series category (look at support for regular series type) - this is a PR to Pandas
build: export MPLLOCALFREETYPE=1 (& update docs)
Python Framework Bug: pythonw -m "nose" test_categorical.py
labels only exist after rendering (fig.canvas.draw(), plt.draw(), plt.show())