We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9da9b2d commit 883c0d9Copy full SHA for 883c0d9
doc/python/performance.md
@@ -266,7 +266,7 @@ import datashader.transfer_functions as tf
266
import io
267
import base64
268
269
-# Get PIL Image and convert it into a JSON Serializable format
+# Get PIL Image and convert it into a unicode string (for JSON serializability)
270
img = tf.shade(agg, cmap=fire)[::-1].to_pil()
271
buffer = io.BytesIO()
272
img.save(buffer, format='PNG')
0 commit comments