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

CellCirclePlot title #5

Closed
PaulaNietoG opened this issue Feb 9, 2021 · 2 comments
Closed

CellCirclePlot title #5

PaulaNietoG opened this issue Feb 9, 2021 · 2 comments

Comments

@PaulaNietoG
Copy link

Hello all!

I'm using scTalk a lot lately and I was wondering what is the correct way to add a title to a CellCirclePlot. I have tried with the base main parameter as well as ggplot's labs(title = "my title") but none of them seem to work.

Could you help with this?

Thanks a lot!

Paula

@rj-patrick
Copy link
Collaborator

Hi Paula,

CellCirclePlot actually uses R's standard plot function, so to add a title you would need to run title(main = 'my title'). However, I've also modified CellCirclePlot to allow the setting of a title using a title parameter - this option is probably easier as the figure margins are optimized.

Cheers,
Ralph

@PaulaNietoG
Copy link
Author

Great. Thanks a lot, Ralph!

Paula

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants