Skip to content

Commit 09fc5df

Browse files
committed
PlotNamedSingleByTimestep: formatting for the the paper
1 parent db405b5 commit 09fc5df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fumeplot/PlotNamedSingleByTimestep.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def plotCounts(plot_num, all_counts, save_fig, plot_folder, combine_plots_pdf):
2828
std_counts = combined_counts.std()
2929

3030
# Plot histogram with error bars
31-
fig = plt.figure(plot_num+1, figsize=(15, 9))
31+
fig = plt.figure(plot_num+1, figsize=(10,6))
3232

3333
# plt.bar(mean_counts.index,
3434
# mean_counts.values,
@@ -69,7 +69,7 @@ def plotCounts(plot_num, all_counts, save_fig, plot_folder, combine_plots_pdf):
6969
plt.xlabel('Source Location')
7070
plt.ylabel('Number of Entries')
7171
plt.title('Boxplot of Entries Grouped by Source')
72-
plt.xticks(rotation=45)
72+
plt.xticks(rotation=60)
7373
plt.grid(axis='y', linestyle='-', linewidth=0.33)
7474
#plt.axis('tight')
7575
plt.tight_layout()

0 commit comments

Comments
 (0)