Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bio-IT Workshops
Intermediate Python
Commits
a1b9139b
Verified
Commit
a1b9139b
authored
Jul 20, 2020
by
Renato Alves
🌱
Browse files
Fix double curly braces being interpreted by jekyll
parent
b157c1c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
_episodes/03-plotting.md
View file @
a1b9139b
...
...
@@ -603,7 +603,9 @@ plt.title(f"Normal distribution - mean={mean}, stdev={stdev}, samples={samples},
> to have a nicely typeset `μ` character in the title.
> Doing full stylization with LaTeX we could use:
> ~~~
> {% raw %}
> plt.title(f"$X \\sim \\mathcal{{N}}(\\mu,\\,\\sigma^{{2}})$ - $\\mu$={mean}, $\\sigma^{{2}}$={stdev}, samples={samples}, binning={1/bins}")
> {% endraw %}
> ~~~
> {: .language-python }
>
...
...
@@ -832,7 +834,6 @@ hexbin(x, y, C=None, reduce_C_function=None, gridsize=None, **kwargs) method of
{: .output }
So far, these plots we've been making from pandas
have existed in their own figure
but we can use the
`ax`
parameter to attach to a pre-made Axes object.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment