Skip to content

Commit

Permalink
Update dates; fix recipe in use cases: plotter properties
Browse files Browse the repository at this point in the history
  • Loading branch information
tillbiskup committed Jan 7, 2024
1 parent eb7bf62 commit 13797a2
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2017-22 Till Biskup
Copyright (c) 2017-24 Till Biskup
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.0.dev74
0.9.0.dev75
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
release_ = version_file.read().strip()

project = 'ASpecD'
copyright = '2018–23, Till Biskup'
copyright = '2018–24, Till Biskup'
author = 'Till Biskup'

# The short X.Y version
Expand Down
25 changes: 13 additions & 12 deletions docs/usecases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -411,18 +411,19 @@ To give you a first impression of how a more detailed and explicit setting of pl
- kind: singleplot
type: SinglePlotter1D
properties:
figure:
size: 6, 4.5
dpi: 300
title: My first figure
axes:
facecolor: '#cccccc'
drawing:
color: tab:red
linewidth: 2
legend:
location: upper right
frameon: False
properties:
figure:
size: 6, 4.5
dpi: 300
title: My first figure
axes:
facecolor: '#cccccc'
drawing:
color: tab:red
linewidth: 2
legend:
location: upper right
frameon: False
filename:
- dataset.pdf
Expand Down

0 comments on commit 13797a2

Please sign in to comment.