scatter plot eats half of points on the edges
Bug #331857 reported by
Treeform
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Cairo Plot |
Confirmed
|
Low
|
Rodrigo Moreira Araújo |
Bug Description
Scatter plot eats half of points on the edges, maybe zooming out 5% then the absolute minimum would help?
Changed in cairoplot: | |
assignee: | nobody → alf-rodrigo |
importance: | Undecided → High |
Changed in cairoplot: | |
importance: | High → Medium |
Changed in cairoplot: | |
status: | New → Confirmed |
Changed in cairoplot: | |
importance: | Medium → Low |
To post a comment you must log in.
Actually, it was conceived to be like this.
The real problem here happens when a user tries something like this:
data = [(-1, -16, 12), (-12, 17, 11), (-4, 6, 5), (4, -20, 12), (13, -3, 21), (7, 14, 20), (-11, -2, 18), (19, 7, 18), (-10, -19, 15), (-17, -2, 6), (-9, 4, 10), (14, 11, 16), (13, -11, 18), (20, 20, 16), (7, -8, 15), (-16, 17, 16), (16, 9, 9)]
colors = [ (0,0,0,0.25), (1,0,0,0.75) ] scatter_ plot ( 'cross_ 2_variable_ radius' , data = data, width = 500, height = 500, border = 20,
axis = True, discrete = True, dots = 2, grid = True,
x_ title = "x axis", y_title = "y axis", circle_colors = colors )
CairoPlot.
On this example, the radius is variable, so allowing the whole circle to be shown on the borders could compromise the labels or axis titles presentation.