Ticket #12921 (new enhancement)
Opened 14 months ago
make asymptote show configurable
| Reported by: | kcrisman | Owned by: | jason, was |
|---|---|---|---|
| Priority: | major | Milestone: | sage-5.11 |
| Component: | graphics | Keywords: | |
| Cc: | whuss, robert.marik | Work issues: | |
| Report Upstream: | N/A | Reviewers: | |
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
From this ask.sagemath.org question:
See the source code (this is version 4.8).
pole_options = {}
pole_options['linestyle'] = '--'
pole_options['thickness'] = 1
pole_options['rgbcolor'] = '#ccc'
Unfortunately, I think that the only way to change these options right now is to change it in your actual plot file! You can go into your Sage installation's devel/sage/sage/plot/plot.py file and search for these lines, and then just change them, start Sage with the command line option sage -br and hopefully a thicker line would be available.
Well, these should be configurable! So this ticket is about making these accessible to all viewers.
Note: See
TracTickets for help on using
tickets.
