Uzair Hussain
Results
2
issues of
Uzair Hussain
Is it possible to change the line width of graphs? EDIT: Under manlib/contants.py if I change DEFAULT_STROKE_WIDTH I can change the width. It would be nice if we could pass...
I use the following code, `vol_data = cortex.Volume(np.moveaxis(np.moveaxis(test_data,0,-1),0,1), subject, xfm) cortex.quickflat.make_figure(vol_data,recache=1) plt.show()` But I do not get the nice symmetrical flat maps. Instead on the left side I see an...