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:
well, not that:
Comments
Post a Comment