-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setting the z range in bar3
plot.
#1137
Comments
base
keyword in bar3
plot gets ignored.bar3
plot.
Sorry, I overlooked the |
Fixed in #1138 |
@joa-quim now the base works! thanks a lot!! Just a note: in order to adjust the frame accordingly, after having changed Cheers, |
No, that is clearly a bug. |
Hmm okay, then definitely a bug! Moreover, when I am specifying both
|
Fixed Yes, limiting with |
Amazing!
Yes, that makes sense. One more thing: what if I wanted to put custom annotations on one of the axis, but leaving the ticks where they are? I haven't found a way to make this work. In particular in my case I would like a 2 in place of the 0. But if I try to use the
Cheers, |
Simpler this way
|
Amazing, it worked! Thank you so much. Last question, I promise: is there a way to show a grid (or simply thin horizontal lines for each tick) in the background, on the zy plane, for instance? Leo |
No problem with questions, only that I would prefer that they are made in the GMT forum. The answer is off course yes but needs to dig from the (frame) docs to find the right option. |
Can we close this? |
Sure, thanks for all the useful tips! |
Hi! Amazing package!
I am trying to plot a 3-d histogram through
bar3
with the z-axis starting from 0.0. Is this done through the keyword settingbase = 0.0
? It seem to get ignored!G = GMT.mat2grid(randn(5, 6)) cmap = grd2cpt(G); bar3(G, lw=:thinnest, color=cmap, base=0.0, figname="prova.png")
Thank you!
The text was updated successfully, but these errors were encountered: