python - How do I set axis label style in chaco? -
i trying change axis labels on plots in chaco. have generated code similar following:
thisplot=plot(alldata) thisplot.plot("xdata","ydata",value_scale="log",index_scale="log") i use _nice_sci() formatting labels basicformatter class range quite large (on loglog plot) can't work out syntax.
does have tips implementing this?
Comments
Post a Comment