Skip to content

Commit c52f154

Browse files
committed
adding pic
1 parent 33b8d5f commit c52f154

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/colors.png

3.68 KB
Loading

docs/quick_start.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,12 +185,12 @@ This will allow you to use the colors in the list as color variable definitions
185185
186186
plot = Plot(0, 0, display.width, display.height, background_color=color.WHITE, box_color=color.BLACK)
187187
188-
188+
.. image:: ../docs/colors.png
189189

190190
===========
191191
Cartesian
192192
===========
193-
With the cartesian class it's possible to add (x,y) plots. You can add different (x,y) plots to the
193+
With the cartesian class is possible to add (x,y) plots. You can add different (x,y) plots to the
194194
same plot area. After you create your plot area you will need to define the xy plane
195195
for the plot. Secondly, you will need to give some ``x`` and ``y`` data.
196196
This data will be converted to a `ulab.numpy.ndarray`. For more information please refer

0 commit comments

Comments
 (0)