Skip to content
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

Colour bar access for customisation #19

Closed
MBravoS opened this issue Jun 24, 2019 · 1 comment
Closed

Colour bar access for customisation #19

MBravoS opened this issue Jun 24, 2019 · 1 comment
Assignees
Labels
addition New feature or request

Comments

@MBravoS
Copy link
Owner

MBravoS commented Jun 24, 2019

Currently is impossible for the user to modify the colour bar made with any of the splotch plotting functions that produce one, as the variable pointing to the object exist only internally to the function. A possible solution is to give the option to return the colour bar object, so that is accesible to the user.

@MBravoS MBravoS added the addition New feature or request label Jun 24, 2019
@MBravoS MBravoS added this to To Do in New features via automation Jun 24, 2019
@MBravoS MBravoS self-assigned this Jun 24, 2019
@AstroRobin
Copy link
Collaborator

@MBravoS, this is now possible with the addition of splotch.colorbar() in #20 . We can implement this function by default into our other functions requiring a colorbar. If the user wishes to customise beyond defaults, they could instead explicitly make use of splotch.colorbar().

@AstroRobin AstroRobin moved this from To Do to In Progress in New features Nov 27, 2019
New features automation moved this from In Progress to Done Feb 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
addition New feature or request
Projects
New features
  
Done
Development

No branches or pull requests

2 participants