You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/posts/20260227_bokeh_django.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,13 @@
1
1
---
2
-
date: 2025-12-10
2
+
date: 2026-02-27
3
3
authors:
4
4
- stephwills
5
5
categories:
6
-
- category_a
7
-
- category_b
8
-
- category_c
6
+
- Technology
9
7
tags:
10
-
- tag_a
11
-
- tag_b
12
-
- tag_c
8
+
- Django
9
+
- Python
10
+
- Plotting
13
11
---
14
12
15
13
# Plotting in Django with Bokeh
@@ -18,6 +16,8 @@ Last year, I was involved in developing one of the RSE team's internal projects,
18
16
19
17
We built ProCAT using [Django](https://www.djangoproject.com/), the RSE team's preferred framework for creating web applications. One important design choice was selecting which library to use for generating our analytics plots, which forms the subject of today's blogpost.
20
18
19
+
<!-- more -->
20
+
21
21
## Choosing a plotting library
22
22
23
23
For ProCAT, the requirement was to provide interactive timeseries charts, allowing the user to zoom in, use tooltips, select the time range to be displayed and apply filters to select which data to display.
@@ -129,7 +129,7 @@ It is important to note that, to use these components, the BokehJS resources mus
129
129
130
130
Following this, you should now have your Bokeh plot rendered in your Django view!
0 commit comments