Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
jokasimr committed Oct 24, 2023
1 parent 96df949 commit 34dcbd3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/examples/amor.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@
"from essreflectometry.amor import providers as amor, default_parameters\n",
"from essreflectometry.reflectometry import providers as reflectometry\n",
"from essreflectometry.reflectometry.types import (\n",
" Sample, Reference, Sample, SampleRotation, Filename,\n",
" ThetaData, QBins, NormalizedIOverQ, QStd\n",
" Sample, Reference, Sample, Filename,\n",
" QBins, NormalizedIOverQ, QStd\n",
")\n",
"from essreflectometry.amor.types import SampleRotation\n",
"\n",
"pipeline = sciline.Pipeline(\n",
" amor + reflectometry,\n",
Expand All @@ -27,7 +28,7 @@
" }\n",
")\n",
"\n",
"pipeline.visualize((NormalizedIOverQ, QStd))"
"pipeline.visualize((NormalizedIOverQ, QStd), graph_attr={'rankdir': 'LR'})"
]
},
{
Expand Down

0 comments on commit 34dcbd3

Please sign in to comment.