mirror of
https://github.com/meteoinfo/MeteoInfo.git
synced 2025-12-08 20:36:05 +00:00
add RandomAccessFile class
This commit is contained in:
parent
8fb5b083b7
commit
1cee1c2994
File diff suppressed because it is too large
Load Diff
@ -1579,6 +1579,7 @@ class Axes(object):
|
||||
ls.getLegendBreaks()[i].setSize(s[i])
|
||||
# Create graphics
|
||||
graphics = GraphicFactory.createPoints(xdata, ydata, c.asarray(), ls)
|
||||
|
||||
else:
|
||||
alpha = kwargs.pop('alpha', None)
|
||||
colors = plotutil.getcolors(c, alpha)
|
||||
@ -1614,6 +1615,7 @@ class Axes(object):
|
||||
pbs.append(npb)
|
||||
# Create graphics
|
||||
graphics = GraphicFactory.createPoints(xdata, ydata, pbs)
|
||||
graphics = Point2DCollection(x._array, y._array, legend=ls.getLegendBreak(0))
|
||||
|
||||
antialias = kwargs.pop('antialias', None)
|
||||
if antialias is not None:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user