Skip to content

Commit bf3f6b0

Browse files
committed
fix: cut tick labels when exporting subplots (#7)
1 parent 8317f68 commit bf3f6b0

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
2.0.0b13
2+
- fix: cut tick labels when exporting subplots (#7)
13
2.0.0b12
24
- feat: add button to copy Quick View statistics to clipboard
35
- fix: export subplots with axes labels (#7)

shapeout2/gui/pipeline_plot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ def perform_export(self, file):
239239
explot = PipelinePlotItem()
240240
explot.redraw(self.dslist, self.slot_states, self.plot_state)
241241
win.addItem(explot)
242+
win.addLabel("") # spacer to avoid cut tick labels on the right(#7)
242243
win.nextRow()
243244
win.addLabel(labelx, col=1)
244245
# Update the UI (do it twice, otherwise the tick labels overlap)

0 commit comments

Comments
 (0)