Skip to content

Commit

Permalink
fix #17
Browse files Browse the repository at this point in the history
Sequence.length was overriding width of bokeh plot leading to oversized graphics
  • Loading branch information
royludo committed Oct 15, 2019
1 parent 2638ec2 commit ce0287b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dna_features_viewer/GraphicRecord/bokeh_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ def plot_with_bokeh(self, figure_width=5):
feature.start,
feature.end,
feature.strand,
self.sequence_length,
level=level,
color=feature.color,
label=feature.label,
Expand Down

3 comments on commit ce0287b

@EulleSA
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The problem still persists ...

@Zulko
Copy link
Member

@Zulko Zulko commented on ce0287b Oct 16, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It works on my side. I have now updated the output on github and the library on PyPI. Could you please try again?

@EulleSA
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's works !! Thank you very much !

Please sign in to comment.