Add "disable thousands separator" pgf style
This commit is contained in:
parent
99e149a70c
commit
c73088305c
|
@ -319,6 +319,10 @@
|
||||||
},
|
},
|
||||||
cycle list name=mbarplot cycle,
|
cycle list name=mbarplot cycle,
|
||||||
},
|
},
|
||||||
|
disable thousands separator/.style={
|
||||||
|
/pgf/number format/.cd,
|
||||||
|
1000 sep={}
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
%}}}
|
%}}}
|
||||||
|
|
Loading…
Reference in New Issue