We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91cad1a commit 294b6eaCopy full SHA for 294b6ea
examples/xspec/example_simplest.py
@@ -68,7 +68,7 @@
68
plt.xlabel('Energy [keV]')
69
elif Plot.xAxis == 'channel':
70
plt.xlabel('Channel')
71
-plt.ylabel('Counts/keV (%s)' % Plot.yAxis)
+plt.ylabel(Plot.labels[1])
72
plt.savefig(outputfiles_basename + 'convolved_posterior_direct.pdf', bbox_inches='tight')
73
plt.close()
74
@@ -90,7 +90,7 @@
90
91
92
93
94
print('saving plot...')
95
plt.legend()
96
plt.savefig(outputfiles_basename + 'convolved_posterior.pdf', bbox_inches='tight')
0 commit comments