So I have a question about set_buff_size. I would like my pixels to be the same size as my more refined cell in a projectionplot, so have a couple lines of code like this:
plot6z=yt.ProjectionPlot(ds,"x","density",center=[0.5,0.5,0.33],width=(76,'kpc'))
plot6z.set_buff_size(2000)
plot6z.save('JO201scc_76kpc_'+loop[i]+'t'+times[i])
and based on the SlicePlot example I feel like it should work! Then again, it looks like in the example the number of pixels also doesn't change?
I would appreciate any/all advice!
Thanks!!
Stephanie