Skip to content

Commit

Permalink
Merge pull request #2333 from AllenInstitute/bugfix/2333-tiny-datanbr…
Browse files Browse the repository at this point in the history
…owser-y-axis-labels

treewide: Prefer relative font sizes for graphs
  • Loading branch information
t-b authored Feb 6, 2025
2 parents ae80f90 + 472cb77 commit 4b66f02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Packages/MIES/MIES_Browser_Plotter.ipf
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ Function CreateTiledChannelGraph(string graph, WAVE config, variable sweepNo, WA
unit = "a.u."
endif

axisLabel = "\Z08" + traceType + "\r(" + unit + ")"
axisLabel = "\Zr085" + traceType + "\r(" + unit + ")"

FindValue/TXOP=4/TEXT=(vertAxis) axisLabelCache
axisIndex = V_Value
Expand Down
2 changes: 1 addition & 1 deletion Packages/MIES/MIES_PulseAveraging.ipf
Original file line number Diff line number Diff line change
Expand Up @@ -2980,7 +2980,7 @@ static Function PA_LayoutGraphs(string win, STRUCT PulseAverageSettings &pa, STR

headstage = headstages[0]

sprintf str, "\\Z08\\Zr075#Pulses %g / #Swps. %d", DimSize(pulses, ROWS), DimSize(sweeps, ROWS)
sprintf str, "\\Zr075#Pulses %g / #Swps. %d", DimSize(pulses, ROWS), DimSize(sweeps, ROWS)
Textbox/W=$graph/C/N=leg/X=-5.00/Y=-5.00 str

[s] = GetTraceColor(headstage)
Expand Down

0 comments on commit 4b66f02

Please sign in to comment.