Skip to content

Commit

Permalink
Improve UI
Browse files Browse the repository at this point in the history
  • Loading branch information
GJFR committed Mar 23, 2024
1 parent 70fd8d1 commit 37fbd3b
Show file tree
Hide file tree
Showing 5 changed files with 266 additions and 246 deletions.
4 changes: 2 additions & 2 deletions analysis/plot_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ def __create_plot(params: PlotParameters, db: MongoDB):
title='Gantt Chart with Points',
x_range=(min(source.data['revision_number']), max(source.data['revision_number'])),
y_range=['Error', 'Not reproduced', 'Reproduced'],
height=350,
width=700,
height=470,
width=900,
tools='xwheel_zoom,reset,pan',
active_scroll='xwheel_zoom')
plot.add_glyph(source, Circle(x='revision_number', y='outcome', fill_color=color_map, fill_alpha=0.8, radius=8, radius_units='screen'))
Expand Down
Loading

0 comments on commit 37fbd3b

Please sign in to comment.