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
<li><p><aclass="uri">/api2/inventory/<searcher></a> - Describe the list of possible fields that can be returned by a searcher</p></li>
19
19
<li><p><aclass="uri">/api2/data/<searcher></a> - Perform a search using a given searcher. Query parameters taken from the searcher description are provided as an ampersand delimited query string to this endpoint. Non searching parameters are available and are all prepended by “_”</p></li>
20
20
<li><p><aclass="uri">/api2/pretty/<other_path></a> - This takes a valid other API path and produces a human readable (just) HTML page from the data contained. The other path should be the part after “api2” in the URL</p></li>
21
-
<li><p><aclass="uri">/api2/singleton/<path></a> - This is intended to provide a URL that allows canonical reference to a single element of the database. The format of the singletons is not standardised and should not in general be used for machine readable access</p></li>
21
+
<li><p><aclass="uri">/api2/singleton/<path></a> - This is intended to provide a URL that allows canonical reference to a single element of the database. The format of the singletons is not standardized and should not in general be used for machine readable access</p></li>
22
22
<li><p><aclass="uri">/api2/livepg/<database></a> - This is intended to replicate the behavior of the existing API. By specifying a database name and then using a standard search string (as per the /data/<searcher> endpoint) a search is performed on the raw database. This is not intended for normal access, but for debugging and testing purposes only.</p></li>
returnimplicit_plot(y**2+ainvs[0] *x*y+ainvs[2] *y-x**3-ainvs[1] *x**2-ainvs[3] *x-ainvs[4], (x, xmin, xmax), (y, ymin, ymax), plot_points=500, aspect_ratio="automatic", color=colour) +plot(0, xmin=c-1e-5*d, xmax=c+1e-5*d, ymin=ymin, ymax=ymax, aspect_ratio="automatic", color=colour, legend_label=legend) # Add an extra plot outside the visible frame because implicit plots are buggy: their legend does not show (https://trac.sagemath.org/ticket/15903)
223
+
returnimplicit_plot(y**2+ainvs[0] *x*y+ainvs[2] *y-x**3-ainvs[1] *x**2-ainvs[3] *x-ainvs[4], (x, xmin, xmax), (y, ymin, ymax), plot_points=500, aspect_ratio="automatic", color=color) +plot(0, xmin=c-1e-5*d, xmax=c+1e-5*d, ymin=ymin, ymax=ymax, aspect_ratio="automatic", color=color, legend_label=legend) # Add an extra plot outside the visible frame because implicit plots are buggy: their legend does not show (https://trac.sagemath.org/ticket/15903)
0 commit comments