Skip to content

Commit

Permalink
plot: width adaption for name length plots
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Jul 26, 2023
1 parent be2b456 commit 0bea548
Show file tree
Hide file tree
Showing 101 changed files with 56,469 additions and 56,469 deletions.
2 changes: 1 addition & 1 deletion 03-dns-empirical/plot/plot_iot_data_name_lens.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def main():
args = parser.parse_args()
matplotlib.style.use(os.path.join(pc.SCRIPT_PATH, args.style_file))
matplotlib.rcParams["figure.figsize"] = (
matplotlib.rcParams["figure.figsize"][0],
matplotlib.rcParams["figure.figsize"][0] * 1.1,
matplotlib.rcParams["figure.figsize"][1] * 0.7,
)
args.iot_data_csvs = sorted(set(args.iot_data_csvs))
Expand Down
Binary file not shown.
Loading

0 comments on commit 0bea548

Please sign in to comment.