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

sql - text truncated using perl DBI insert -

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

php - Pass object by reference or value -