示例#1
0
 def test_2d_pcolors(self):
     fig, ax = plt.subplots()
     funcs.pcolor(ax, self.ws2d_histo_rag)
     funcs.tripcolor(ax, self.ws2d_histo, vmin=0)
     funcs.pcolormesh(ax, self.ws_MD_2d)
     funcs.pcolorfast(ax, self.ws2d_point_uneven, vmin=-1)
     funcs.imshow(ax, self.ws2d_histo)
示例#2
0
 def test_imshow_works_with_a_ragged_workspace(self):
     fig, ax = plt.subplots()
     funcs.imshow(ax, self.ws2d_point_uneven)