File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import importlib
22
3- import matplotlib
43import matplotlib .pyplot as plt
54import numpy as np
65
@@ -121,7 +120,6 @@ def dovis(self):
121120
122121 # needed for PDF rendering
123122 cb = axes .cbar_axes [0 ].colorbar (img )
124- cb .formatter = matplotlib .ticker .FormatStrFormatter ("" )
125123 cb .solids .set_rasterized (True )
126124 cb .solids .set_edgecolor ("face" )
127125
Original file line number Diff line number Diff line change 11import importlib
22
3- import matplotlib
43import matplotlib .pyplot as plt
54import numpy as np
65
@@ -145,7 +144,6 @@ def dovis(self):
145144
146145 # needed for PDF rendering
147146 cb = axes .cbar_axes [0 ].colorbar (img )
148- cb .formatter = matplotlib .ticker .FormatStrFormatter ("" )
149147 cb .solids .set_rasterized (True )
150148 cb .solids .set_edgecolor ("face" )
151149
Original file line number Diff line number Diff line change 11import importlib
22
3- import matplotlib
43import matplotlib .pyplot as plt
54import numpy as np
65
@@ -381,7 +380,6 @@ def dovis(self):
381380
382381 # needed for PDF rendering
383382 cb = axes .cbar_axes [n ].colorbar (img )
384- cb .formatter = matplotlib .ticker .FormatStrFormatter ("" )
385383 cb .solids .set_rasterized (True )
386384 cb .solids .set_edgecolor ("face" )
387385
Original file line number Diff line number Diff line change 1- import matplotlib
21import matplotlib .pyplot as plt
32import numpy as np
43
@@ -107,7 +106,6 @@ def dovis(self):
107106
108107 # needed for PDF rendering
109108 cb = axes .cbar_axes [n ].colorbar (img )
110- cb .formatter = matplotlib .ticker .FormatStrFormatter ("" )
111109 cb .solids .set_rasterized (True )
112110 cb .solids .set_edgecolor ("face" )
113111
Original file line number Diff line number Diff line change 33import importlib
44import math
55
6- import matplotlib
76import matplotlib .pyplot as plt
87import numpy as np
98
@@ -146,8 +145,7 @@ def dovis(self):
146145 plt .ylabel ("y" )
147146 plt .title ("phi" )
148147
149- cb = plt .colorbar (img )
150- cb .formatter = matplotlib .ticker .FormatStrFormatter ("" )
148+ plt .colorbar (img )
151149
152150 plt .figtext (0.05 , 0.0125 , f"t = { self .cc_data .t :10.5f} " )
153151
Original file line number Diff line number Diff line change 11import importlib
22
3- import matplotlib
43import matplotlib .pyplot as plt
54import numpy as np
65
@@ -258,7 +257,6 @@ def dovis(self):
258257
259258 # needed for PDF rendering
260259 cb = axes .cbar_axes [n ].colorbar (img )
261- cb .formatter = matplotlib .ticker .FormatStrFormatter ("" )
262260 cb .solids .set_rasterized (True )
263261 cb .solids .set_edgecolor ("face" )
264262
You can’t perform that action at this time.
0 commit comments