Skip to content

Commit fe79d34

Browse files
committed
address PR reviewer feedback
1 parent 83dc0da commit fe79d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/Anomaly-Detector/includes/quickstarts/anomaly-detector-client-library-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ To visualize the anomalies and change points in relation to the sample data seri
230230

231231
In this code example, we've added the `matplotlib` library to allow us to visualize and easily distinguish normal data points from change points and anomalies. Change points are represented by blue squares, anomalies are red triangles, and normal data points are green circles. Dates are converted to numbers using `matplotlib`'s `date2num` method to provide graph friendly values for the charts y-axis.
232232

233-
:::image type="content" source="../../media/quickstart/output.png" alt-text="Screenshot of anomaly detection results with indexes of anomalies and change points on a scatter plot. Anomalies are represented as red triangles, change points are represented as blue squares, and normal data is represented as green circles." lightbox="../../media/quickstart/output.png":::
233+
:::image type="content" source="../../media/quickstart/output.png" alt-text="Screenshot of results with indexes of anomalies and change points on a scatter plot. Different shapes and colors are used for different data types.." lightbox="../../media/quickstart/output.png":::
234234

235235
## Clean up resources
236236

0 commit comments

Comments
 (0)