-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
Turn off dimension label for a specific HoloMap #425
Comments
Just to be clear, is there any reason you cannot just disable the title in the plot options? |
That's true, the main problem is when you want group and label to be shown and not the dimension values. The title_format plot option should ideally provide control over that. |
Seems to me this should also be done via the plot option. The way I see it, the use of |
The title_format argument now accepts a new keyword, by default it is: title_format='{group} {label}\n{dimensions}' By removing the dimensions part you can disable dimensions being displayed. Closing this issue. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I have a
![screen shot 2016-01-28 at 16 03 47](https://cloud.githubusercontent.com/assets/6897215/12648141/cd545ba2-c5d8-11e5-9376-f317a7ff7f19.png)
HoloMap
with custom labels:I would like to turn off the label that is automatically generated by the
HoloMap
for this specific one, not all by doinghv.core.dimension.title_format = ''"
.The text was updated successfully, but these errors were encountered: