Opened 5 years ago
Closed 5 years ago
#2159 closed defect (wontfix)
pySAL deb missing color
Reported by: | darkblueb | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | OSGeoLive13.0 |
Component: | OSGeoLive | Keywords: | python, pysal |
Cc: |
Description
%matplotlib inline from pysal.contrib.viz.color import plot_cmaps plot_cmaps('diverging', selected=3) --- ImportError Traceback (most recent call last) <ipython-input-4-8560e3a65132> in <module>() 18 # based on class_val and data_type 19 ---> 20 from pysal.contrib.viz.color import color_display_types 21 from pysal.contrib.viz.color import plot_cmaps as pcmaps 22 ImportError: No module named pysal.contrib.viz.color
Change History (5)
comment:2 by , 5 years ago
palettable is not packaged, and there is no RPF nor ITP.
If you want this to work, someone will need to package this module.
comment:3 by , 5 years ago
what about just pysal.contrib.viz.color ?
yes, pysal.contrib.viz.mapping appears to be no longer on the roadmap for pysal ? low-priority
comment:4 by , 5 years ago
pysal.contrib.viz.color was part of PySAL 1.x, but has been removed in 2.0.0.
Note:
See TracTickets
for help on using tickets.