Opened 12 years ago

Closed 11 years ago

#399 closed defect (fixed)

Reexamine default plot font sizes

Reported by: Kevin Milner Owned by:
Priority: major Milestone: OpenSHA 1.3
Component: commons Version:
Keywords: Cc:

Description

We may want to rethink our default fault sizes, especially since screens are getting higher and higher density. For example, Ned says that he is constantly increasing font sizes for plots.

Attachments (2)

orig_font_sizes.png (85.3 KB) - added by Kevin Milner 12 years ago.
Original Font Sizes
new_font_sizes.png (89.2 KB) - added by Kevin Milner 12 years ago.
New Font Sizes Proposed by Ned

Download all attachments as: .zip

Change History (6)

Changed 12 years ago by Kevin Milner

Attachment: orig_font_sizes.png added

Original Font Sizes

Changed 12 years ago by Kevin Milner

Attachment: new_font_sizes.png added

New Font Sizes Proposed by Ned

comment:1 Changed 12 years ago by Kevin Milner

Ned just proposed the following (via e-mail):

graph.setTickLabelFontSize(14);
graph.setAxisLabelFontSize(16);
graph.setPlotLabelFontSize(18);

Here is how our Hazard Curve application currently looks by default (you need to view the ticket in a browser to see the images):

Original Font Sizes

And here it is with the proposed sizes:

New Font Sizes Proposed by Ned

Thoughts? Alternatively we could only use the new values as defaults when using GraphiWindowAPI_Impl if we wanted to keep the default sizes in our apps (I'm not proposing this, just mentioning it as a possibility).

comment:2 Changed 12 years ago by Peter Powers

The current sizes look ok for print. Ned, are you increasing the sizes for presentations?
Could/should we set a flag for screen vs print presentation?

comment:3 Changed 12 years ago by Ned Field

I've never seen a problem from GUI apps, but rather when making and saving images for papers or presentations. As Morgan's ppt slides demonstrated, the default is no good for the latter. I have no preference whether we just apply changes to GraphiWindowAPI_Impl.

I've also noticed that the axis labels sometime look horrible (the numbers are all scrunched together).

comment:4 Changed 11 years ago by Kevin Milner

Resolution: fixed
Status: newclosed

This was eventually done, splitting the difference between the two examples given above.

Note: See TracTickets for help on using tickets.