plots: templates option is clunky
See original GitHub issueyes, it’s more about this command’s interface in this case. Feels like this list {simple,linear,confusion,confusion_normalized,scatter,smooth}
will be growing / changing. Why do we have to specify it on the parser level, it’s not very common to limit that large number of targets there.
_Originally posted by @shcheklein in https://github.com/iterative/dvc.org/pull/3691#discussion_r907907003_
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:12 (12 by maintainers)
Top Results From Across the Web
plots show | Data Version Control - DVC
The plot style can be customized with plot templates, using the --template option. To learn more about plots file formats and templates, see...
Read more >Slow performance when switching between layouts in AutoCAD
Change the Layout Regen Options in AutoCAD. Go to Options > System tab > Layout Regen Options and select Cache model tab and...
Read more >What's Wrong with C++ Templates?
Templates are a natural match for lists (and container classes in general) because they not only let programmers write one List implementation rather...
Read more >Plotly 4.8, template not adding image layout when applied
When the template is later applied, in this case through pandas plot with the plotly backend, the image is not added. The image...
Read more >Enhance and enrich your plots using Graph Template ...
Using basic scatterplot and swimming plot as examples, we will reveal the lack of control resulting from the use of default SAS GTL...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think we should just replace the hardcoded names with something like :
I think that the simplest seems to be just list available templates on
dvc plots templates
anddvc plots templates {name}
would print to stdout. No dumping all templates, no.dvc/plots
behavior - just let user do whatever they want. That is simple and easy to understand.