wolfram mathematica - Not cropping BarChart when using Frame instead of Axes -


i found out barchart may cropped when using frame rather axes.

example:

data = {.2, .4, .6, 0., 0., 0.} barchart[data] barchart[data, frame -> true, axes -> false] 

is feature or bug? if feature, there easy way prevent cropping?

edit

screenshot, per request:

enter image description here

well, not that:

enter image description here


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -