Skip to content

Fix labels = 'on' should be labels = True. - #123

Merged
Nanguage merged 1 commit into
GangCaoLab:masterfrom
ljw20180420:labels_on
Sep 4, 2026
Merged

Fix labels = 'on' should be labels = True.#123
Nanguage merged 1 commit into
GangCaoLab:masterfrom
ljw20180420:labels_on

Conversation

@ljw20180420

@ljw20180420 ljw20180420 commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

This fix issue #119 . PlotGenes set self.is_draw_labels = properties['labels'] == 'on'. This is not consisent with its dostring which says that labels can have values of True, False, 'auto'. Also, PlotGenes set self.is_draw_labels in both __init__ and __set_plot_params. Now I move all settings of self.is_draw_labels to the same place (__set_plot_params).

@ljw20180420 ljw20180420 changed the title Fix the mistake. Fix labels = True should be labels = 'on'. Sep 4, 2026
@ljw20180420 ljw20180420 changed the title Fix labels = True should be labels = 'on'. Fix labels = 'on' should be labels = True. Sep 4, 2026
@Nanguage
Nanguage merged commit 56ff592 into GangCaoLab:master Sep 4, 2026
@ljw20180420
ljw20180420 deleted the labels_on branch September 4, 2026 05:53
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

Successfully merging this pull request may close these issues.

2 participants